Here it how to make your own instant Restore button that you can make a
instant Restore of your system anytime you want. (It is 2 lines long)
1. Open Notepad
2. Type this in below
3. Save it with extension of .vbs
4. Make shortcut to the file (Or save it to your Desktop)
5. Double click it on when ever you want to make a restore point
rp="Scripted Restore Point by "&WScript.ScriptName
GetObject("winmgmts:\\.\root\default:Systemrestore").CreateRestorePoint rp, 0, 100
CREDITS : NFT TEAM
0 Comments