Monday, April 14, 2008

Windows Vista Shutdown/Restart from Remote Desktop

You can shutdown or restart Windows Vista while you've remote-desktoped into the machine by executing this command prompt:

Windows Vista
Restart: shutdown /r /t 0
Shutdown: shutdown /s

Windows XP
Restart: shutdown -r -t 0
Shutdown: shutdown -s


0 comments: