Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Device Manager to Right Click Menu of My Computer

Featured Replies

I donno what happen exactly, I've bin using this reg tweak from the stone age , when I build a new ISO (XPSP2+RVM2.0.3+NilteRC7) , it causes an error message when I right click My Computer and want to open the Device Manager

mmc7ma.gif

and here is the reg tweak for it:

; Add Device Manager to Right Click Menu of My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]
@="mmc.exe %%SYSTEMDRIVE%%\\WINDOWS\\SYSTEM32\\devmgmt.msc"

what's wrong guyz? I need it there working :)

Edited by Wesmosis


[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]@="mmc.exe %%systemroot%%\\\\System32\\\\devmgmt.msc"
Works for me

@Wesmosis, im having that problem too in RYAN VM2.0.2 updates.. it was fixed after 2.0.3 & now that my curretn build is 2.0.4 updates of RYANVM, that bug is back again.. MMC files are responsible for that... i dunno but according to glent, a ryanvm add-on can fix that issue.. havent tested it yet..

,, yeah ,,

my UAXP is also based on ryanvm pack

and i am also using that registry

SAME problem :(

Now i have to disable that registry key... :(

the problem might with ryan pack (but not sure)

Yes it is the MMC console that cause this problem , do a seahc for "Devove mananger" on his forums for the fix ;)

  • Author

so anyone post here the fix plz, coz I'm gonna burn the ISO 2day

do a seahc for "Devove mananger" on his forums for the fix

!!??

is this

Devove mananger

or

device manager

i got confused.... :S

Coz i didn't find the search...

Edited by Nepali

i changed my reg tweak to this & it works..

Windows Registry Editor Version 5.00

;Adds Device Manager to right click of MY Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]
@="Device Manager"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]
@="mmc.exe C:\\Windows\\system32\\devmgmt.msc"

Windows Registry Editor Version 5.00

;Adds Device Manager to right click of MY Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]@="Device Manager"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]

@="mmc.exe C:\\Windows\\system32\\devmgmt.msc"

I cannot point this to a particular drive,,

thats my problem,,

coz i may setup my windows unattendly on C:\ to Z:\

  • Author
i changed my reg tweak to this & it works..

Windows Registry Editor Version 5.00

;Adds Device Manager to right click of MY Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]
@="Device Manager"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]
@="mmc.exe C:\\Windows\\system32\\devmgmt.msc"

Working like Hell!

i got that in RYANVMs forum..credits to "ghettochild".

This may work,,

Tested,, worked like a charm

Windows Registry Editor Version 5.00

;Adds Device Manager to right click of MY Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]@="Device Manager"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]

@="mmc.exe \\windows\\system32\\devmgmt.msc"

  • 2 weeks later...
i changed my reg tweak to this & it works..

CODE

Windows Registry Editor Version 5.00

;Adds Device Manager to right click of MY Computer

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]@="Device Manager"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]

@="mmc.exe C:\\Windows\\system32\\devmgmt.msc"

Thousands thanks Slimzky. Solved the problem right!

I too have run into this issue, but only with Server 2003. I'm gonna try this fix when I get back (On vacation), but a suggestion would be to use the %WINDIR% variable which should resolve to your Windows folder. You would need to add the "System32" after it of course. I'm pretty sure a .reg file supports that. If not, you could always convert the command into a reg.exe syntax. Just a thought!

  • 1 year later...

This works...

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]
@="Device Manager"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]
@=hex(2):6d,00,6d,00,63,00,2e,00,65,00,78,00,65,00,20,00,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,64,00,65,00,76,00,6d,00,67,00,6d,00,74,\
00,2e,00,6d,00,73,00,63,00,00,00

Tested on XP SP2. Dont know if it works on Win 2000/2003.

Steve

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.