Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Daily Restore point?

 
   Windows (Home) -> Basics RSS
Next:  my computer not being viewed correctly  
Author Message
LMO

External


Since: Dec 21, 2004
Posts: 26



(Msg. 1) Posted: Sat Feb 26, 2005 6:55 pm
Post subject: Daily Restore point?
Archived from groups: microsoft>public>windowsxp>basics (more info?)

Is there a way to have a restore point created daily upon first bootup (I
turn my system off each night).
Thanks!
Back to top
Login to vote
Ramesh, MS-MVP

External


Since: Jan 13, 2005
Posts: 45



(Msg. 2) Posted: Sat Feb 26, 2005 11:36 pm
Post subject: Re: Daily Restore point? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

LMO,

It's possible using WMI script. Here is a compiled program.
http://www.dougknox.com/xp/utils/xp_sysrestorepoint.htm

How To Use the System Restore Utility with Windows Management
Instrumentation in Windows XP:
http://support.microsoft.com/default.aspx?scid=kb;en-us;295299

<quote>
To Create a System Restore Point:

set SRP = getobject("winmgmts:\\.\root\default:Systemrestore")
CSRP = SRP.createrestorepoint ("this is a test", 0, 100)

</quote>

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


"LMO" <lmo01nospam RemoveThis @yahoo.com> wrote in message
news:38brgaF5kt9hlU1@individual.net...
> Is there a way to have a restore point created daily upon first bootup (I
> turn my system off each night).
> Thanks!
Back to top
Login to vote
LMO

External


Since: Dec 21, 2004
Posts: 26



(Msg. 3) Posted: Sun Feb 27, 2005 8:21 am
Post subject: Re: Daily Restore point? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks. When a new restore point is created, does it replace previous
points? That is, if I put the restore point program in startup so that a new
point is created for each re-boot, will the previous points be deleted or
replaced?
Thanks again!

"Ramesh, MS-MVP" <ramesh.RemoveThis@online.mvps.org> wrote in message
news:OnW142CHFHA.2276@TK2MSFTNGP15.phx.gbl...
> LMO,
>
> It's possible using WMI script. Here is a compiled program.
> http://www.dougknox.com/xp/utils/xp_sysrestorepoint.htm
>
> How To Use the System Restore Utility with Windows Management
> Instrumentation in Windows XP:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;295299
>
> <quote>
> To Create a System Restore Point:
>
> set SRP = getobject("winmgmts:\\.\root\default:Systemrestore")
> CSRP = SRP.createrestorepoint ("this is a test", 0, 100)
>
> </quote>
>
> --
> Ramesh, Microsoft MVP
> Windows XP Shell/User
> http://windowsxp.mvps.org
>
>
> "LMO" <lmo01nospam.RemoveThis@yahoo.com> wrote in message
> news:38brgaF5kt9hlU1@individual.net...
>> Is there a way to have a restore point created daily upon first bootup (I
>> turn my system off each night).
>> Thanks!
>
Back to top
Login to vote
Ramesh, MS-MVP

External


Since: Jan 13, 2005
Posts: 45



(Msg. 4) Posted: Sun Feb 27, 2005 10:44 am
Post subject: Re: Daily Restore point? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Print the list of all available System Restore points to a file:
http://windowsxp.mvps.org/listsr.htm

Quickly reset all the System Restore points:
http://windowsxp.mvps.org/resetsr.htm

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


"Ramesh, MS-MVP" <ramesh.DeleteThis@online.mvps.org> wrote in message
news:OnW142CHFHA.2276@TK2MSFTNGP15.phx.gbl...
> LMO,
>
> It's possible using WMI script. Here is a compiled program.
> http://www.dougknox.com/xp/utils/xp_sysrestorepoint.htm
>
> How To Use the System Restore Utility with Windows Management
> Instrumentation in Windows XP:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;295299
>
> <quote>
> To Create a System Restore Point:
>
> set SRP = getobject("winmgmts:\\.\root\default:Systemrestore")
> CSRP = SRP.createrestorepoint ("this is a test", 0, 100)
>
> </quote>
>
> --
> Ramesh, Microsoft MVP
> Windows XP Shell/User
> http://windowsxp.mvps.org
>
>
> "LMO" <lmo01nospam.DeleteThis@yahoo.com> wrote in message
> news:38brgaF5kt9hlU1@individual.net...
>> Is there a way to have a restore point created daily upon first bootup (I
>> turn my system off each night).
>> Thanks!
>
Back to top
Login to vote
Ramesh, MS-MVP

External


Since: Jan 13, 2005
Posts: 45



(Msg. 5) Posted: Sun Feb 27, 2005 12:59 pm
Post subject: Re: Daily Restore point? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

LMO,

It works the same way as you create the point manually. The previous restore
points are not deleted by this procedure, but all the other general rules of
System Restore applies.

General Info about System Restore:

In case of low disk space, System Restore deletes the snapshots in FIFO
basis. And the older points are deleted after the TTL (Time to Live) is
expired. The restore point is deleted because 90 days is the default time to
live.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


"LMO" <lmo01nospam RemoveThis @yahoo.com> wrote in message
news:38dandF5lp6meU1@individual.net...
> Thanks. When a new restore point is created, does it replace previous
> points? That is, if I put the restore point program in startup so that a
> new point is created for each re-boot, will the previous points be deleted
> or replaced?
> Thanks again!
>
> "Ramesh, MS-MVP" <ramesh RemoveThis @online.mvps.org> wrote in message
> news:OnW142CHFHA.2276@TK2MSFTNGP15.phx.gbl...
>> LMO,
>>
>> It's possible using WMI script. Here is a compiled program.
>> http://www.dougknox.com/xp/utils/xp_sysrestorepoint.htm
>>
>> How To Use the System Restore Utility with Windows Management
>> Instrumentation in Windows XP:
>> http://support.microsoft.com/default.aspx?scid=kb;en-us;295299
>>
>> <quote>
>> To Create a System Restore Point:
>>
>> set SRP = getobject("winmgmts:\\.\root\default:Systemrestore")
>> CSRP = SRP.createrestorepoint ("this is a test", 0, 100)
>>
>> </quote>
>>
>> --
>> Ramesh, Microsoft MVP
>> Windows XP Shell/User
>> http://windowsxp.mvps.org
>>
>>
>> "LMO" <lmo01nospam RemoveThis @yahoo.com> wrote in message
>> news:38brgaF5kt9hlU1@individual.net...
>>> Is there a way to have a restore point created daily upon first bootup
>>> (I turn my system off each night).
>>> Thanks!
>>
>
>
Back to top
Login to vote
LMO

External


Since: Dec 21, 2004
Posts: 26



(Msg. 6) Posted: Sun Feb 27, 2005 12:59 pm
Post subject: Re: Daily Restore point? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Many thanks!

"Ramesh, MS-MVP" <ramesh RemoveThis @online.mvps.org> wrote in message
news:u7nZm3JHFHA.576@TK2MSFTNGP15.phx.gbl...
> LMO,
>
> It works the same way as you create the point manually. The previous
> restore points are not deleted by this procedure, but all the other
> general rules of System Restore applies.
>
> General Info about System Restore:
>
> In case of low disk space, System Restore deletes the snapshots in FIFO
> basis. And the older points are deleted after the TTL (Time to Live) is
> expired. The restore point is deleted because 90 days is the default time
> to live.
>
> --
> Ramesh, Microsoft MVP
> Windows XP Shell/User
> http://windowsxp.mvps.org
>
>
> "LMO" <lmo01nospam RemoveThis @yahoo.com> wrote in message
> news:38dandF5lp6meU1@individual.net...
>> Thanks. When a new restore point is created, does it replace previous
>> points? That is, if I put the restore point program in startup so that a
>> new point is created for each re-boot, will the previous points be
>> deleted or replaced?
>> Thanks again!
>>
>> "Ramesh, MS-MVP" <ramesh RemoveThis @online.mvps.org> wrote in message
>> news:OnW142CHFHA.2276@TK2MSFTNGP15.phx.gbl...
>>> LMO,
>>>
>>> It's possible using WMI script. Here is a compiled program.
>>> http://www.dougknox.com/xp/utils/xp_sysrestorepoint.htm
>>>
>>> How To Use the System Restore Utility with Windows Management
>>> Instrumentation in Windows XP:
>>> http://support.microsoft.com/default.aspx?scid=kb;en-us;295299
>>>
>>> <quote>
>>> To Create a System Restore Point:
>>>
>>> set SRP = getobject("winmgmts:\\.\root\default:Systemrestore")
>>> CSRP = SRP.createrestorepoint ("this is a test", 0, 100)
>>>
>>> </quote>
>>>
>>> --
>>> Ramesh, Microsoft MVP
>>> Windows XP Shell/User
>>> http://windowsxp.mvps.org
>>>
>>>
>>> "LMO" <lmo01nospam RemoveThis @yahoo.com> wrote in message
>>> news:38brgaF5kt9hlU1@individual.net...
>>>> Is there a way to have a restore point created daily upon first bootup
>>>> (I turn my system off each night).
>>>> Thanks!
>>>
>>
>>
>
>
Back to top
Login to vote
Ramesh, MS-MVP

External


Since: Jan 13, 2005
Posts: 45



(Msg. 7) Posted: Sun Feb 27, 2005 6:42 pm
Post subject: Re: Daily Restore point? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You're welcome.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org


"LMO" <lmo01nospam.DeleteThis@yahoo.com> wrote in message
news:38don7F5mhf43U1@individual.net...
> Many thanks!
>
> "Ramesh, MS-MVP" <ramesh.DeleteThis@online.mvps.org> wrote in message
> news:u7nZm3JHFHA.576@TK2MSFTNGP15.phx.gbl...
>> LMO,
>>
>> It works the same way as you create the point manually. The previous
>> restore points are not deleted by this procedure, but all the other
>> general rules of System Restore applies.
>>
>> General Info about System Restore:
>>
>> In case of low disk space, System Restore deletes the snapshots in FIFO
>> basis. And the older points are deleted after the TTL (Time to Live) is
>> expired. The restore point is deleted because 90 days is the default time
>> to live.
>>
>> --
>> Ramesh, Microsoft MVP
>> Windows XP Shell/User
>> http://windowsxp.mvps.org
>>
>>
Back to top
Login to vote
Display posts from previous:   
Related Topics:
System Restore - Having finally succeeded in making a clone of my hard drive as backup, I updated with SP2 rather painlessly. However, I now have about 2GB more in that partition than I used to have. Maybe it's normal, and I can spare the space, but I'm wondering about..

System Restore vs "last known good configuration". - A question, what's the difference between using "last known good configuration" and System Restore? I used the former recently after some problems, it's now working perfectly and I lost nothing. -- Kenny

See : How to convert DVD and video to iPhone,iPod,Zune,PSP, - Hello all , I hope these messages can help you : Share : how to rip DVD and convert Video to iPod at http://www.oursdownload.com/convert-DVD-video-to-iPod-video.html Share : how to rip DVD and convert Video to iphone at..

can't use speech to text - I need to use my computer with a microphone but can't seem to set this up. Windows Help and Advice Glossary explains that I need to click on the 'speech to text' tab after opening Speech in control panel. However there is NO 'speech to text' tab (onl...

Explorer Problem - Explorer is not working. The error just says Windows Explorer has encountered a problem and needs to close. We are sorry for the inconvenience. I sent the error report to Microsoft, but no help there. Any thoughts?
       Windows (Home) -> Basics All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
  Windows Forums
 Game Forums
 Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact