Remove shutdown but leave restart

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a way to remove the Shutdown option but still leave the log off and restart options? I know if I use a group policy to remove the Shutdown button it will remove all of these options.

Thanks in advance for any help provided.
 
Ryan said:
Is there a way to remove the Shutdown option but still leave the log off and restart options? I know if I use a group policy to remove the Shutdown button it will remove all of these options.

I don't think that disabling the shutdown option will disable logoff.
That wouldn't make sense. The machines at my workplace all have shutdown
disabled and a Restart Workstation option provided on the Start menu. The
Restart option is simply a shortcut to shutdown.exe (from the Resource
Kit). The command line looks like this:

%windir%\system32\shutdown.exe /l /r /t:0 /c
 
Back
Top