Maka84 Posted June 27, 2007 Posted June 27, 2007 How do i remove the search and the settings menu's from my start menu.Included attachment.
Maka84 Posted June 29, 2007 Author Posted June 29, 2007 Ive managed to remove the search menu by going into HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer and adding a DWORD string called NoFind and setting it to 1I cant figure out how to remove settings though, any ideas?
DonDamm Posted June 29, 2007 Posted June 29, 2007 You can more esily control those items by right clicking anywhere on the Taskbar and choosing properties. On the Start Menu tab click Start Menu /Customize... In the dialog box click the Advanced tab and in the middle you'll see all the items you can check and uncheck for the Start menu - including the ones you are asking about! :^) Just uncheck them and they'll go away. No need to go into the registry.
Maka84 Posted June 29, 2007 Author Posted June 29, 2007 Thanks, but that option isnt available to me. It doesent show up under properties/Start menu/advanced.. maybe it does under the normal start menu, but not the classic one.
Yzöwl Posted June 29, 2007 Posted June 29, 2007 The only way I know of to remove search but still keep the F3 and winkey+f and other search functionality is this:Open %systemroot%\explorer.exe in Reshacker.Go to:menu » 204 » 1033 and remove the text: POPUP "&Settings", 508, MFT_STRING, MFS_ENABLED, 0 { MENUITEM "&Control Panel", 505, MFT_STRING, MFS_ENABLED MENUITEM "", 65535, MFT_SEPARATOR, MFS_ENABLED MENUITEM "&Windows Security...", 5001, MFT_STRING, MFS_ENABLED MENUITEM "&Network Connections", 557, MFT_STRING, MFS_ENABLED MENUITEM "&Printers and Faxes", 510, MFT_STRING, MFS_ENABLED MENUITEM "&Taskbar and Start Menu", 413, MFT_STRING, MFS_ENABLED } POPUP "Sear&ch", 520, MFT_STRING, MFS_ENABLED, 0 { MENUITEM "", 65535, MFT_SEPARATOR, MFS_ENABLED }Click on compile script and save as explorer.exe to e.g. desktop.Now use a batch file something like this:@ECHO OFFTSKILL EXPLORER>NULCOPY/Y %USERPROFILE%\DESKTOP\explorer.exe %SYSTEMROOT%>NULEXPLORERAlternatively use replacer to replace your explorer.exe with this new one.
jeebee78 Posted May 28, 2008 Posted May 28, 2008 it works but after a reboot the original explorer.exe seems to be restored.how can i prevent this from happening.
spacesurfer Posted May 29, 2008 Posted May 29, 2008 you need to replace explorer.exe in dllcache with the patched one.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now