Start -> Uruchom -> sysdm.cpl -> w oknie „Właściwości systemu” -> „Ochrona systemu” -> Utwórz ->Wpisujemy nazwę punktu -> Utwórz -> Czekamy ->
Można też bardziej zautomatyzowac ten proces przez stworzenie skryptu który wykonuje część pracy za nas.
- tworzymy plik tekstowy
- wpisujemy kod:
If WScript.Arguments.Count = 0 Then
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "wscript.exe", Chr(34) & WScript.ScriptFullName & Chr(34) & " Run", , "runas", 1
Else
GetObject("winmgmts:\\.\root\default:Systemrestore").CreateRestorePoint InputBox("Enter a descriptive name for the restore point:","Create Restore Point - x"), 0, 100
End If
Set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "wscript.exe", Chr(34) & WScript.ScriptFullName & Chr(34) & " Run", , "runas", 1
Else
GetObject("winmgmts:\\.\root\default:Systemrestore").CreateRestorePoint InputBox("Enter a descriptive name for the restore point:","Create Restore Point - x"), 0, 100
End If
- zapisujemy zmiany i zmieniamy rozszerzenie pliku na vbs.
Brak komentarzy:
Prześlij komentarz