Start Command Prompt Window (Start -> Run -> cmd) and execute the following command:
tasklist /svc
Otherwise, if you know the Service Name you can use
sc queryex {Service Name}
Did my HOW TO help you? Leave a reply.
Start Command Prompt Window (Start -> Run -> cmd) and execute the following command:
tasklist /svc
Otherwise, if you know the Service Name you can use
sc queryex {Service Name}
Did my HOW TO help you? Leave a reply.
Start Command Prompt Window (Start -> Run -> cmd) and execute the following command:
net user Administrator /Active:yes
to activate the user account Administrator
or
net user Administrator /Active:no
to disable the user account Administrator
Did my HOW TO help you? Leave a reply.