Changes

Adding Registry Settings

333 bytes added, 00:13, 3 July 2008
no edit summary
Normally, you would export this from regedit.exe.
 
Alternatively, in most modern versions of Windows, there is also a command line registry editor, reg.exe. This can add/delete/modify registry keys without the need for a .reg file.
The matching install command to the above example would be:
<code><pre>
REG ADD HKLM\SOFTWARE\Test /v "Test Setting" /d "1" /t REG_DWORD
</pre></code>
----
[[Category: Silent Installers]]
[[Category: Changing Windows settings]]
3
edits