How to Quickly reset all the System Restore points on windows xp
By maverickmonk
|
|
3M 39008 HEADLIGHT LENS RESTORATION SYSTEM-Restorer Kit
Current Bid: $13.94
|
|
|
Homedics Restore Clean Water System **Brand New**
Current Bid: $19.99
|
|
|
3M Headlight Lens Restoration System-Light Cleaner Kit
Current Bid: $13.94
|
| No Photo |
HP Restore Plus! Windows 7 SP1 32 & 64-bit Operating System Recovery Discs
Current Bid: $25.00
|
|
|
Computer System Restore Disc Boot Window XP & 7
Current Bid: $7.99
|
|
|
Gateway Drivers Recovery Restore CD Disk Disc System
Current Bid: $4.25
|
well!! you might have encountered problems while using your windows operating system while you are exploring it, all of a sudden you dont know what went wrong and how to solve it... so here is a solution which will restore the system to the previous point, the windows will rollback to this point and will not show any effects done after that.. so if you come accross any such situation then just do as shown below
The following script (from MSDN - slightly modified) can be used to clear the System Restore points quickly. It automatically disables System Restore, clears all the Restore points and re-enables System Restore on all drives. Copy the following script to a notepad and save as "ResetSR.VBS".
strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\default") Set objItem = objWMIService.Get("SystemRestore") errResults = objItem.Disable("") errResults = objItem.Enable("") The above is an equivalent of selecting Turn Off System Restore on all drives (which clears all the Restore points) and the last line in the script re-enables the System Restore points.This must solve your problem, if you still persisting the problem then you need to call some expert
Jonathan Wynne 3 years ago
Hi, my system restore is not working, it takes me through all the screens letting me choose the relevant date etc, but then says systems was unable to restore. will the above script solve this problem and if so, do i just save it as above and bobs your uncle or do i need to enter the script somewhere? sorry i don't know much about computers other than the fact that mine is broken.
Many thanks!
Jonathan