Microsoft Certifications Practice Tests:
Exam 70-506
Exam 77-881
Exam 70-583
Exam 70-642
Exam 77-882
Exam 70-680
Forum
Articles
Microsoft Exams
Windows 8 Articles
Windows 8 News
Product Reviews
New Member FAQ
|
Microsoft Office 365
|
Bookmarks
|
HTML 5 Tutorials
|
Lobby
|
Members
|
Polls
|
Revenue Sharing
|
New Posts
|
Resources
»
General Articles
»
Windows Registry
Top 10 Registry Tips for Windows XP
Posted Date:
01-Aug-2010
Category:
Windows Registry
Author:
Gyandeep Kaushal
Member Level:
Gold
Rating:
Points
: 50 (
Rs
40)
This is the first set of registry tips for Windows XP. You can see another top 10 registry tips in the resource section of MyWindowsClub.com. Kindly read this article which is exclusive on MyWindowsClub.com
Tip 1 - Modifying the name of Processor in the system properties, (e.g. Intel ® Pentium ® 4 CPU 2.93 GHz)
Solution:
1.Go to:
2.Start | Run and type "Regedit" (of course without quotes) to open Registry editor.
(From now onwards the above process is written as: "Regedit |" or "regedit |")
3.Now navigate to the following key:
HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0
4.Now find the key named as "ProcessorNameString" and right click it and then select "modify"
5.Now write down the name you like.
6.Open the system properties.
7.You will find the processor name changed there.
Tip 2 -Increase the waiting time to terminate a process
Solution:
1.Go to:
Regedit | HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control
2.Now in the right pane search for the key "WaitToKillServiceTimeout".
3.Right click it and enter a value in milliseconds.
Tip 3: Hiding "search", "Run", "My Computer", "my documents", "my pictures", "my music", "Control Panel" etc. from the start menu
Solution:
1.Go to:
Regedit |HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
2.Now in right pane search for the entry named as: "Start_ShowHelp". Modify its data to '0'.This will hide the "Run" option in the start menu. You can do the same for other items on the start menu too according to the list that relates the entries to the items on start menu:
Start_ShowControlPanel
> Control Panel
Start_ShowHelp
> Help
Start_ShowMyComputer
> My computer
Start_ShowMyDocs
> My Documents
Start_ShowMyMusic
> My Music
Start_ShowMyPics
> My Pictures
Start_ShowPrinters
> Printers and Faxes
Start_ShowRecentDocs
> Recent Documents
Start_ShowRun
> Run
Start_ShowSearch
> Search
3.For every item to be displayed give their values as '1' and for hiding them modify their data to '0'. Disabling every item will make the right hand side of your start menu blank!!!!!
Also you may restrict Drag -drop Functionality in the start menu.
4.To do this in the same registry branch search for the entry: "Start_EnableDragDrop" and give it a value of '0'.
5.Refresh the desktop to get the results.
Tip 4: To disable the automatic updates using registry
Solution:
1.Go to:
Regedit | HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate
Change the value of "UserRequestedUpdate" to '0'.
Tip 5: Disable your CD-Drive using registry
Solution:
1.Go to:
Regedit | HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Cdrom\Enum in the right pane find the entry "NextInstance" and give it a value '0'.
This will disable your CD-Drive.
Tip 6: Finding out how many programs are working in background
Solution:
1.Go to:
Regedit | HKEY_CURRENT_USER\SessionInformation
Now in the right pane search for the entry "ProgramCount".
2.The number written in brackets besides its value displays the number of programs working in the background. This can be used to find out whether there is some program running in the background without your notice? As you open more programs, the number will increase after you refresh [F5].
Tip 7: Deleting the 'Recycle bin from desktop
Solution:
To delete the recycle bin you need to right click it and select 'delete'. This is the first thing that your mind would tell you. But when you right click it, you will see no 'delete' option in the context menu. So how do you delete it? To delete 'Recycle bin', you must know its CLSID value (or Class ID Value). The CLSID value of recycle bin is '645FF040-5081-101B-9F08-00AA002F954E'. To be sure, do one thing: right click on the desktop, select 'properties' and under the 'themes' tab click the 'save as' button. The theme will get saved at a location determined by you. Now open this saved file with notepad. In the very first part, you will find a line as:
; Recycle Bin
[CLSID\ {645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]
So here you see the CLSID value of the 'Recycle Bin'.
1.Now switch to the following Registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\explorer\Desktop\Namespace
2.Find a key with the value of that of the CLSID value of 'Recycle Bin'.
3.Delete this key.
4.Remember to Kindly EXPORT THIS KEY FOR THE TIME WHEN YOU NEED THE RECYCLE BIN AGAIN ON DESKTOP.
5.After a log off and a log back in, you will find no 'Recycle Bin' on the Desktop.
NOTE
: Please, please do take a complete backup of the registry before making any changes because this will come handy in case of any failures.
Tip 8: Renaming the 'Recycle Bin (Only Windows XP)
Solution:
You must have also seen that in the right click context menu of 'Recycle Bin' there is no 'Rename' option. Of course those having 'Norton Antivirus' will change the name by using the antivirus software itself. But that can be done even without that software.
1.Go to the following Key:
HKEY_CLASSES_ROOT\CLSID\ {645FF040-5081-101B-9F08-00AA002F954E}
2.As you would be noticing that again the CLSID value comes in use here. Now in the right pane, search for the entry "LocalizedString".
3.Right click it and select 'Modify'.
4.Now in the 'Value Data' field and write the new name you want to give to the 'Recycle Bin'.
5.Now Exit the registry editor and refresh your desktop.
6.The new name should appear. If it doesn't, you will need to restart the computer
Tip 9: Renaming My Computer and changing its icon
Solution:
1.Renaming can be done just by right clicking 'My Computer' in the start menu and selecting 'Rename'. Alternatively you may go to registry at the following location and enter you name of choice in the "(Default)" entry's 'Value Data' filed:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\ {20D04FE0-3AEA-1069-A2D8-08002B30309D}
2.For changing Icons,
Go to:
Regedit |
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\ {20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon
3.In the "(Default)" entries change the value to the 'location and file name of your choice'.
4.Suppose the icon you want to assign is located at 'D:\Icons' and has got a filename of 'Icon_1.ico'. In this case you will need to type down "D:\Icons\Icon_1.ico" in the 'value data" field.
Tip 10: Moving the default locations of 'My Music', 'My Pictures' and 'My Videos' folders
Solution:
1.Go to the following Key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
2.And look for the name of the folder that you want to move the Location of.
3.Now right click the folder name and select "Modify" and in the 'Value data' field type the full path to the location where you want to shift the folders.
4.Using this tip you may free up some of the space on the installation drive in case you don't want to move the whole "My Documents" folder.
Did you like this resource? Share it with your friends and show your love!
Tweet
Share
Related Resources:
How to make Windows XP look like Windows 7
How to create your own desktop theme in Windows XP
Widows XP tips and tricks
How to change the size of the virtual memory in Windows XP
How to detect and repair disk errors in Windows
Disable automatic restart in Windows XP
How to solve NTLDR is missing error on Windows XP
How does Windows Firewall works and turn off or on in windows xp.
How to set up Internet Connection Firewall in Windows XP?
How to Set up Manually Advanced Settings for Windows XP firewall in Windows XP?
Read related articles:
Registry
Windows XP
Responses to "Top 10 Registry Tips for Windows XP"
Author:
surya
13 Aug 2010
Member Level:
Silver
Points
: 1
these are really helpful tips dude...specially that processor's one..thanks for sharing
Feedbacks
Post Comment:
Notify me by email when others post comments to this article.
Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
No HTML formatting and links to other web sites are allowed.
This is a strictly moderated site. Absolutely no spam allowed.
Name:
Sign In
to fill automatically.
Email:
(Will not be published, but
required
to validate comment)
Website:
We will link to your website, if the comment is worth keeping!
Type the numbers and letters shown on the left.
Next Resource:
How to keep the Windows registry clean in Windows 7
Previous Resource:
Best 10 Registry Tips for Windows XP
Return to Resources
Post New Resource
Category:
Windows Registry
Post resources and
earn money
!
More Resources
How to keep the Windows registry clean in Windows 7
Why network problems occur in the window 7 and how to diagnose them ?
The best registry cleaner for Windows XP
How does Windows Firewall works and turn off or on in windows xp.
How to create a folder with various operations performed on it ?
How to install an UPS device in windows xp.
Popular Tags
Tag posting guidelines
Search Tags
Registry
.
Windows registry
.
Tips and tricks
.
Subscribe to Windows resources by Email
Awards & Gifts
Silverlight 4 free practice test is now live!
My Profile
Sign In
Register
AdSense Revenue
Online Members
Tony John
ataul haque
More...
Active Members
Today
Hafeezur Rahman...
(30)
chirag sachdev...
(30)
Priyabrata Das
(10)
Last 7 Days
chirag sachdev...
(177)
preeti saxena
(140)
Nikhil Rajagop...
(60)
more...
Quick Links:
Windows 8 beta
Windows 8 Installation
Windows 8 Features
Google Plus
Microsoft Office 365
Microsoft Lync 2010
Silverlight 5
HTML 5
Cloud Computing
Rupee Symbol
Internet Explorer 9
Windows Azure
RSS Feeds
Resource Feeds
Forum Feeds
Job Feeds
About Us
Contact Us
Copyright
Privacy Policy
Terms Of Use
Revenue Sharing sites
Advertise
Talk to
Tony John
Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
2005 - 2012 All Rights Reserved.