Create Instant Restore Points
Scott Dunn
With HP wireless printers, you could have printed this from any room in the house. Live wirelessly. Print wirelessly.
It's a royal pain to create a System Restore point in Windows (which you should do before you make changes to your PC's configuration): Choose Start, All Programs, Accessories, System Tools, System Restore, select Create a restore point, and follow the steps in the wizard to set a restore point. Fortunately, you can accomplish the same thing by double-clicking a simple Visual Basic script file that you create yourself.
To begin, click Start, All Programs, Accessories, Notepad to open Windows' text editor, and type the following lines:
rp = "Scripted Restore Point by " & WScript.ScriptName
GetObject("winmgmts:\\.\root\default:Systemrestore").CreateRestorePoint rp, 0, 100
Save the file to a convenient location. Name it anything, but be sure to give it the .vbs extension so that Notepad doesn't add its default .txt extension.
In Vista, right-click the desktop (or the Start menu folder from which you'll launch the script), and then choose New, Shortcut. Type wscript.exe, followed by a space and the path to the new script. Click Next, type a name such as Create Restore Point, and click Finish.
Launch your new script in XP by double-clicking it. In Vista, you have to right-click your new shortcut and select Run As Administrator; click Continue if prompted to do so by User Account Control.
CDW Virtualization Center
PCW Download Guide
Tags at a Glance
Related Operating Systems Articles
- Microsoft Warns of IE8 Lock-in With XP SP3 Microsoft Corp. yesterday warned users of Windows XP Service Pack 3 (SP3) that they won't be able to uninstall either the...
- Linux End-User Summit Planned Event scheduled for October in New York City is intended to bring together users, senior Linux developers.
- Network-Attached Storage on the Cheap FreeNAS: Open-source OS turns an old PC into a great network-attached storage device.
- Vista May Still Have Its Day Think Windows Vista is a hopeless dog and XP was always the cat's meow among users? Think again.
- Bugs & Fixes: Fixing a Connect to Server Error What to do when you get an error message while trying to access a server via the Connect to Server command in the Finder's Go menu.
Best Prices on Antivirus Software
Anti-Virus 7.0 (Electronic Software Distribution)Price: $29.95
VirusScan Plus 2008 - 3-User (Full Product)Price: $7.24
AntiVirus 2008 (Full Product)Price: $14.25
Internet Security 2008 - 3 Users (Full Product)Price: $19.95
Norton AntiVirus 2008 - 3 UserPrice: $30.99
Norton Antivirus 2008 (Full Product)Price: $14.25
- CDW Virtualization Center What is Virtualization and how can it help you save money? Click here to find out.
- Asus Laptop Showcase Ultra-fashionable thin and light notebooks with SmartLogon Face Recognition. Find out more...
- HP Ink Center Bring improved color and brilliance to your printed material. Visit the Resource Center for more info...








"Create Instant Restore Points" Comments