Answered
Create a restore point
Is there already an easy way to create a restore point before starting an installation?
0
Is there already an easy way to create a restore point before starting an installation?
Comments
It's pretty easy to do with PowerShell. Create a PowerShell step in deploy and paste the following script. Run it as Local System.
All this does is checks to see if the Secondary Logon service is running, if it's not running, it starts that service, then runs a basic system restore point with the description of "Manual Restore Point".
You can use attached VBS script.
Hi Nate;
Test this in my company. Works amazing!! Thanks.
Post is closed for comments.