Jump to content

Recommended Posts

Posted (edited)

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

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

@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..

Posted

,, 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)

Posted (edited)

is this

Devove mananger

or

device manager

i got confused.... :S

Coz i didn't find the search...

Edited by Nepali
Posted

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"

Posted
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:\

Posted
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!

Posted

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...
Posted
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!

Posted

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...
Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...