an3k Posted December 26, 2008 Posted December 26, 2008 Hi,the first thing is about the HIVE*.INF files on the cd. I looked through them but didn't find any for HKU\.DEFAULT\ only one for HKCU\ - is HKCU applied to HKU\.DEFAULT\ while the files are loaded in text-mode setup? If not, how do i apply settings for HKU\.DEFAULT\ and to which user are the HKCU\ settings applied?The second thing: i'm trying to add some registry informations which are saved as a REG_QWORD. Yeah, not a REG_DWORD! MSDN said, a QWORD is the 64 bit version of a DWORD which is only 32bit.http://msdn.microsoft.com/en-us/library/ms794514.aspx arleady helped me much but no information about adding a QWORD. Please note, flags is a bitmask!I already tried 0x00011001 (0x00010001 for REG_DWORD and 0x00001000 for 64 bit registry) for flags but doesn't work I know how to add QWORDs using a reg file, but i need inf files.Thank you very much
jaclaz Posted December 26, 2008 Posted December 26, 2008 See if reading "between the lines" of this helps:http://www.siginetsoftware.com/forum/showthread.php?t=8http://www.ryanvm.net/forum/viewtopic.php?p=24275jaclaz
an3k Posted December 26, 2008 Author Posted December 26, 2008 hehe excellent, thank you. didn't found that site before. google always suggested me the word "WORD" if i googled for "QWORD" i guess next time i'll google for such a tool (Reg2Inf) instead of converting the file manually and thinking about how great it would be having such a tool ok, i was dead beat...
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