|
If you are running Windows XP, you can shutdown a remotely connected PC usiing any number of remote access pocket PC programs as noted above (including the built in Terminal Services Client (XP Pro)).
The simplest way is to setup a shortcut on the remote desktop to the built in "Shutdown" program \I386\Shutdown.exe:
shutdown -s -f -l
Be careful though. Once executed your done until you access the remote system directly.
(You can also shut down and restart using the -r attribute)
|