Stop services CMD Powershell.
A. To get a list of the running services enter the command net start (you can add > \[filename\] to the end to make it output to a file,i.e. net start > services.lst). You can then try to shutdown each ofthem by entering the command net stop “<service name>” ,e.g. netstop “spooler”. Some services will […]