I want a command to shut down a computer on my LAN network that is running Windows 7 and has no password set.
Is there any way to do this?
|
I want a command to shut down a computer on my LAN network that is running Windows 7 and has no password set. Is there any way to do this? | ||||
|
feedback
|
This question came from our site for Ubuntu users and developers.
|
Another way to do it is writting this command in the Terminal.
| |||||
feedback
|
|
Enable RDP on Windows then use Remote Desktop Viewer (
| |||
|
feedback
|
|
On Windows, you can use the FOR command combined with shutdown.
Where You can download a GUI version here.
| |||
|
feedback
|
|
You could install UltraVNC (or enable Remote Desktop) on the Windows PC, then login and shut down the PC. Another way would be to install the telnet server for Windows. This will allow you to telnet into the Windows machine and send a shut down command. | ||||
|
feedback
|
shutdown -i. – RobinJ Dec 9 '11 at 18:40