SKiTLz Posted November 26, 2004 Posted November 26, 2004 Im trying to add a ramdisk to my WinPE disc. Just had a quick question reguarding these INF entries.0x4,"ControlSet001\Services\Ramdriv\Parameters","DebugComp",0xffffffff0x4,"ControlSet001\Services\Ramdriv\Parameters","DiskSize",0x040000000x1,"ControlSet001\Services\Ramdriv\Parameters","DriveLetter","B:"0x4,"ControlSet001\Services\Ramdriv\Parameters","RootDirEntries",0x000002000x4,"ControlSet001\Services\Ramdriv\Parameters","SectorsPerCluster",0x00000002What do the 0x4, 0x1 etc represent? I noticed theres no HKLM or HKCU.. Is this them in another form?Cheers
SKiTLz Posted November 26, 2004 Author Posted November 26, 2004 anyone have a reference chart at all so I know which is which?
MCT Posted November 26, 2004 Posted November 26, 2004 my bad.. i just looked @ BartPE its used for reg key typespecifies the type of information to be stored as the value’s data. This parameter can be one of the following values:0x0, (REG_NONE) create the key only, no value0x1, (REG_SZ) string0x2, (REG_EXPAND_SZ) string (with environment variable references)0x3, (REG_BINARY) binary data0x4, (REG_DWORD) 32-bit number0x7, (REG_MULTI_SZ) multiple strings* Note: must start with "0x" (lowercase)!im guessing its the same for winpedownload bartPE (3MB) & look @ the plugin help
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