Right-click management no longer works

Solved
jcp35440 Posted messages 10 Status Member -  
pistouri Posted messages 19008 Registration date   Status Contributor Last intervention   -
Hello everyone, I've just discovered a little problem: my right-click on "this PC" to access the device manager is no longer working.
Could you help me fix this issue or is it possible to create a shortcut on the desktop?
Thank you in advance. jcp35

4 answers

  1. Latifa
     
    Hello,

    look in the registry

    the key

    HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell

    in the shell menu you should have a key named
    - Device Manager
    and a subkey named
    - Command

    In the subkey Command, you should have a default value
    which should be
    C:\WINDOWS\system32\mmc.exe /s C:\WINDOWS\system32\DevMgmt.msc

    If it is not the case, you need to make the changes for it to work.
    Open Notepad, copy this text without the dashes and paste it into Notepad
    -----------------------------------------------------------
    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager]
    "Icon"="\"C:\\\\Windows\\\\System32\\\\mmc.exe\""

    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\Command]
    @="C:\\WINDOWS\\system32\\mmc.exe /s C:\\WINDOWS\\system32\\DevMgmt.msc"
    ----------------------------------------------------------
    Save the file and rename it to
    Device Manager.reg
    your file must have the .reg extension and not .txt
    Click on it to import it into the registry

    2- To create a shortcut on the desktop
    Right-click in the empty space on the desktop Create a new shortcut
    Named
    C:\WINDOWS\system32\mmc.exe /s C:\WINDOWS\system32\DevMgmt.msc

    Once the shortcut is created you can rename it
    Device Manager

    3- Or you can create it in the right-click menu on the desktop

    Open Notepad, copy this text without the dashes and paste it into Notepad
    -----------------------------------------------------------
    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Device Manager]
    "Icon"="C:\\Windows\\System32\\mmc.exe"

    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Device Manager\Command]
    @="C:\\WINDOWS\\system32\\mmc.exe /s C:\\WINDOWS\\system32\\DevMgmt.msc"
    ----------------------------------------------------------
    Save the file and rename it to
    Device Manager.reg

    Click on it to import it into the registry.

    There you go.
    1
    1. jcp35
       
      Thank you all for your responses and your help, but I found a way for beginners like me: I went to the control panel and created a shortcut to Device Manager and that works for me. Thanks again to the community.
      0
    2. jcp3535440
       
      Thank you, I'm not entirely sure what I did but it's working again, maybe with the FSC and DISM command lines. Thank you and see you soon.
      0
      1. pistouri Posted messages 19008 Registration date   Status Contributor Last intervention   8 723 > jcp3535440
         
        We are happy for you.
        Good luck moving forward.
        0