Re: 0x80041013 Provider Load Failure on restore point script
- From: Nonny <nonnymoose@xxxxxxxxx>
- Date: Fri, 04 Jul 2008 15:41:01 -0500
mofmaximus <guest@xxxxxxxxxxxxxxxxx> wrote:
I know this is a Vista forum but I am in the process of resolving as
similar issue with XP Pro SP2.
Good for you.
Take your problem to
microsoft.public.windowsxp.general
If I find anything I will try to remember to post it here..
Good luck to us both.
Here is my script
option explicit
Dim WSHShell, SRP, CSRP, description, result
Set WSHShell = CreateObject("WScript.Shell")
description="Service Restore Point"
set SRP = getobject("winmgmts:\\.\root\default:Systemrestore")
CSRP = SRP.createrestorepoint (description, 0, 100)
result= MsgBox("Restore Point Created Successfully!")
- References:
- Re: 0x80041013 Provider Load Failure on restore point script
- From: mofmaximus
- Re: 0x80041013 Provider Load Failure on restore point script
- Prev by Date: Vista 64bit Start menu items are not executing
- Next by Date: Re: Restoring XP Restore Point from Vista?
- Previous by thread: Re: 0x80041013 Provider Load Failure on restore point script
- Next by thread: Re: malfunctioning M.S. file
- Index(es):