Search This Blog

Sunday, 3 July 2011

Removing Options From Start Menu That Refuse To Be Removed

  1. Open Registry Editor by inputting Regedit in StartMenu/Run.
  2. Go to HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Explorer/Advanced.
  3. If you want to remove My Music from start menu, change the value of REG_DWORD Start_ShowMyMusic from 1 to 0. If you want to remove My Pictures from start menu, change the value of REG_DWORD Start_ShowMyPics from 1 to 0. If you want to remove Recent Documents from start menu, change the value of REG_DWORD Start_ShowRecentDocs from 1 to 0. You can try others on your own.
  4. Restart Explorer and see the change.

No comments:

Post a Comment