Windows Registry Keys List [updated] Official

| Path | Purpose | |------|---------| | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run | System-wide startup apps | | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce | Run once on next boot (then deleted) | | HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run | Current user startup apps | | HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce | User-level run once | | HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run | 32-bit apps on 64-bit Windows | Customize File Explorer, taskbar, and context menus.

| Path | Purpose | |------|---------| | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall | 64-bit apps uninstall info | | HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall | 32-bit apps on 64-bit Windows | | HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall | User-installed apps (e.g., Store apps) | Control update behavior. windows registry keys list

You can copy, edit, or expand it as needed. The Windows Registry is a hierarchical database that stores low-level settings for the operating system and applications. Below is a comprehensive, categorized list of the most important registry keys every IT pro, power user, or developer should know. ⚠️ Warning: Editing the registry incorrectly can damage your system. Always back up before making changes ( File > Export in regedit ). 1. Root Keys (Hives) | Root Key | Abbreviation | Description | |----------|-------------|-------------| | HKEY_CLASSES_ROOT | HKCR | File associations, OLE, and COM class registration | | HKEY_CURRENT_USER | HKCU | Settings for the currently logged-in user | | HKEY_LOCAL_MACHINE | HKLM | System-wide hardware, software, and OS settings | | HKEY_USERS | HKU | All loaded user profiles | | HKEY_CURRENT_CONFIG | HKCC | Current hardware profile (linked to HKLM\SYSTEM\CurrentControlSet) | 2. Startup & Autorun Keys Prevent malware or manage boot programs here. The Windows Registry is a hierarchical database that

| Path | Key Settings | |------|---------------| | HKLM\SYSTEM\CurrentControlSet\Control\FileSystem | NTFS features (8.3 filenames, last access updates) | | HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management | LargeSystemCache, Paging files, DEP | | HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile | Multimedia scheduling priority | You can paste these directly into regedit address bar or Win + R : Always back up before making changes ( File

| Path | Key Settings | |------|---------------| | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System | Enable/disable UAC, Ctrl+Alt+Del requirements | | HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer | Hide drives, disable registry tools | | HKLM\SECURITY | Only accessible by SYSTEM – local security policies | | HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer | User-level restrictions | Device installation and monitoring.