WizardKit/setup/windows/bin/d7ii/3rd Party Tools/CreateRestorePoint.cmd
2Shirt ac2e5a4fcf
New project orgnization
* Match upstream layout for the benefits listed there
2020-01-08 00:28:56 -07:00

11 lines
No EOL
210 B
Batchfile

@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