- Open Registry Editor by inputting Regedit in StartMenu/Run.
- Go to HKEY_CURRENT_USER/Software/Microsoft/CurrentVersion/Explorer/Advanced.
- 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.
- Restart Explorer and see the change.
Search This Blog
Showing posts with label Registry. Show all posts
Showing posts with label Registry. Show all posts
Sunday, 3 July 2011
Removing Options From Start Menu That Refuse To Be Removed
Clearing Recent Documents Automatically While Exitting In Windows XP
- Open Registry Editor by typing Regedit in StartMenu/Run.
- Go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Policies/Explorer.
- Make new DWORD named ClearRecentDocsOnExit.
- Set its value to 1.
- Refresh by pressing F5.
Saturday, 2 July 2011
Changing Default Icons Of Drives In Windows XP
- Open Registry Editor by clicking on Run from Start Menu and typing Regedit in the dialog box that appears and clicking on OK.
- Go to HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/DriveIcons
- Make a new Key under it and rename it to the name of the drive whose icon you want to change. e.g. C, D, E, etc.
- Make a new Key under this Key which you made and rename it to DefaultIcon.
- Change the (Default) REG_SZ value in DefaultIcon you made to the address of the icon which you want as the drive's default icon.
- Refresh by pressing F5.
- See your own icon in your drives now.
Sunday, 26 June 2011
Displaying A Notice Before Your Computer Completes Its Booting Process
- Open Registry Editor. This can be done by clicking on Start button, selecting Run, inputting regedit and clicking on OK button.
- Go to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Policies/System
- Right click on the pane on right and create 2 new REG_SZ and rename them to legalnoticecaption and legalnoticetext and put their values to the caption text and the notice text you want to be displayed.
- Restart your computer and see your own notice being displayed while your computer boots.
Saturday, 25 June 2011
Disabling Drives From My Computer
- Open Registry Editor. This can be done by clicking on Start button, selecting Run, inputting regedit and clicking on OK button.
- Go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Policies/Explorer.
- Right click on the pane on right and create a new REG_DWORD. Rename it to NoDrives and put its value to 3FFFFFF.
- Go to Task Manager.
- End the process named Explorer.exe under the Processes tab.
- Under Applications tab, select new process and type Explorer.exe in the dialog box that appears and click on OK.
- Your Drives in My Computer has been disabled.
- To enable Drives again, change the value of NoDrive to 0 and restart Explorer.exe.
Disabling Run Command From Start Button
- Open Registry Editor. This can be done by clicking on Start button, selecting Run, inputting regedit and clicking on OK button.
- Go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Policies/Explorer.
- Right click on the pane on right and create a new String Value. Rename it to NoRun and put its value to 1.
- Go to Task Manager.
- End the process named Explorer.exe under the Processes tab.
- Under Applications tab, select new process and type Explorer.exe in the dialog box that appears and click on OK.
- Your Run in start menu or New Task in task manager button has been disabled.
- To enable Run again, change the value of NoRun to 0 and restart the computer (since New Task option will be disabled).
Disabling Shutdown In Windows XP
- Open Registry Editor. This can be done by clicking on Start button, selecting Run, inputting regedit and clicking on OK button.
- Go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Policies/Explorer.
- Right click on the pane on right and create a new String Value. Rename it to NoClose and put its value to 1.
- Go to Task Manager.
- End the process named Explorer.exe under the Processes tab.
- Under Applications tab, select new process and type Explorer.exe in the dialog box that appears and click on OK.
- Your Shut Down button has been disabled and your computer wont close until you do something drastic.
- To enable shut down again, change the value of NoClose to 0 and restart the Explorer.exe process again.
Subscribe to:
Posts (Atom)