The above advertisement provided by FastClick- content is the responsibilty of FastClick.

 

Make System Restore A Snap
Windows XP Home and Professional

Advanced User Tip

You can write a little script that will make using System Restore quicker and easier. After you've completed this "tip" you'll have a little script on your desktop that you can run before making changes to the registry, or installing a major program like an anti-virus, firewall, or anti-spyware program. That way, if anything goes awry, you'll be able to restore you computer to a time right-before you make the registry changes or installed the program.

Here's how to create a script that will create a restore point when you double-click it:

1.  Using Notepad, type the following listing and save it with the file extension .vbs. Important! Make sure that you enclose the file name in quotation marks so Notepad doesn't add the .txt file extension to the name. For example "SystemRetore.vbs" or whatever you want to name it. Whatever you call it, it must end in .vbs. If you don't enclose the entire file name in quotes Notepad will save it as a plain text file and it will be useless to you.

Copy and paste only the text in "teal" below to a notepad file and save it as instructed above.

Set SRP = GetObject( "winmgmts:\\.\root\default:Systemrestore" )
CSRP = SRP.CreateRestorePoint( "Before Changes", 0, 100 )


2. Double-click the script file you just created, any time you want to create a new System Restore Point.

It only takes a few seconds to create a restore point this way. And no dialogs are shown to confirm that a Restore Point was created. If you did the script correctly, we assure you a restore point will be created when you double-click the script. If you want to double-check you can click "Start" "All Programs" "Accessories" "System Tools" "System Restore" and click "Restore My Computer To An Earlier Time" . You'll see the restore point you created (called "Before Changes") right there. Now be sure to cancel out of System Restore.
 



Help Support Our Site!
Make our new Start page - Your new Start page!
Click the start button

 


Move up to InfoAve Premium Edition - We hope you will join the thousands who have already made the switch. Our InfoAve Premium Newsletter contains almost three times more information than Information Avenue free edition, and no third party advertisements!  Upgrade to InfoAve Premium right now! An InfoAve Premium Newsletter Subscription is only $11.95 per year, that's 52 great issues of news, tips, tricks, and features you can really use. Subscribe today, and save 50% on our new super Premium E-book !

Close This Window

All content is copyright ©2005 Cloudeight Internet LLC

The above advertisements are provided by Google. Content of these ads is the responsibilty of Google, Inc.