Windows notebook

Notes from Windows Internal 7th Edition and general debugging rules

Chapter 1

Changing containerd service

sc.exe config containerd \
  binPath="c:\Program Files\containerd\containerd.exe \
  --run-service --log-file=c:\tmp\containerd.log"

References

Debugger tools PS1