Custom Context Menu Shortcuts not working in Windows 10 Insider Preview Build 14361

Discussion in 'Windows 10' started by Mr GRiM, Jun 9, 2016.

  1. Mr GRiM

    Mr GRiM MDL Junior Member

    Sep 4, 2012
    84
    119
    0
    #1 Mr GRiM, Jun 9, 2016
    Last edited by a moderator: Apr 20, 2017
    In the latest build all my desktop context menu shortcuts no longer work and result in the screen going black and then restarting explorer.

    I was using the personalisation shortcuts provided with Winaero Tweaker as well as other shortcuts to various CP items and none of those are working now.

    I did manage to get some of them working again by using the following method:

    Code:
     [HKEY_CLASSES_ROOT\Directory\Background\shell\Device Manager]
    "ControlPanelName"="Microsoft.DeviceManager"
    "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,\
      65,00,76,00,6d,00,67,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,30,\
      00,31,00,00,00
    "Position"="bottom"
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\Device Manager\command]
    "DelegateExecute"="{06622D85-6856-4460-8DE1-A81921B41C4B}"
    It seems unless you use DelegateExecute shortcuts will no longer work

    Here is what it used to look like:

    Code:
    [HKEY_CLASSES_ROOT\Directory\Background\Shell\Device Manager]
    @=hex(2):40,00,25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,\
      00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,65,00,76,00,6d,00,67,00,\
      72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,34,00,00,00
    "SuppressionPolicy"=dword:4000003c
    "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,\
      65,00,76,00,6d,00,67,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,30,\
      00,31,00,00,00
    "Position"="Bottom"
    
    [HKEY_CLASSES_ROOT\Directory\Background\Shell\Device Manager\command]
    @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73,\
      00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00,\
      65,00,20,00,2f,00,73,00,20,00,25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,\
      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,65,00,\
      76,00,6d,00,67,00,6d,00,74,00,2e,00,6d,00,73,00,63,00,00,00
    Is anyone else using custom context menus having the same problem?

    The one I really want to fix is my regedit shortcut but I cant figure it out, if someone know a fix please let me know.

    Edit: This is what I have managed so far, regedit still no good though.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\DesktopBackground\shell]
    @="none"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\ControlPanel]
    "MUIVerb"="Control Panel"
    "SubCommands"="DeviceManager;Software;Windows.NetworkAndSharing;ControlPanel;WindowsSettings;Windows.aboutWindows;Windows.RecycleBin.Empty"
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
      00,32,00,37,00,00,00
    "Position"="bottom"
    
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\ThemeSettings]
    @="Theme Settings"
    "Position"="bottom"
    "ControlPanelName"="Microsoft.Personalization"
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,74,00,\
      68,00,65,00,6d,00,65,00,63,00,70,00,6c,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
      00,31,00,00,00
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\ThemeSettings\command]
    "DelegateExecute"="{06622D85-6856-4460-8DE1-A81921B41C4B}"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ControlPanel]
    @="Control Panel"
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
      00,32,00,37,00,00,00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\ControlPanel\command]
    "DelegateExecute"="{06622D85-6856-4460-8DE1-A81921B41C4B}"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DeviceManager]
    @="Device Manager"
    "ControlPanelName"="Microsoft.DeviceManager"
    "Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
      00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,\
      65,00,76,00,6d,00,67,00,72,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,32,00,30,\
      00,31,00,00,00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\DeviceManager\command]
    "DelegateExecute"="{06622D85-6856-4460-8DE1-A81921B41C4B}"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\RegistryEditor]
    @="Registry Editor"
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,72,00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,\
      65,00,2c,00,2d,00,30,00,00,00
    "Position"="bottom"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\RegistryEditor\command]
    @="%systemroot%\regedit.exe"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Software]
    @="Software"
    "ControlPanelName"="Microsoft.ProgramsAndFeatures"
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
      6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
      00,38,00,37,00,00,00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Software\command]
    "DelegateExecute"="{06622D85-6856-4460-8DE1-A81921B41C4B}"
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsSettings]
    @="Windows Settings"
    "Icon"=hex(2):25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
      00,25,00,5c,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,\
      6c,00,2c,00,2d,00,31,00,36,00,38,00,32,00,36,00,00,00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\WindowsSettings\Command]
    "DelegateExecute"="{44090B31-CDF9-4ad1-8182-DB5DA3627974}"
    
    
     
  2. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    #2 lobo11, Jun 9, 2016
    Last edited: Jun 9, 2016
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,396
    1,322
    120
    #3 kaljukass, Jun 9, 2016
    Last edited by a moderator: Apr 20, 2017
    This is Desktop background right-click menu.
    If it working and You need something more, I think, I can help You. If not working, simply delete it from registry.

    Code:
    Windows Registry Editor Version 5.00
    
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\Registry Editor]
    "Icon"="C:\\Windows\\regedit.exe"
    
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\Registry Editor\command]
    @="C:\\Windows\\regedit.exe"
    
    
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Mr GRiM

    Mr GRiM MDL Junior Member

    Sep 4, 2012
    84
    119
    0
    #4 Mr GRiM, Jun 10, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Please don't post unless you have tested and confirmed it works on the latest build, this is of course how it should work but with the latest build it just makes explorer restart.
     
  5. Mr GRiM

    Mr GRiM MDL Junior Member

    Sep 4, 2012
    84
    119
    0
    #5 Mr GRiM, Jun 10, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I cant believe I am the only one using custom desktop context menu shortcuts, is there no one else on the latest build either having no problems at all or experiencing the same problems?

    Can I at least get some of you guys to try the registry editor shortcut to see if the problem can be reproduced?

    Code:
    Windows Registry Editor Version 5.00
    
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\Registry Editor]
    "Icon"="C:\\Windows\\regedit.exe"
    
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\Registry Editor\command]
    @="C:\\Windows\\regedit.exe"