Linux-Noob Forums
Automated Registry Edits - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Windows Noob (https://www.linux-noob.com/forums/forum-5.html)
+--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-73.html)
+--- Thread: Automated Registry Edits (/thread-3888.html)



Automated Registry Edits - Digerati - 2003-12-18

If you need to change Registry entries using batch files or other automated scripts, you can use REG files. Create REG files by using the Registry/Export Registry File option in RegEdit. Generally, you'll want to export only the smallest subtree of the Registry that you need. To restore the exported values to the Registry from a batch file, use the command line regedit/s myfile.reg.