Turn On or Off Address Bar in Registry Editor in Windows 10  

Page 3 of 3 FirstFirst 123

  1. Posts : 56,825
    Multi-boot Windows 10/11 - RTM, RP, Beta, and Insider
       #20

    Cliff S said:
    Sorry @Edwin as I posted earlier, it is not the proper key, it doesn't even exist,
    Unless... one creates it or merges a reg file
    Attachment 105128
    Sometime back a few months ago, Shawn had to re-do that .reg because MS changed something and it no longer would work. This is from the tut, I just downloaded it again.....

    Code:
    Windows Registry Editor Version 5.00
    
    ; Created by: Shawn Brink
    ; https://www.tenforums.com
    ; Tutorial: https://www.tenforums.com/tutorials/6051-personalize-classic-context-menu-add-windows-10-a.html
    
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization]
    "Icon"="themecpl.dll"
    "MUIVerb"="Personalize (classic)"
    "Position"="Bottom"
    "SubCommands"=""
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\001flyout]
    "MUIVerb"="Theme Settings"
    "ControlPanelName"="Microsoft.Personalization"
    "Icon"="themecpl.dll"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\001flyout\command]
    "DelegateExecute"="{06622D85-6856-4460-8DE1-A81921B41C4B}"
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\002flyout]
    "Icon"="imageres.dll,-110"
    "MUIVerb"="Desktop Background"
    "CommandFlags"=dword:00000020
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\002flyout\command]
    @="rundll32.exe shell32.dll,Control_RunDLL desk.cpl, @desktop"
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\003flyout]
    "MUIVerb"="Change Text Size"
    "ControlPanelName"="Microsoft.Display"
    "Icon"="display.dll,-1"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\003flyout\command]
    @="explorer shell:::{C555438B-3C23-4769-A71F-B6D3D9B6053A}"
    "DelegateExecute"=-
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\004flyout]
    "Icon"="themecpl.dll"
    "MUIVerb"="Color and Appearance"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\004flyout\command]
    @="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,Advanced,@Advanced"
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\005flyout]
    "Icon"="SndVol.exe,-101"
    "MUIVerb"="Sounds"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\005flyout\command]
    @="rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2"
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\006flyout]
    "Icon"="PhotoScreensaver.scr"
    "MUIVerb"="Screen Saver Settings"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\006flyout\command]
    @="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1"
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\007flyout]
    "Icon"="desk.cpl"
    "MUIVerb"="Desktop Icon Settings"
    "CommandFlags"=dword:00000020
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\007flyout\command]
    @="rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0"
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\008flyout]
    "Icon"="main.cpl"
    "MUIVerb"="Mouse Pointers"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\008flyout\command]
    @="rundll32.exe shell32.dll,Control_RunDLL main.cpl,,1"
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\009flyout]
    "Icon"="taskbarcpl.dll,-1"
    "MUIVerb"="Notification Area Icons"
    "CommandFlags"=dword:00000020
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\009flyout\command]
    @="explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}"
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\010flyout]
    "Icon"="taskbarcpl.dll,-1"
    "MUIVerb"="System Icons"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Personalization\shell\010flyout\command]
    @="explorer shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9} \\SystemIcons,,0"
      My Computers


  2. Posts : 27,182
    Win11 Pro, Win10 Pro N, Win10 Home, Windows 8.1 Pro, Ubuntu
       #21

    Now I merged it(it disappears after each build upgrade)
    It's there:
    Turn On or Off Address Bar in Registry Editor in Windows 10-image-001.png
      My Computers


  3. Posts : 68,921
    64-bit Windows 11 Pro for Workstations
    Thread Starter
       #22

    Update:

    Starting with Windows 10 Insider Preview Build 14965, Microsoft has incorporated two new features:

    1. You can now use CTRL + L to set focus to the address bar – while we already supported ALT + D, we recognize that some people prefer this keyboard shortcut instead, so now you have the option to use either one.

    2. You can now use shorthand notation for HKEY names – you told us that when sharing registry paths you always use shorthand notation (HKCU) instead of typing out the full HKEY name (i.e. HKEY_CURRENT_USER), so we should support them in the address bar, and you know what? We agree! You can now just use “HKCR”, “HKCU”, “HKLM”, and “HKU” instead of typing or pasting the respective full name “HKEY_CLASSES_ROOT”, “HKEY_CURRENT_USER”, “HKEY_LOCAL_MACHINE”, or “HKEY_USERS” into the address bar.
      My Computers


 

Tutorial Categories

Turn On or Off Address Bar in Registry Editor in Windows 10 Tutorial Index Network & Sharing Instalation and Upgrade Browsers and Email General Tips Gaming Customization Apps and Features Virtualization BSOD System Security User Accounts Hardware and Drivers Updates and Activation Backup and Restore Performance and Maintenance Mixed Reality Phone


  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 11:56.
Find Us




Windows 10 Forums