parent
f9a0a11ee8
commit
8cb599ee60
1 changed files with 11 additions and 0 deletions
11
.bin/d7ii/3rd Party Tools/CreateRestorePoint.cmd
Normal file
11
.bin/d7ii/3rd Party Tools/CreateRestorePoint.cmd
Normal 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
|
||||||
Loading…
Reference in a new issue