Changes

Jump to: navigation, search

Adding Registry Settings

39 bytes removed, 09:47, 3 November 2011
Utilities that can only edit entries: Changed ordering to put 'reg' at the top as this is the most useful tool for use with WPKG
Some come with Windows natively, some can set security permissions as well as modifying entries.
=Utilities that can only edit entries=
 
==Reg==
 
Command-line registry editor, can be used directly from within WPKG. Included with Windows 2000 Resource Kit, or bundled with Windows from Windows XP onwards. For example:
reg add HKLM\SOFTWARE\Test /v "Test Setting" /d "1" /t REG_DWORD
 
==RegEdit==
DTReg by David G. Thomas. Freeware. Not available from the author's site at http://www.tamedos.com/downloads/downloads.htm but is available from http://thegoldenear.org/dtreg.zip. The latest known version is 1.0t, circa 2001.
 
==Reg==
 
Alternatively, included with Windows 2000 Resource Kit, or with Windows XP itself, is a command line registry editor, reg.exe, that can be used directly from the command-line. For example:
<code><pre>REG ADD HKLM\SOFTWARE\Test /v "Test Setting" /d "1" /t REG_DWORD</pre></code>
=Utilities that can only edit permissions=
577
edits

Navigation menu