Rejecting rigid System Restore

Source: Internet
Author: User
Keywords software applications Linux vista

System Restore for Windows can automatically create a subset of restore points, but these restore points are often not the most recent restore points when problems occur in the system. Although it is possible to create a restore point manually, the process of manually creating a restore point is more cumbersome, is there a more automatic way? The answer is yes, let's see.

One-click to create a restore point

One-click to create a restore point you can double-click a shortcut on your desktop to automatically create a restore point.

(1) Right-click a folder and select new → text file on the pop-up shortcut menu to create a new text file.

(2) Double-click to open the text file and enter the following code:

Set irp=getobject ("Winmgmts:\\.\root\default:systemrestore")

Myrp=irp.createrestorepoint ("restore point created by one key", 0,100)

(3) Save or rename the file to "one key to create a restore point. vbs", note that you do not save as a TXT file, where the extension is ". vbs".

(4) Right-click on the file, select the "send → desktop Shortcut" command on the pop-up shortcut menu to create a shortcut to the file on the desktop.

(5) Rename the shortcut on the desktop and select an icon for it according to your preference.

Now, when you want to make changes to the system or install the program, double-click the shortcut, and the system creates a system restore point for you in the background.

Shutdown Create restore point

Sometimes, the wrong operation can cause problems in the system, when this happens, if there is a System restore point on the last shutdown, you will be ecstatic, but in fact you do not have such a restore point. The following method enables the system to automatically create a restore point for you in the background each time the computer shuts down.

(1) Open Notepad and enter the following:

Set irp=getobject ("Winmgmts:\\.\root\default:systemrestore")

Myrp=irp.createrestorepoint ("Shutdown created restore point", 0,100)

When you are done, save the file as a shutdown create restore point. vbs in any folder.

(2) Select "Start → run" in turn, in the Run dialog box, enter Gpedit.msc to open the Group Policy Editor, in which the left pane expands the computer configuration →windows settings → script (start/shutdown), and then in the right pane, double-click Start Open Start Properties dialog box, as shown in the figure, click Add to select the script file you just created to shut down create a restore point. vbs, and then click OK.

Now, if there is a problem with the system, you don't have to panic because in the system there is always a system restore point when the last shutdown, select it, click "Restore", your system will be restored to the last time the shutdown state.

&http://www.aliyun.com/zixun/aggregation/37954.html ">nbsp;







Hot recommendation: [Teach you to learn computer driver installation]
The eight features of X-space most attractive to netizens | 19803.html ">XP system installation video and graphics tutorial
LAN attack, Defense Tools | QQ Facial Expression Recommendation: Cute Little Thorn Dolphin

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.