A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » The Basics
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Daily Restore point?



 
 
Thread Tools Display Modes
  #1  
Old February 26th 05, 05:55 PM
LMO
external usenet poster
 
Posts: n/a
Default Daily Restore point?

Is there a way to have a restore point created daily upon first bootup (I
turn my system off each night).
Thanks!


Ads
  #2  
Old February 26th 05, 06:06 PM
Ramesh, MS-MVP
external usenet poster
 
Posts: n/a
Default Daily Restore point?

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...b;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" wrote in message
...
Is there a way to have a restore point created daily upon first bootup (I
turn my system off each night).
Thanks!


  #3  
Old February 27th 05, 05:14 AM
Ramesh, MS-MVP
external usenet poster
 
Posts: n/a
Default Daily Restore point?

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" wrote in message
...
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...b;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" wrote in message
...
Is there a way to have a restore point created daily upon first bootup (I
turn my system off each night).
Thanks!



  #4  
Old February 27th 05, 07:21 AM
LMO
external usenet poster
 
Posts: n/a
Default Daily Restore point?

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" wrote in message
...
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...b;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" wrote in message
...
Is there a way to have a restore point created daily upon first bootup (I
turn my system off each night).
Thanks!




  #5  
Old February 27th 05, 07:29 AM
Ramesh, MS-MVP
external usenet poster
 
Posts: n/a
Default Daily Restore point?

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 Resto

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" wrote in message
...
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" wrote in message
...
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...b;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" wrote in message
...
Is there a way to have a restore point created daily upon first bootup
(I turn my system off each night).
Thanks!





  #6  
Old February 27th 05, 11:20 AM
LMO
external usenet poster
 
Posts: n/a
Default Daily Restore point?

Many thanks!

"Ramesh, MS-MVP" wrote in message
...
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 Resto

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" wrote in message
...
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" wrote in message
...
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...b;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" wrote in message
...
Is there a way to have a restore point created daily upon first bootup
(I turn my system off each night).
Thanks!







  #7  
Old February 27th 05, 01:12 PM
Ramesh, MS-MVP
external usenet poster
 
Posts: n/a
Default Daily Restore point?

You're welcome.

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


"LMO" wrote in message
...
Many thanks!

"Ramesh, MS-MVP" wrote in message
...
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 Resto

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



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
When does System Restore refuse to put Restore Point down? Edward W. Thompson Windows XP Help and Support 0 February 24th 05 06:46 AM
Can not do a System Restore ! ! JcapsJ Windows XP Help and Support 11 February 21st 05 12:22 AM
How Can I Make Restore Useful? r Windows XP Help and Support 7 September 8th 04 06:46 AM
Pics and mp3 opening slowly ?? Andy100 General XP issues or comments 3 September 6th 04 01:02 PM
About system restore George The Basics 1 July 29th 04 07:14 PM






All times are GMT +1. The time now is 04:42 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.