Results 1 to 2 of 2
Okay, I figured out how to telnet from my Ibex to my XP computer in the other room. How can I restart/shutdown my XP machine from where I am on ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-22-2008 #1
Telnet to Shutdown XP
Okay, I figured out how to telnet from my Ibex to my XP computer in the other room. How can I restart/shutdown my XP machine from where I am on my Ubuntu machine?
- 11-22-2008 #2
run the shutdown program in windows:
to Reboot:
%windir%\System32\shutdown.exe -r -t 00 -f
to Shutdown/Turn off:
%windir%\System32\shutdown.exe -s -t 00 -f
usually %windir% is c:\windows


Reply With Quote
