Jump to content

Device Manager - right click My Computer


Bigbrit

Recommended Posts

OK. I have searched and tried several "Device Manager with right click on My Computer" and always get errors.

I seems only Nlite 1.3 works. Please tell me the REG entries to use so I can add it to my Registry.

Please.

Again, a tribute to your programming, yours works, their's doesn't.

Link to comment
Share on other sites


HKCR,"CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr","",0x00020000,"@%SystemRoot%\system32\devmgr.dll,-4"

HKCR,"CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr","SuppressionPolicy",0x00010001,1073741884

HKCR,"CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command","",0x00020000,"%SystemRoot%\system32\mmc.exe /s %SystemRoot%\system32\devmgmt.msc"

I think that r3incarnat0r gave it to me, before wasn't localized.

Link to comment
Share on other sites

Here is a reg file

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]
@=hex(2):40,00,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,35,00,00,\
00

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

I hope this meets your expectations!

Link to comment
Share on other sites

I had problems finding a working solution for this as well. The two posts before mine are probably better than this method, but this works for me:

reg add "HKCR\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command" /VE /T REG_EXPAND_SZ /D "%SystemRoot%\system32\mmc.exe /s %SystemRoot%\system32\DevMgmt.msc" /F

This isn't my code. I don't recall where I got it.

Link to comment
Share on other sites

@ TAiN that can be improved:

?.cmd

[Version]
Signature = $Windows NT$

[DefaultInstall]
AddReg = Reg.Settings

[Reg.Settings]
HKCU,%MYCOMP%\DevMgr,,0x20000,"@%SystemRoot%\system32\devmgr.dll,-5"
HKCU,%MYCOMP%\DevMgr\command,,0x20000,"mmc /s %SystemRoot%\system32\devmgmt.msc"

[Strings]
MYCOMP = "Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell"

</Edit>

Link to comment
Share on other sites

Thank you all for replying. I will try them on my test rig later in the day.

My wife let me build a new test system (Christmas present) -- SWEET

GigaByte GA-M51GM-S2G MB -- Athlon X2 64 Dual Core

Gig DDR2/677 -- 160 Hitachi SATAII

Better than my main rig, need to go Core Duo 2 on that one, when finances allow.

Thanks again

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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