Changes

Jump to: navigation, search

Adding Registry Settings

363 bytes added, 11:59, 17 November 2010
added stub information for regini.exe
= RegEdit =
Windows has a registry editing program called RegEdit which can be used interactively or it can be scripted. This can be useful to setup defaults for applications, or apply [http://www.winguides.com/registry/ registry tweaks for various Windows settings].
You can create ready-made .reg files by exporting registry keys from within RegEdit.
= Reg =
Alternatively, included with Windows 2000 Resource Kit, or with Windows XP itself, there is a command line registry editor, reg.exe, that can be used more directly from the command-line. For example:
<code><pre>REG ADD HKLM\SOFTWARE\Test /v "Test Setting" /d "1" /t REG_DWORD</pre></code>
----
 
=Regini=
You can modify registry entries and permissions with Regini.exe .
 
The Regini.exe utility is included in the Windows NT Server 4.0 Resource Kit, in the Microsoft Windows 2000 Resource Kit, and in the Microsoft Windows Server 2003 Resource Kit.
 
Please see the MS KB article for details:
[http://support.microsoft.com/kb/264584 Microsoft KB article 264584]
[[Category: Silent Installers]]
[[Category: Changing Windows settings]]
73
edits

Navigation menu