Jump to content

Recommended Posts

Posted

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,0

Thanks

Mac!!!


Posted

Registry Data Type       =         notation

REG_SZ                   = 0x00000000 or 0x00000 or 0x00 or 0
REG_BINARY               = 0x00000001 or 0x00001 or 0x01 or 1
REG_SZ_NOCLOBBER         = 0x00000002 or 0x00002 or 0x02 or 2
REG_BINARY_NOCLOBBER     = 0x00000003 or 0x00003 or 0x03 or 3
REG_MULTI_SZ             = 0x00010000 or 0x10000
REG_MULTI_SZ_APPEND      = 0x0001000A or 0x1000A
REG_DWORD                = 0x00010001 or 0x10001
REG_MULTI_SZ_NOCLOBBER   = 0x00010002 or 0x10002
REG_DWORD_NOCLOBBER      = 0x00010003 or 0x10003
REG_MULTI_SZ_DELVAL      = 0x00010006 or 0x10006
REG_ADDREG_APPEND        = 0x00010008 or 0x10008
REG_EXPAND_SZ            = 0x00020000 or 0x20000
REG_NONE                 = 0x00020001 or 0x20001
REG_EXPAND_SZ_NOCLOBBER  = 0x00020002 or 0x20002

*        types with NOCLOBBER don't overwrite existing values

Basically 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!

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