|
|
|
re: System Restore
Saturday, May 19, 2007 at 10:42 am Windows Vista Annoyances Discussion Forum
Posted by alex
(1927 messages posted)
Try open it in C:\Windows\System32\rstrui.exe
or this vbs script works with XP don't know if with Vista.
copy&paste into Notepad place it on desk change the extension txt to vbs.
Open and check if it created respoint..
--------------------------------------------------------------
Set IRP = getobject("winmgmts:\\.\root\default:Systemrestore")
strDescription = InputBox("Restore point description: ","My Restore Point")
MYRP = IRP.createrestorepoint (strDescription, 0, 100)
---------------------------------------------------
On Saturday, May 19, 2007 at 6:50 am, Calder Latham wrote:
>Has anyone had problems with System Restore failing? I tried it just for grins and
>giggles the other day and it failed. I had to do it for real yesterday and it still
>fails. Says it could not complete the process. It lets me pick a restore point and
>does a reboot but no luck. Thanks for reading.
- Written in response to:
- System Restore (Calder Latham: Saturday, May 19, 2007 at 6:50 am)
Responses to this message:
|
|
All messages in this thread [show all]
 |  | re: System Restore (alex: Sat, May 19, 2007, 10:42 am) |
| |
| |
Return to the Windows Vista Discussion Forum
|
|
|
|