Commands · Utility
UtilityWindows
Registry Editor
regeditThe graphical editor for the Windows Registry — the hierarchical database storing low-level OS and application configuration.
// EXAMPLE
Manually adding a DWORD value under a specific key to enable a hidden feature or override a policy setting not exposed in any GUI.
// GOTCHA
There's no undo for registry edits — always export the key (or the whole hive) before changing anything, since a bad edit can leave Windows unbootable.
// RELATED COMMANDS