WizardKit/.bin/d7ii/3rd Party Tools/CreateRestorePoint.cmd
2019-07-07 17:58:44 -06: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