Allgemeiner Vorgang zum Wiederherstellen des vorherigen Status eines Systems, der auch unter "Systemwiederherstellung" für Microsoft Windows zu finden ist
Aus einem How-to-Geek-Artikel erhalte ich ein Skript wie das folgende: strDesc = "Restore Point by script" Set oArgs = WScript.Arguments If oArgs.Count > 0 Then strDesc = oArgs(0) WScript.Echo "Creating Restore Point: " & strDesc Set oRestorePoint = GetObject("winmgmts:\\.\root\default:SystemRestore") strResult = oRestorePoint.CreateRestorePoint(strDesc, 0, 100) If strResult <> 0 Then WScript.Echo …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.