How to create a System Restore Point in Windows 10 with a simple double-click

Windows 10 ships with many recovery features that can help you to fix most problems you may come across. One of these functions includes System Restore Point, which allows you to take your PC back to a point in time where everything correctly worked if there are problems due to a recently installed update, driver, or app.

Typically the operating system will create a new restore point before changes are made to your computer, and you can also create restore points manually. However, in this Windows 10 guide, we'll walk you through the steps to create a desktop shortcut with a special script, which it'll allow you to create new restore points with a simple double-click.

How to check if System Restore Point is enabled in your PC

Before diving in, you first need to make sure that System Restore Point is enabled on your PC:

  1. Open the Start menu, do a search for Create a restore point, and press Enter.
  2. On System Protection, under Protections Settings, verify whether the setting is turned On or Off. If the system drive's protection is On, then no further actions are required, and you can jump to "How to create a System Restore Point shortcut script" below.If it's the system protection is Off, select your PC system drive, and click the Configure button.

  1. Select the Turn on system protection option.
  2. Click Apply.
  3. Click OK.

How to create a System Restore Point Shortcut script

To create a restore point with a double-click follow the steps below:

  1. Right-click on the desktop, select New, and click Shortcut.

  1. On the Create Shortcut wizard, type the this command:cmd.exe /k "wmic.exe /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "My Shortcut Restore Point", 100, 7", and click Next.Note: The command basically tells the operating system to open Command Prompt and use Windows Management Instrumentation Command-line (WMIC) tool to create a system restore point of your Windows 10 PC.

  1. Enter a descriptive name for the shortcut, and click Finish.

  1. Right-click the newly created shortcut, and select Properties.
  2. If you want to add a more appropriate icon, click the Change icon button.

  1. In the field type the following path C:\Windows\System32\imageres.dll and press Enter.

  1. Select the icon you want and click OK.
  2. Click the Advanced button.
  3. Select Run as administrator.

  1. Click OK.
  2. Click Apply.
  3. Click OK to complete the task.
  4. Finally, double-click the desktop shortcut to test if a system restore point can be created. If you get a Command Prompt with the output identical to the screenshot below, then everything is working correctly.

Now the next time you're about to install a new app, driver, or you're planning to modify anything on your PC, you can quickly double-click the shortcut to create a new restore point, instead of going through a number of other steps.

Note that we're focusing this guide for Windows 10, but these steps will also work on Windows 8.1 and Windows 7 PCs. Also, it's important to point out that on Windows 8.1 and newer versions, the script will run, but it won't create a new restore point if there are earlier points created in the past 24 hours. If this is the case, you'll need to delete previous restore points for the script to work:

  1. Open the Start menu, do a search for Create a restore point, and press Enter.
  2. Select the hard disk you want to create a new restore point.
  3. Click the Configure button.
  4. Click the Delete button.

  1. Click Continue to confirm deletion.

More on Windows 10

For more tips, coverage, and answers on Windows 10, you can visit the following resources:

Mauro Huculak

Mauro Huculak is technical writer for WindowsCentral.com. His primary focus is to write comprehensive how-tos to help users get the most out of Windows 10 and its many related technologies. He has an IT background with professional certifications from Microsoft, Cisco, and CompTIA, and he's a recognized member of the Microsoft MVP community.