Manually Create Restore Points In Vista
Vista makes it easy to restore your computer by allowing you to turn back the clock to a specific point in time. Vista’s System Restore creates restore points, which are essentially snapshots of system files at a point in time. If a problem arises, you can use System Restore to roll your computer back to the state it was in prior to the problem.
When Vista detects that a new device or program is being installed, it automatically creates a restore point. However, there are times when Vista will not recognize that a new program or device is being installed. Therefore, each time you make a hardware or a software change you will want to manually create a restore point to ensure a restore point is available in the event that problems arise from the installation.
To create a restore point in Vista:
- Click Start, All Programs, Accessories, System Tools and select System Restore.
- From the System Restore window, click the Open System Protection link.
- Verify that the system disk is selected and click the Create button.
- Type a description for the restore point.
- Click the Create button. A status bar will appear as Vista saves your files. When the process is complete, a message box will appear indicating that the restore point was created.
- Windows 7 Professional
- Windows 7 Home Premium
- Windows 7
- Windows 7 Home Premium
- Windows 7 Professional
- Windows XP Professional w/SP2
- Inspiron 14 Notebook
- Windows 7 Home Premium Upgrade from Windows 7 Starter Edition
- Pavilion Dv6-2150us Notebook
- G71-340US Notebook
- Inspiron 15 Notebook
- Windows 7 64-bit
- Pavilion dv6-2190us Notebook
- Pavilion Dv6-2170us Notebook
- Office 2007 Home and Student
- Edge Z30 Midsize Desktop
- Office 2007 Professional
- Office 2007 Professional
- Satellite L500D-ST2543 Notebook
- Compaq Presario CQ61-420us Notebook
- Latitude D620 Notebook
- Eee PC T91 Tablet PC
- Norton Internet Security 2010 – 3 Users
- Windows 7 Professional 64-bit
- Norton Antivirus 2010

2 Comments
drwho07
November 15th, 2008
at 8:29am
Few people will take the long way to do anything.
Running a simple script to make a restore point is more to my own liking. I even put a copy of the script in my Startup folder, for a System Restore Point every time I reboot. It has a distinctive name, “Hacked the Registry” so it stands out among the other restore points made by windows.
I know that name was meant to be a joke, by the original writer, but it also serves a valuable purpose.
Set SRP=GetObject(“winmgmts:\\.\root\default:Systemrestore”)
CSRP=SRP.CreateRestorePoint(“Hacked the registry”, 0, 100)
Copy and paste the above two lines into “Notepad” (NOT Wordpad) and save as:
Set Restore Point.vbs
Save the file wherever is most convenient for you and just run it to make yourself a new restore point. Windows will put the time and date on the Restore Point along with the name, “Hacked The Registry”, so you’ll know it was the one you created.
Happy Computing,
The Doctor
Tiago
October 22nd, 2009
at 11:49am
Hi there!
Does anybody know how to programmatically create a restore point in Windows 2008?
Thank you!