removing 'log off' as a option

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?
 
N

Nepatsfan

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
 

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