Right-click management no longer works
Solved
jcp35440
Posted messages
10
Status
Member
-
pistouri Posted messages 19008 Registration date Status Contributor Last intervention -
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
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
-
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.
