In Win95 & 98, the Registry is recorded in 2 files: user.dat and system.dat in the Windows directory. In Windows Me, the Registry is stored in the Classes.dat file in the Windows folder. In Win2K Registry is saved in the "WindowsSystem32Config" folder.
Registry can edit directly, change parameters through the Registry Editor editor. Run Registry Editor by typing regedit in the Run window.
The registry has a tree structure, similar to the directory structure. Usually there are six main branches. Each branch is assigned the task of keeping separate information. In the main branches there are many sub-branches. These sub-branches are also kept separate information.
When using Registry Editor you must perform a Registry backup. Any changes can cause your computer to not start, hang, . Back up by running Registry Editor: File - Export . and save to a safe place.
If you do not have knowledge of Windows Registry, please read a bit of instructions below.
The following lines of the words: User Key, Sytem Key, or Key indicate the path to the branch to be repaired or created if it does not exist.
Note: User Key: is for that change to work with Logon users. System Key: is for that change to work for all users.
The Name line is the name of the key to be created, which is the sub-branch on the right side of the Registry
The Type line is the data type of the newly created key
Line: Value is the value of the key
Whether or not the Desktop mode works:
User Key: HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies Explorer
System Key: The HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Policies Explorer
Name: ForceActiveDesktopOn
Type: REG_DWORD (DWORD Value)
Value: (0 = default, 1 = enabled)
Some prevent the Desktop mode from working.
User Key: HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies ActiveDesktop.
System Key: HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Policies ActiveDesktop.
Type: REG_DWORD (DWORD Value)
Value: (0 = disable restriction, 1 = enable restriction)
Hide Active Desktop function from Menu Settings on Start Menu.
User Key: HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies Explorer.
System Key: The HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Policies Explorer.
Name: NoSetActiveDesktop
Type: REG_DWORD (DWORD Value)
Value: (0 = disable restriction, 1 = enable restriction)
Do not change the Active Destop mode.
User Key: HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies Explorer
System Key: The HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Policies Explorer
Name: NoActiveDesktopChanges
Type: REG_DWORD (DWORD Value)
Value: (0 = disable restriction, 1 = enable restriction)
Do not allow changes to the styles of Controls.
This section will restrict part or all of the Appearance tab in Display. Assign value 0: to show, 1 to hide with key names given below.
You access the following key:
Turn off Themes Settings in Display in Control Panel
Themes Settings to change the style of the push button windows. If you don't like it, save it by creating a new key named `NoThemesTab` and assigning it a value of 1.
Turn off the change mode of Keyboard Navigation Settings in Control Panel:
User Key: HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies Explorer.
System Key: The HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Policies Explorer.
Name: NoChangeKeyboardNavigationIndicators
Type: REG_DWORD (DWORD Value)
Value: (0 = default, 1 = enable restriction)
Prevent animation feature Animation Settings.
User Key: HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies Explorer.
System Key: The HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Policies Explorer.
Name: NoChangeAnimation
Type: REG_DWORD (DWORD Value)
Value: (0 = default, 1 = enable restriction)
Control animation mode:
User Key: HKEY_CURRENT_USER Control Panel Desktop WindowMetrics
Name: MinAnimate
Type: REG_SZ (String Value)
Value: (0 = disable, 1 = enable)
Turn off Settings of Display in Control Panel:
This also means that you cannot change the resolution of the Settings screen.
User Key: HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies System.
System Key: HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Policies System.
Name: NoDispSettingsPage
Type: REG_DWORD (DWORD Value)
Value: (0 = disabled, 1 = enabled)
Turn off the ScreenSaver section of Display in Control Panel:
When ScreenSaver is turned off, it does not turn off the ScreenSaver mode, which is hidden for changes to the ScreenSaver. So before you turn it off, you have to consider.
User Key: HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies System.
System Key: HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Policies System.
Name: NoDispScrSavPage
Type: REG_DWORD (DWORD Value)
Value: (0 = disabled, 1 = enabled)
Turn off the Display background change item in Control Panel:
Do not change the wallpaper, Desktop background color.
User Key: HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies System.
System Key: HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Policies System.
Name: NoDispBackgroundPage
Type: REG_DWORD (DWORD Value)
Value: (0 = disabled, 1 = enabled)
Turn off the Appearance section of Display in Control Panel.
User Key: HKEY_CURRENT_USER Software Microsoft Windows CurrentVersion Policies System.
System Key: HKEY_LOCAL_MACHINE Software Microsoft Windows CurrentVersion Policies System.
Name: NoDispAppearancePage
Type: REG_DWORD (DWORD Value)
Value: (0 = disabled, 1 = enabled)