Sign in / Sign up

How to Create Windows 7 System Restore Point with a Desktop Shortcut

text size: | Related software / service: Windows 7

Problem

[Useless for WIN7! Forget this article] System restore is a great windows feature, when the feature first debuted, I would set a restore point each and every time before downloading anything. But as time has passed, I become lazy with restore points because of the long navigation process required to reach this tool. So I want to create windows 7 system restore point with a desktop shortcut, but the problem is how to do that.

Solution

[Useless for WIN7! Forget this article]

Write two lines of Visual Basic Script

  1. Click "Start" button and type "notepad" in search box, and then press Enter.
    Click "Start" button and type "notepad" in search box, and then press Enter.
  2. Copy and then paste the following text into Notepad:

    rp = “Shortcut created restore point from ” & WScript.ScriptName

    GetObject(”winmgmts:\.\root\default:Systemrestore”).CreateRestorePoint rp, 0, 100

  3. Save the file with the name System Restore Script.vbs.
    Note: You must Change the save to "All files".
    Save the file as a registry file with the name System Restore Script.vbs.
    Save the file as a registry file with the name System Restore Script.vbs.

Create a shortcut

  1. Right click in a blank space on your desktop. Click "New" and choose "Shortcut".
    Right click in a blank space on your desktop. Click "New" and choose "Shortcut".
  2. Click "Browse" button and find the file you just created.
    Click "Browse" button and find the file you just created.
    Click "Browse" button and find the file you just created.
  3. Give a name to the shortcut, such as Instant Restore then Click "Finish".
    Give a name to the shortcut, such as Instant Restore then Click Finish.
  4. Your shortcut will now appear on your desktop.
    Your shortcut will now appear on your desktop.

Test your shortcut and get a syntax error and have a bad day!

  1. Click "Start" button and the browse the list as: All Programs > Accessories > System Tools > System Restore
    Click "Start" button and the browse the list as: All Programs > Accessories > System Tools > System Restore
  2. You should see the restore point you just made in the description.
    You should see the restore point you just made in the description.




Tips

See also

How to Create Windows 7 ICO icon files conveniently in Windows 7
How to Create a Shortcut to Start the Screensaver in Windows 7

Vote for this tutorial

Authors

  F1098 , Reginato ,   Zhuliyuan

Creative Commons License
All text shared under a Creative Commons License