| <<< Accessing the Registry | Index | Registry HKEY Root >>> |
One of the reasons for editing the registry:
Remove entries remaining after application uninstalled
Example editing the registry to change name of Recycle Bin:
Open the Registry Editor
Locate subkey for Recyle Bin (under HKCU)
HKEY_CURRENT_USER
SOFTWARE
MICROSOFT
CURRENT VERSION
EXPLORER
CLSID
645FF...F954E
Default Icon
Value: REG_SZ (Value not set)
Change to Trash Can
Export current key to Desktop for backup purposes
Double-click Default, then the name of the value,
Enter a new name, such as "Trash Can"
| <<< Accessing the Registry | Index | Registry HKEY Root >>> |