(start >> run - type "cmd.exe" click "ok")
to stop a service "xyz" type
net stop xyz
syntax: net stop
to start the service type
to view the service list in registry
First open "regedit.exe"
(start>> run - type "regedit.exe" click "ok")
goto the path "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services"
suppose you have to find a service that run a executable file "xyz.exe"
search by the file name "xyz.exe" ( ctrl + f3 to take search)
the search result will
the command is "net stop servicexyz"
No comments:
Post a Comment