What Is the Favorites Menu in Regedit?
The Favorites menu in the Windows Registry Editor (Regedit) serves as a built-in bookmarking system that allows users to save, organize, and quickly navigate to frequently accessed registry keys. Because the Windows Registry contains thousands of deeply nested folders and complex paths, this feature eliminates the need to manually expand multiple subkeys every time a specific setting needs to be viewed or modified.
Key Functions of the Favorites Menu
- Add to Favorites: When you navigate to a specific registry key, selecting “Add to Favorites” prompts you to assign a custom, memorable name to that location. This creates a direct shortcut to that exact path.
- Instant Navigation: Clicking any saved entry listed at the bottom of the Favorites menu immediately jumps the interface directly to that key, bypassing manual tree navigation.
- Remove Favorite: The menu provides a simple management dialog allowing you to delete bookmarks you no longer need.
Main Benefits
- Time Efficiency: Advanced users, system administrators, and developers frequently modify specific keys for system tweaks, debugging, or policy configuration. Bookmarking these paths significantly speeds up workflow.
- Error Prevention: Many registry paths share similar
or identical subkey names under different hives (such as
HKEY_LOCAL_MACHINEvs.HKEY_CURRENT_USER). Using Favorites reduces the risk of accidentally navigating to and editing the wrong key, which can cause system instability.
Where Favorites Are Stored
Regedit saves your bookmarked entries directly in the registry under the following path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Favorites
This makes it possible to export, back up, or transfer your saved
shortcuts to other user profiles or machines using standard
.reg files.