http://www.howtogeek.com/howto/windows-vista/restore-the-search-item-to-the-folder-context-menu-in-windows-vista-sp1/
Ours is not to ask why. Ours is to see and rename these "LegacyDisable" regvals.
HKEY_CLASSES_ROOT\Directory\shell\find
[REG_SZ:LegacyDisable]
HKEY_CLASSES_ROOT\Drive\shell\find
[REG_SZ:LegacyDisable]
Setting to "0", "no", or "false" doesn't work. Renaming or deleting works. Takes effect immediately, even on open windows. You may want to remove the LegacyDisable from the corresponding Drive key, et al.
From the Command Prompt:
reg delete HKLM\Software\Classes\Directory\shell\find /v LegacyDisable /f
reg delete HKLM\Software\Classes\Drive\shell\find /v LegacyDisable /f
No comments:
Post a Comment