Demonstration of how dump SAM, SYSTEM and SECURITY registry files.
Prerequisites
Ensure you have access to an Admin level command prompt.
Dump Files
reg.exe save hklm\sam sam.sav
reg.exe save hklm\system system.sav
reg.exe save hklm\security security.sav
sam.sav
,system.sav
andsecurity.sav
are the names of the output files.- The files will be saved in your current working directory if no path is given.