removing 'log off' as a option

  • Thread starter Thread starter Christian
  • Start date Start date
C

Christian

Hi there,
Does anyone know how I can remove the 'log off' button as a option from the
start menu and from the pop up when clicking ctrl alt del?
I have added the following registry
key(HKEY_CURRENT_USER\SOFTWARE\Microsoft\
Windows\CurrentVersion\Policies\Explorer --> StartMenuLogOff and set this to
1), but this only disables the 'log off' button on the start menu and not the
pop up menu when pressing ctrl alt del.
Any ideas?
 
Christian said:
Hi there,
Does anyone know how I can remove the 'log off' button as a option from the
start menu and from the pop up when clicking ctrl alt del?
I have added the following registry
key(HKEY_CURRENT_USER\SOFTWARE\Microsoft\
Windows\CurrentVersion\Policies\Explorer --> StartMenuLogOff and set this to
1), but this only disables the 'log off' button on the start menu and not the
pop up menu when pressing ctrl alt del.
Any ideas?


Create another DWORD value in the same registry key. Name this value NoLogoff
and set it to 1.

NoLogoff
http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/93519.mspx?mfr=true

On a side note, if XP Professional is installed on this computer, it's a lot
easier to use Group Policy (Start -> Run -> gpedit.msc) rather than editing the
registry when you want to configure these options.

Good luck

Nepatsfan
 
Back
Top