• 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.

Remotely Shutting down computer

pea33nut

Member
My buddy that I work with always shuts down my computer from his computer. Im not sure how he does it but I would like to find out. I get a message box with a count down until when my computer will shut down. We use windows 2000 server.

Thanks

JN
 
It's hard to find out how he's doing that w/o asking him.
I've seen scripts and system management software out there that would shut down a remote machine like what you're experiencing.
 
Originally posted by: pea33nut
He can also turn it off if he wants

Shutdown.exe gives you the option of rebooting or shutting down by clicking a check box.
Do a search on MS site to find it. I believe it comes on the Win2K Resource CD (?)
I use it a lot to schedule after-hours reboot of servers.
 
Originally posted by: ITJunkie
Originally posted by: pea33nut
He can also turn it off if he wants

Shutdown.exe gives you the option of rebooting or shutting down by clicking a check box.
Do a search on MS site to find it. I believe it comes on the Win2K Resource CD (?)
I use it a lot to schedule after-hours reboot of servers.

What if the system boots to a bluescreen and you don't know till the next morning 😉
 
Originally posted by: JRock
Originally posted by: ITJunkie
Originally posted by: pea33nut
He can also turn it off if he wants

Shutdown.exe gives you the option of rebooting or shutting down by clicking a check box.
Do a search on MS site to find it. I believe it comes on the Win2K Resource CD (?)
I use it a lot to schedule after-hours reboot of servers.

What if the system boots to a bluescreen and you don't know till the next morning 😉

Ya...that one sucks and makes for a wonderful start of the day 🙂
 
Originally posted by: ITJunkie
Originally posted by: JRock
Originally posted by: ITJunkie
Originally posted by: pea33nut
He can also turn it off if he wants

Shutdown.exe gives you the option of rebooting or shutting down by clicking a check box.
Do a search on MS site to find it. I believe it comes on the Win2K Resource CD (?)
I use it a lot to schedule after-hours reboot of servers.

What if the system boots to a bluescreen and you don't know till the next morning 😉

Ya...that one sucks and makes for a wonderful start of the day 🙂

Even more wonderful if it's your Exchange Sever and you need to rebuild it 😉

 
I tried this but it did not work. It gives me a list of other commands that can be used.

shutdown \\sa /t:30 "test" /y /c
 
shutdown /s /m \\computername

should work, you can type

shutdown /i

for a GUI

however, if it is truly locked up, you may be screwed
 
adding time is easy

shutdown /s /m \\computername /t 300

is 5 minutes w/ warning. To cancel:

shutdown /a /m \\computername
 
Back
Top