Create a Windows 10 System Restore Point from a Desktop Shortcut

Save time by creating a system restore shortcut on your Windows 10 desktop that allows you to make one with a simple double-click.

Whenever you make a major change to your Windows 10 system, like doing a registry hack or installing a major software suite, it’s important to create a system restore point. If something goes awry, it allows you to revert to a previous state when your system was working. Normally, you can create a restore point manually. But if you make frequent changes to your system, being able to quickly create and roll back to a known good configuration can come in handy. So, here’s how to make a new restore point with just a double-click of a shortcut icon.

Create a Desktop Shortcut for System Restore

The first thing you need to do is make sure the System Restore feature is turned on in System Properties. If you haven’t turned it on yet, read our full article on how to enable and create a System Restore point on Windows 10.

Shortcut Advanced Properties

Right-click on the desktop and choose New > Shortcut to kick off the shortcut wizard. For the location of the item, type in the following path:

cmd.exe /k "wmic.exe /Namespace:rootdefault Path SystemRestore Call CreateRestorePoint "My Shortcut Restore Point", 100, 7"

Next, type in a memorable description for the shortcut like “Instant Restore Point” or whatever you want and then click Finish.

Name Instant Restore Point Shortcut

Once your shortcut is created, there are a couple more things to do. Right-click the icon and select Properties. In the screen that opens, click the Advanced button and then check the “Run as administrator” box and click OK. This is an important step. If you don’t have it set to run as admin, it won’t work, and you’ll get an “access denied” message.

Advanced Properties Run as Administrator

Here you can also change the shortcut icon if you want. To do that, click the Change Icon button and type: C:WindowsSystem32imageres.dll as the path to find other included Windows 10 icons, or browse to the location of the one you want to use.

To make sure it works, double-click your icon and you should see the following command prompt which tells you a new point was created successfully.

cmd restore point created successful

It’s worth mentioning that Windows 10 creates an automatic restore point before it automatically installs feature or cumulative updates. In addition to creating manual restore points, you can also make Windows 10 create automatic restore points when Windows Defender runs. So, if you have manual and automatic restore points being made, you can always be sure that you have a stable system to revert to.

Also, keep in mind that restore points can take up a good chunk of drive space. If you’re running low on room, check out our article on how to delete old restore points to reclaim drive space. At the same time, you might want to make System Restore use less drive space.

How often do you create system restore points? Share your thoughts in the comments below.

Source