Technoblogical
Providing training since last Tuesday
Restart services from command line
Categories: Chronological

This command line video teaches how to start and stop a service via command line. It shows how to find the names of a service via services in computer management. Services are programs that run the various functionality of a windows machine.

the commands I use are…
net stop spooler
net start spooler
net stop Browser
net start browser
services.msc
compmgmt.msc

Comments are closed.