Bigbrit Posted January 6, 2007 Posted January 6, 2007 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.
nuhi Posted January 7, 2007 Posted January 7, 2007 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,1073741884HKCR,"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.
Yzöwl Posted January 7, 2007 Posted January 7, 2007 Here is a reg fileWindows 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,00I hope this meets your expectations!
tain Posted January 7, 2007 Posted January 7, 2007 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" /FThis isn't my code. I don't recall where I got it.
Yzöwl Posted January 7, 2007 Posted January 7, 2007 @ 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>
Bigbrit Posted January 7, 2007 Author Posted January 7, 2007 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) -- SWEETGigaByte GA-M51GM-S2G MB -- Athlon X2 64 Dual CoreGig DDR2/677 -- 160 Hitachi SATAIIBetter than my main rig, need to go Core Duo 2 on that one, when finances allow.Thanks again
tain Posted January 7, 2007 Posted January 7, 2007 @Yzöwl: Nicely done, as usual @Bigbrit: You will probably have the best luck with the code that Yzöwl posted. His stuff always works
TheFlash428 Posted January 8, 2007 Posted January 8, 2007 @Yzöwl: Nicely done, as usual @Bigbrit: You will probably have the best luck with the code that Yzöwl posted. His stuff always works I did not try the others, but I can attest that Yzöwl's .CMD file works just fine.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now