Understanding Your System Registry

One of the many different databases arrangements a computer uses in order to save configured information is your system registry. It contains information about various programs hat you have installed as well as hardware and setting interface information. This database arrangement is only seen on Windows 95 and later versions.

Each different version has a different System Registry. It is possible to change it, but it is a difficult process and not encouraged.

It works with several different categories. These can be seen in Windows Explorer.

Your System Registry usually looks like this:

+HKEY_CLASES_ROOT
+HKEY_CURRENT_USER
+HKEY_LOCAL_MACHINE
+HKEY_USER
+HKEY_CURRENT_CONFIG

It is a favorite target for viruses. They attempt to change the System Registry or add value to the ones located on the Registry. These include: missing search, missing folder option, disabled command prompts and disable Registry. Using the Dispose/Change System Registry Function can easily solve these problems.

Menu Search Missing
If you would like to restore your search menu, type REG and then:

HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer
/v NoFind /t REG_DWORD /d 0 /f on the Run Menu. Click OK and reboot the computer.

Folder Option Missing

If you would like to restore the Folder option, change Value 1 to 0 on
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentversion
Policies Explorer.

Command Prompt Disabled

You just need to enter REG add HKCUSoftwarePoliciesMicrosoftWindowsSystem /
v DisableCMD /t REG_DWORD /d 0 /f on the Run menu. Click OK and reboot the computer.

Registry Disabled

Type REG DELETE HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem /v DisableRegistryTools /f on the Run Menu. Click OK and reboot the computer.

Related posts:

  1. [XP Hack]Disabling USB Ports
  2. [How-to]Enabling And Disabling The USB Ports Of Your Computer
  3. [Macbook]How to Force Restart your Mac Safely
  4. [Tips]Create Invisible folder In Windows XP
  5. How to Clean Boot Your Windows System

Tags: , , , , , , , ,

One Response to “Understanding Your System Registry”

  1. jigar 30. Sep, 2009 at 4:37 am #

    thanks….

Leave a Reply