|
|
|
re: Cannot do system restore
Tuesday, February 12, 2008 at 6:41 pm Windows Vista Annoyances Discussion Forum
Posted by alex
(1890 messages posted)
You don't have to find InstantRestorePoint.
######################
Set IRP = getobject("winmgmts:\\.\root\default:Systemrestore")
strDescription = InputBox("Restore point description: ","My Restore Point")
MYRP = IRP.createrestorepoint (strDescription, 0, 100)
##########################
Copy and Paste the above text into a NotePad.Not the lines.Save as text file.Rename
it if you want to"Instant Restore Point.VBS ")So now you know what IRP stands for.Double
click on it to open the dialog box and there she goes.
.DON'T BREAK THE LINES when typing those 3 lines.
OR you could type this in RUN on the StartMenu.Don't type the signs for Bigger than,Less
than > RSTRUI.EXE < neither you don't have to use upper case.)
--------------------------------
On Tuesday, February 12, 2008 at 2:02 pm, KMI wrote:
>Thank you Alex
>How do i find IRP in order to set it as you describe please?
>
>
>
|
All messages in this thread [show all]
 |  |  |  | re: Cannot do system restore (alex: Tue, Feb 12, 2008, 6:41 pm) |
| |
| |
Return to the Windows Vista Discussion Forum
|
|
|
|