|
[ Source ]
Microsoft Windows registry tricks
Created: 2008-04-06 11:39:00
Modified: 2008-10-11 16:15:00 Categories: microsoft Keywords: Microsoft Windows registry regedit tricks Description: This article talk about the Microsoft Windows registry and give some tips and tricks. Table Of ContentsIntroductionIn this article, we abbreviate the root classes, here's the full name vs the abbreviation: HKEY_LOCAL_MACHINE: HKLM HKEY_USERS: HKU HKEY_CLASSES_ROOT: HKCR HKEY_CURRENT_CONFIG: HKCC HKEY_CURRENT_USER: HKCU The registry is saved into different files on the filesystem, these files are called hives and are located at default - which corresponds to HKU\.DEFAULT subkey. SAM - which corresponds to HKLM\SAM subkey. SECURITY - which corresponds to HKLM\SECURITY subkey. software - which corresponds to HKLM\SOFTWARE subkey. system - which corresponds to HKLM\SYSTEM subkey. The rest of hive files are stored per user in each profile directory with the name of In the registry, each value has a name, a data type and a value associated. 1024KB is the theoretical the limit a value can have. The different data types are: REG_BINARY REG_WORD REG_DWORD REG_SZ REG_EXPAND_SZ REG_FULL_RESOURCE_DESCRIPTOR Backing up the registryTo backup the whole registry: regedit /e c:\full_registry_export.reg To backup a specific root key: reg save hkcu c:\hkcu_export.reg StartupApplies for: 2000, XP, 2003 HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Last good know configurationHKLM\SYSTEM\CurrentControlSet Enable numlock on bootIn the registry, go to See KB154529 for more info. Toolsregedit reg (cli tool) Comments leaved by users (total: 0)
Add a comment[ Toggle on/off history ] Item History:
|
|
|||||||||||||||||||||||||||||||