Jump to content
4 posts in this topic

Recommended Posts

I don't believe the unix command line shutdown will work on a remote XP box. If you can remote desktop into it, you can go to start | run then type (options are -shutdown -force quit all programs -time 60seconds):

 

shutdown -s -f -t 60

 

(Just shutdown at the command line will tell you about the options.)

OpenSSH would work for you.

 

One other possibility if you are in the same network segment would be to setup wine on your Mac and copy the shutdown command from a Windows install to your wine install and issue the following command...

 

shutdown \\computername /l /a /r /t:xx "msg" /y /c

 

~Adrian

×
×
  • Create New...