diff --git a/utils/pre_post_export.bat b/utils/pre_post_export.bat new file mode 100644 index 0000000..eb1d094 --- /dev/null +++ b/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" \ No newline at end of file