This site is copyrighted. No portion may be reproduced without my written permission.
Working With the Registry |
Contents
|
Registry Overview |
|
|
Exporting and Importing the Registry |
|
|
You can save the all or part of the Registry to a text file. |
|
| When you are running Regedit, select Registry / Export (or Import) | |
| When Exporting, you have the option of exporting the entire Registry (approximately 600K) or just the selected Branch. | |
| You can also import and export the Registry from the command line. You will need to use the real-mode Regedit that is on a Windows95 Startup Disk | |
/L:system |
Specifies the location of the SYSTEM.DAT file |
/R:user |
Specifies the location of the USER.DAT |
file.reg |
Specifies the name of one or more files to import. |
/E file.reg |
Specifies the file to export |
regkey |
Specifies the starting Registry key from which to export. If no value is given, the entire Registry is exported. |
/C file.reg |
Specifies the file to replace the entire contents of
the Registry Note: - Use with caution |
/S file.reg |
Specifies the file to replace and automatically make the changes. Does not bring up confirmation dialog box. This makes it easy to run from batch files. |
This site is copyrighted. No portion may be reproduced without my written permission.