No system check points

  • Thread starter Thread starter zammer
  • Start date Start date
Z

zammer

Sys Restore is, I think, supposed to automatically establish a check point
each day. Many days don't have checkpoints of any kind, most others only
checkpoints inserted by cleanup programs, etc. The PC is on continuously at
least 9 hours/day.
I found something that said Task Scheduler must be on. As far as I can tell
it is, though I've nothing scheduled.
Appreciate help.
 
--myrestore.vbs--
set SysResPoint = getobject("winmgmts:\\.\root\default:Systemrestore")
CSRP = SysResPoint.createrestorepoint (" daily", 0, 100)
--end file-
Use a scheduled task to run this script, or put it in startup..

--
Was this helpful? Then click the "Yes" Ratings button. Voting helps the web
interface.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm#RateAPost

Mark L. Ferguson

..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top