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.
June 22, 2004
If you run:
reg save RootKey Filename.hiv,
where RootKey is HKLM, HKCU, HKCR, HKU, or HKCC, and subsequently run:
reg restore Rootkey[Key] FileName.hiv,
you receive an Access Denied error message.
To workaround this behavior, use:
reg restore \%ComputerName%Rootkey[Key] FileName.hiv
You May Also Like