Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

Import dword via a decimal value in a .reg script

$
0
0

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


Viewing all articles
Browse latest Browse all 15028

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>