prathapml Posted December 12, 2004 Posted December 12, 2004 How can you silently create a restore point ? Sometimes it becomes necessary when servicing a system (or before deploying something major through group policy). The below code is the one to do it:'Unattended System Restore Point'sysrestorepoint.vbsSet sr = getobject("winmgmts:\\.\root\default:Systemrestore")msg = "New Restore Point successfully created." & vbCRmsg = msg & "It is listed as: " & vbCRmsg = msg & "Automatic Restore Point " & Date & " " & TimeHoping this helps somebody out there.
Stuntgp2000 Posted December 12, 2004 Posted December 12, 2004 Thanks Prathapml, I was just wondering on things like that, cuz I want my unatteneded windows to do a system restore point after the 1st login
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now