How to remove Log Off button from start menu

  • Thread starter Thread starter Victor Zaslavsky
  • Start date Start date
V

Victor Zaslavsky

Hi folks,

I need to prohibit log off operation and remove user GUI components related
to that.
I was able to remove Log Off from the Shut Down Windows dialog using the
folowing registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoLogOff"=DWORD:1

Unfortunately the Log Off button still exists in the start menu.How can I
remove this button from there?

Thanks in advance,
Victor.
 
Thanks!

Sean Liming said:
look in the settings for the User Interface Core component. Uncheck the
Show
Log Off on Start Menu: option.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit

Victor Zaslavsky said:
Hi folks,

I need to prohibit log off operation and remove user GUI components
related
to that.
I was able to remove Log Off from the Shut Down Windows dialog using the
folowing registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"NoLogOff"=DWORD:1

Unfortunately the Log Off button still exists in the start menu.How can I
remove this button from there?

Thanks in advance,
Victor.
 
Back
Top