Using a .reg file registry script to import a dword value, it is possible to specify a decimal value instead of a hex value? e.g. ...
This --
;Hide the page file PAGE P: (32768 = 00008000 hex)
[HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Explorer]
"NoDrives"=dword:32768 (specify that this is a decimal value in some manner?)
Instead of the usual hex default --
;Hide the page file PAGE P: (32768 = 00008000 hex)
[HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/Explorer]
"NoDrives"=dword:00008000