How to use command prompt in shutting down remote pc?
By tomski18
@tomski18 (88)
Philippines
May 5, 2011 8:00pm CST
I made it in windows xp, but not in windows 7. Anyone can teach me how? Is there any third party freeware to download?
3 responses
@mominshaik (11)
• India
7 Jun 11
For shutting down the remote pc,you can give the command like
shutdown /s \\computername
but the logged in user should be the member of the administrators group or equivalent.
For Example if you want to shutdown the pc whose computer name is "remotePc" by remotely,need to follow the below steps:
1.In the command prompt give
shutdown /s \\remotePc
2.Press enter