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
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/?