• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I reboot a computer remotely?

Wekiva

Senior member
Can someone help me with the wording needed to set up in a file that when run will reboot the computer?

I recently did a full reinstall of my system and one thing I forgot to back up was the file someone helped me create that I could run after remotely logging into my computer that would shut down everything and then reboot the computer.

I basically used wordpad to set up a file...maybe a .scr or .bat file...that was a very short few words. I would then double click this remotely and it did the rest.
 
Today that is easily done using GoToMyPC. I find it extremely easy to set up and use.

MyPC
 
pretty simple

psexec \\box5 -u username -s shutdown.exe -r -t 0 -f
(psexec is from sysinternals/microsoft)

input password when asked.
 
Back
Top