Quote:
Originally Posted by corey1138
Does anyone know how to get the settings link in the start menu back? I don't know what I did to make it disappear.
|
Change this:
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo]
"HideSettings"=dword:00000001
to this:
Code:
[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo]
"HideSettings"=dword:00000000