>Is there any way to remotely shut a standard windows box down from a
 linux 
>system?

There is couple of solutions I could come up with:
    - the simple one - use RDP to connect to your windows machine, send the 
Ctrl+Alt+Del sequence there and select "Shutdown" in the popped up dialog.
    - the flexible one - install OpenSSH on your windows machine, ssh there and 
invoke "shutdown -r -f -m \\[computername]" command

Hope this helps,
    Dmitry

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to