Archived from groups: microsoft.public.windowsxp.newusers (
More info?)
Robert,
Thank you for your help. It shall be done. Yes, all my "backups" are put on
a removable disk drive.
Thanks again. Your advice is sincerely appreciated.
BobW.
"Robert Moir" wrote:
> BobW wrote:
> > Cankat,
> >
> > Thank you. My reason for asking is that I can schedule a backup but
> > can't schedule a Restore Point. Will avoid a few self-inflicted foot
> > wounds.
>
> A backup of your system to removable media is of much more value than
> creating a restore point.
>
> However, you can schedule a restore point creation as follows.
>
> Paste the following two lines of code into notepad. Then save the file with
> a .vbs extention, e.g. save it as something like 'restorepoint.vbs'
>
> Set IRP = getobject("winmgmts:\\.\root\default:Systemrestore")
> MYRP = IRP.createrestorepoint ("Robert's Restore Point", 0, 100)
>
> with that done, run the file manually, then open system restore and verify
> the restore point was created ok.
>
> Now you can use scheduled tasks in the normal way to create a restore point
> as you wish. Needless to say, the account you schedule this to run under
> will need to be an admin account.
>
> --
> --
> Rob Moir
> Website -
http://www.robertmoir.co.uk
> Virtual PC 2004 FAQ -
http://www.robertmoir.co.uk/win/VirtualPC2004FAQ.html
> Kazaa - Software update services for your Viruses and Spyware.
>
>
>