PDA

View Full Version : Can you comment in REG files?



davebach
05-01-2002, 07:18 PM
I'd like to create REG files for quick changes but I'm wondering if and how you place comments into the REG file. Thanks!

TonyKlein
05-01-2002, 08:00 PM
Yes, you can use semicolons; like this:

REGEDIT4

;This Registry file restores Control Panel access from Start Menu "Settings."

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoControlPanel"=hex:00, 00, 00, 00

Cheers, Tony