Added CreateRestorePoint.cmd for use in d7II

* Addresses issue #104
This commit is contained in:
2Shirt 2019-07-07 17:58:44 -06:00
parent f9a0a11ee8
commit 8cb599ee60
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -0,0 +1,11 @@
@echo off
setlocal
rem Enable System Restore
PowerShell -Command Enable-ComputerRestore -Drive %SYSTEMDRIVE%\
rem Create Restore Point
PowerShell -Command Checkpoint-Computer -Description 1201-d7II
endlocal