One Click System Restore
0 Comments
»
1. Start > Run > Notepad
2. Paste the following:
Set IRP = getobject("winmgmts:\\.\root\default:Systemrestore")
MYRP = IRP.createrestorepoint ("My RestorePoint", 0, 100)
3. Save it as restore.vbs
4. Double click on the vbs script to create a restore point.