@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