Browse Source

add pre_post_export batch file

pull/55/head
Alex Hirsch 9 years ago
parent
commit
47c14b0fd0
  1. 13
      utils/pre_post_export.bat

13
utils/pre_post_export.bat

@ -0,0 +1,13 @@
@echo off
echo "Start Exporting Pre State"
regedit.exe /e "%USERPROFILE%\Desktop\pre_hklm.reg" "HKEY_LOCAL_MACHINE"
regedit.exe /e "%USERPROFILE%\Desktop\pre_hkcu.reg" "HKEY_CURRENT_USER"
echo "Done Exporting Pre State"
pause
echo "Start Exporting Post State"
regedit.exe /e "%USERPROFILE%\Desktop\post_hklm.reg" "HKEY_LOCAL_MACHINE"
regedit.exe /e "%USERPROFILE%\Desktop\post_hkcu.reg" "HKEY_CURRENT_USER"
echo "Done Exporting Post State"
Loading…
Cancel
Save