|
Home | Search |
| Forums | Links | About | Contact |
|
Free Utilities
Yahoo! Chat Help Computer Tutorials -IP Addresses -What is a Beta? -What are cookies? -Java Virtual Machine -Internet Security -Java Problems -Auto Complete -Registry Editing -Archives / Zip Files -Search Help Emote Share In Depth / Articles |
Registry Editing TutorialWhat is the registry?The registry is a database of settings for the Windows Operating System. If you ever wondered how windows remembers things such as your screen resolution, and all your device driver settings, they are stored in and read from the registry. Other applications now use the registry rather than the older ini files. Opening the registry editorWindows comes with its own registry editor. To start the registry editor, go to start>>run type regedit and press ok. Backing Up the RegistryYou may have heard that you shouldn't edit the registry, as making a mistake will mess up your computer. This will only happen if you randomly start editing and deleting entries you shouldn't be. But just to be safe, you should back up the registry when you are going to make major adjustments. Backup:
(2) ScanReg backup - Recommended
Restoring the RegistryRemember this info, or print it for reference (click "print
version" below for a printer friendly version (no menu or big titles, or
footers)). How to edit somethingYou may notice the registry editor looks like the windows file manager (Windows Explorer). There are the top level ROOT KEYs, like HKEY_CURRENT_USER then there have keys, such as Software, which has sub keys such as Microsoft. To expand a key, click the cross next to it, do the same to close it again. Each key, be it a root key, key or sub key has a set of values
on the right. You can do the above for the keys (down the left) too. Adding a ValueA lot of tweaking can be done by adding values to the registry, there are three types of data: String Value: This is just plain text, like
"hello". String meaning a string of characters. To add a value, select Edit, New, and then the type from above. The key adds a new subkey to the selected key on the left. NextYou can now do various things, such as enable things, disable annoying screens, add advanced options to some programs. For a list of various things, try this site which is full of them: http://www.winguides.com/registry/ It only provides the keys to edit and add to, so you can apply your knowledge from above! It also provides a further in depth guide. |