June 27, 200719 yr How do i remove the search and the settings menu's from my start menu.Included attachment.
June 29, 200719 yr Author 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?
June 29, 200719 yr 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.
June 29, 200719 yr Author 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.
June 29, 200719 yr 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.
May 28, 200818 yr it works but after a reboot the original explorer.exe seems to be restored.how can i prevent this from happening.
Create an account or sign in to comment