Removing the 'Shutdown' & 'Restart' options from the Shutdown menu

V

Veets

Hello,
We're running SQL Server 2000 on a couple of clustered Windows 2000 servers.
This is working great but I'm paranoid about accidentally rebooting/shutdown
one of the servers. Because of this, I would like to remove the 'Shutdown' &
'Restart' options from the Shutdown menu (Start -> Shutdown). Since both
machines are running Terminal Services, I could still restart the machines
with the 'TSShutdn' command. I don't want to do implement this thru my
domain GPO or the local security policy though. I'm really looking for a
'Registry Hack'. Any suggestions/comments are greatly appreciated.
Regards,
Veets
 
D

Dave Patrick

Set the Reg_Sz value of;
ShutdownWithoutLogon = 0
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

Set the Reg_Dword value of;
NoClose = 1
HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

"Veets"wrote:
| Hello,
| We're running SQL Server 2000 on a couple of clustered Windows 2000
servers.
| This is working great but I'm paranoid about accidentally
rebooting/shutdown
| one of the servers. Because of this, I would like to remove the 'Shutdown'
&
| 'Restart' options from the Shutdown menu (Start -> Shutdown). Since both
| machines are running Terminal Services, I could still restart the machines
| with the 'TSShutdn' command. I don't want to do implement this thru my
| domain GPO or the local security policy though. I'm really looking for a
| 'Registry Hack'. Any suggestions/comments are greatly appreciated.
| Regards,
| Veets
|
|
 
D

Dave Patrick

You're welcome.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Dave,
| Thanks for the information.
| Best regards,
| Veets
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top