Coolsights2000 Posted April 28, 2005 Posted April 28, 2005 Hi! All! Anybody got any good links to explain the workings of inf files............. I'm mainly after how to break this down.. 0x00010003,0 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced","TaskbarSizeMove",0x00010003,0Thanks Mac!!!
Yzöwl Posted April 28, 2005 Posted April 28, 2005 Registry Data Type = notationREG_SZ = 0x00000000 or 0x00000 or 0x00 or 0REG_BINARY = 0x00000001 or 0x00001 or 0x01 or 1REG_SZ_NOCLOBBER = 0x00000002 or 0x00002 or 0x02 or 2REG_BINARY_NOCLOBBER = 0x00000003 or 0x00003 or 0x03 or 3REG_MULTI_SZ = 0x00010000 or 0x10000REG_MULTI_SZ_APPEND = 0x0001000A or 0x1000AREG_DWORD = 0x00010001 or 0x10001REG_MULTI_SZ_NOCLOBBER = 0x00010002 or 0x10002REG_DWORD_NOCLOBBER = 0x00010003 or 0x10003REG_MULTI_SZ_DELVAL = 0x00010006 or 0x10006REG_ADDREG_APPEND = 0x00010008 or 0x10008REG_EXPAND_SZ = 0x00020000 or 0x20000REG_NONE = 0x00020001 or 0x20001REG_EXPAND_SZ_NOCLOBBER = 0x00020002 or 0x20002* types with NOCLOBBER don't overwrite existing valuesBasically it is putting data of 0 in REG_DWORD type to the value TaskbarSizeMove in the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced, only if a that value data doesn't already exist.Hope this helps a little!
Coolsights2000 Posted April 28, 2005 Author Posted April 28, 2005 Ok Thanks that makes allot sense ...HEX is just bunch of light switchs ....... all in a row... knowing which light too turn on is the million dollar question ....
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