11 lines
No EOL
210 B
Batchfile
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 |