Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

regedit and Regedt32 command line

3,947 views
Skip to first unread message

Joachim Hofmann

unread,
Jul 23, 2002, 9:58:03 AM7/23/02
to
Hello,

I 'd like to have a list with all the command line options of regedit.exe and Regedt32.exe.

Where can I find this, or can someone post such a list?

Thank You

Achim

Frank

unread,
Jul 23, 2002, 1:01:55 PM7/23/02
to
Joachim Hofmann <3D3D60EB...@gmx.de>...
^ ... command line options of regedit.exe and Regedt32.exe.

Here are my notes on REGEDIT:

REGEDIT [/s] [/e file registry path] [/i file]

s Silent. Does not display dialog.
e Export to file.
i Import from file.

Examples:

REGEDIT /e file
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Schedule
REGEDIT /s /i file

The syntax for Regedit.exe is documented in the "Windows 95 Resource Kit"
on
page 1025.

The additional parameters for Regedit.exe are:

REGEDIT /e File_name.reg regkey_name

File_name.reg - Specifies the text file name to which the Registry should
be
exported.

Regkey_name - Optionally specifies the key to be exported.
Examples
To transparently export the registry to a text file, click Start, click
Run,
type regedit /e c:\output.txt, and then click OK.

To export a registry key, add the specific location to the command such as:
regedit /e c:\out.reg
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Id

To delete a registry key place a hyphen as the first character to the right
of the bracket:

::::::::::::::::::::::::::::::
regedit 4

[-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\EventLog\Application\Time
Serv]
::::::::::::::::::::::::::::::

Frank/?

0 new messages