Jump to content

How To Convert Inf Registry Values To Reg File


scankurban

Recommended Posts

Please I need a little help :)

Example;

[Version]

Signature = "$Windows NT$"

ClassGUID={00000000-0000-0000-0000-000000000000}

; delreg is empty...

[DelReg]

[AddReg]

HKLM,"SETUPREG\SYSTEM\ControlSet001\Control\Class\{1EFCBBB4-8750-46D8-A754-92D9911DD587}","Class",REG_SZ,"MemDev"

HKLM,"SETUPREG\SYSTEM\ControlSet001\Control\Class\{1EFCBBB4-8750-46D8-A754-92D9911DD587}","",REG_SZ,"Memory Device"

HKLM,"SETUPREG\SYSTEM\ControlSet001\Control\Class\{1EFCBBB4-8750-46D8-A754-92D9911DD587}","Icon",REG_SZ,"-5"

HKLM,"SETUPREG\SYSTEM\ControlSet001\Control\Class\{1EFCBBB4-8750-46D8-A754-92D9911DD587}\0000","InfPath",REG_SZ,"ramdisk.inf"

HKLM,"SETUPREG\SYSTEM\ControlSet001\Control\Class\{1EFCBBB4-8750-46D8-A754-92D9911DD587}\0000","InfSection",REG_SZ,"RAMDisk_Inst"

HKLM,"SETUPREG\SYSTEM\ControlSet001\Control\Class\{1EFCBBB4-8750-46D8-A754-92D9911DD587}\0000","InfSectionExt",REG_SZ,".NT"

HKLM,"SETUPREG\SYSTEM\ControlSet001\Control\Class\{1EFCBBB4-8750-46D8-A754-92D9911DD587}\0000","ProviderName",REG_SZ,"Mixed"

......and so on

Link to comment
Share on other sites


What i would do is make an inf, right click on it and install it. Then save the registry keys.

Here's a sample inf that imports 1 registry key;

[version]signature="$CHICAGO$"

[DefaultInstall]

AddReg=AddMe

[AddMe]

HKLM, "SOFTWARE\Microsoft\Windows

NT\CurrentVersion\Winlogon\SpecialAccounts\UserList","Administrator",65537,0

1

-gosh

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