PC Review


Reply
Thread Tools Rate Thread

System Restore

 
 
Felix
Guest
Posts: n/a
 
      16th May 2004
I would like to edit my System Restore points. Is this an
option? It seems logical that at some 'point' this data
has to be managed. Is this an administrative issue? I am
a novice Windows user but learning fast. I can handle
some registry mod if that's what it takes.

Thanks.
 
Reply With Quote
 
 
 
 
Jupiter Jones [MVP]
Guest
Posts: n/a
 
      16th May 2004
Felix;
Not really possible.
The SR Points are already deleted on a First In First Out based on
your settings.
They can not be saved for later use.
See this link for more information:
http://www.microsoft.com/technet/com.../faqsrwxp.mspx

--
Jupiter Jones [MVP]
http://www3.telus.net/dandemar/


"Felix" <(E-Mail Removed)> wrote in message
news:d8fb01c43acc$0f0b8890$(E-Mail Removed)...
> I would like to edit my System Restore points. Is this an
> option? It seems logical that at some 'point' this data
> has to be managed. Is this an administrative issue? I am
> a novice Windows user but learning fast. I can handle
> some registry mod if that's what it takes.
>
> Thanks.



 
Reply With Quote
 
arnold bosch
Guest
Posts: n/a
 
      16th May 2004
http://www.dougknox.com/xp/utils/xp_sysrestorepoint.htm


SysRestorePoint.exe - Single Click Creation of a System Restore Point/Runs
as a Scheduled Task
©2002 - Doug Knox

SysRestorePoint.exe is a small VB utility that will allow you to create a
System Restore Point, with no user intervention.

Usage: Download SysRestorePoint.zip and extract the contents to your hard
drive. Create a shortcut to the EXE that you extracted. This shortcut can
be placed in your Start Menu, on your Desktop or even your Quick Launch bar.
To run this utility every time the system starts, simply place a shortcut in
Documents and Settings\All Users\Start Menu\Programs\Startup folder. You
will only be notified if a Restore Point could NOT be created. Restore
Points are listed in the System Restore Calendar as "Automatic Restore
Point" along with the time it was created.

This utility is only intended for Windows® XP. If run on Windows 2000, it
simply won't do anything. It may crash if the VB 6 runtimes are not
installed, but it will NOT create a Restore Point, regardless.

Based on original work by Bill James.

This page last updated 05/03/2003 19:41







http://www.mvps.org/sramesh2k/checkpoints.htm




System Restore not creating automatic System Checkpoints on my machine?

By default, System Restore creates automatic Restore Points (called as
"System Checkpoints") every 24 Hrs. Many users complain that "System
Checkpoints" are not created or created apparently random. There are two
reasons for this:

Case 1: The Automatic System Restore point depends upon Task Scheduler
service, though Scheduled Tasks will not show System Restore as a job.
System Restore Checkpoints may not be created if Task Scheduler service is
Stopped.

Case 2: System Restore requires the machine to be in an idle state to
create system check points. This is by design so that System Restore never
intrudes when the user is using the machine by taking processing power to
create a system checkpoint. Hence, if system restore never sees any idle
time on the machine, it will not be able to create System Checkpoints. This
usually occurs if an virus scan is running and the anti-virus software is
running.

Of course, System Restore Service needs to be running in either case.

First, make sure if the System Restore and Task Scheduler service are
running and set to Automatic. To manage the Services configuration, type
"services.msc" in the RUN box. Double-click each of the services and set
them to Automatic. Restart Windows XP.

To create a Restore Point automatically using a script, copy the contents
to a notepad, save as CreateRP.VBS

set SRP = getobject("winmgmts:\\.\root\default:Systemrestore")
CSRP = SRP.createrestorepoint ("Created a Restore Point now", 0, 100)

To create a Restore Point, just double-click the CreateRP.VBS file which
you've just created.


----------------------------------------------------------------------------
--

References:

a.. For more System Restore WMI functions, please see Microsoft
Knowledgebase article Q295299, titled:
"HOW TO: Use the System Restore Utility with Windows Management
Instrumentation in Windows XP



b.. Read the excellent System Restore FAQ, by Anshul Rawat, System
Restore - Microsoft Corporation.


c.. Quickly reset all the System Restore points (Windows XP)


d.. Print the list of all available System Restore points to a file

----------------------------------------------------------------------------
--

[XP Tips Index] [Home] [Internet Explorer FAQ]

http://www.dougknox.com/xp/utils/xp_...tore_blank.htm




Blank System Restore Calendar
Copyright 2002 - Doug Knox

This small GUI (Graphical User Interface) utility will check the Registry
associations that cause this problem, and notify you if they need to be
corrected. You will then have the opportunity to correct them, by clicking
the Repair button. This application is freeware.

Windows XP Only. Requires VB6 Runtime Library (installed on XP by default).

Download SysRestoreCalendar.zip (9K)here.

This page last updated 05/03/2003 19:41
All material © Doug Knox


Blank System Restore Calendar
Copyright 2002 - Doug Knox

This small GUI (Graphical User Interface) utility will check the Registry
associations that cause this problem, and notify you if they need to be
corrected. You will then have the opportunity to correct them, by clicking
the Repair button. This application is freeware.

Windows XP Only. Requires VB6 Runtime Library (installed on XP by default).

Download SysRestoreCalendar.zip (9K)here.





http://www.mvps.org/sramesh2k/resetsr.htm

Quickly reset all the System Restore points (Windows XP)

The following script (from MSDN library - slightly modified) can be used to
clear the System Restore points quickly. It automatically disables System
Restore, clears all the Restore points and re-enables System Restore on all
drives. Copy the following script to a notepad and save as "ResetSR.VBS".

strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer &
"\root\default")
Set objItem = objWMIService.Get("SystemRestore")
errResults = objItem.Disable("")
errResults = objItem.Enable("")

NOTE: The above is an equivalent of selecting "Turn Off System Restore on
all drives"(which clears all the Restore points) and the last line in the
script re-enables the System Restore points.


----------------------------------------------------------------------------
----

Related: Print the list of all available System Restore points to a file

[XP Tips Index] [Home] [Internet Explorer FAQ






 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
System Restore: do restore points persist after a restore? Qu0ll Windows Vista General Discussion 3 12th Apr 2008 03:36 PM
System Restore or Password Restore or Accout Restore Mr.Peter.Pham@gmail.com Windows XP Help 2 28th Dec 2006 08:17 AM
blank system restore, no internet connectivity and blank search function after system restore lily Windows XP General 4 21st Feb 2006 04:14 AM
Lost All my system Restore Points? How to Restore the System Resto =?Utf-8?B?U2Ftc2h1bg==?= Windows XP General 4 2nd Aug 2005 07:16 PM
System Restore can't restore to a previous Restore Point? Chuck Dreier Windows XP General 5 20th Mar 2004 01:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:40 AM.