Re: 0x80041013 Provider Load Failure on restore point script
- From: mofmaximus <guest@xxxxxxxxxxxxxxxxx>
- Date: Fri, 4 Jul 2008 15:07:58 -0500
I know this is a Vista forum but I am in the process of resolving as
similar issue with XP Pro SP2.
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!")
--
mofmaximus
.
- Follow-Ups:
- Prev by Date: Re: directX only recognise 3326mb
- Next by Date: Re: malfunctioning M.S. file
- Previous by thread: Re: worm?
- Next by thread: Re: 0x80041013 Provider Load Failure on restore point script
- Index(es):