Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing shut down options

Status
Not open for further replies.
Joined
Apr 15, 2002
Messages
273
Location
US
Our company would like to only allow users to reboot and not have any other options when shutting down the pc. We have tried a GP but all we can find is to remove all shutdown options or log off options. What I would like is the ability to either remove all the choices except restart or to replace the shutdown button a restart button. I have looked through the registry and have not been able to find anything. Any ideas???
 
I'm sure there is a much easier way, and my idea may not work, I don't have time to test at the moment.

Howabout creating a shutdown script that you can force using GPO.

Which contains the following

shutdown -a
shutdown -r

This should abort the users shutdown and initiate a restart.

Greg Palmer
Free Software for Adminstrators
 
I was hoping for more of a way to replace the shutdown button with a new command. We want to apply this to desktops only so the GP has to run per machine and not per user. I have found all the GP that can remove the log off button, remove the shut down menu, just wish I could leave the restart option.
 
I have never vreated a script for this before. What do I need to do? DO I just create a bat file with the action and then point to that or is there something else?
 
I created a bat file with this: shutdown -r -t 00
But nothing happens. After reading up on logoff scripts I read something where the shutdown command is the last item ran after the script, so even if your script is to restart, if the shut down command is to shut down, then it will not reboot. Any other ideas??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top