Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
August 22, 2001
A. To export a key from the registry in ANSI format, use the /a switch:
regedit /a ""
For example, the following command exports the HKEY_LOCAL_MACHINESoftware key in ANSI format from the hklm.reg file.
regedit /a c:hklm.reg "HKEY_LOCAL_MACHINESoftware"
You May Also Like