System Restore deleting new files ?

P

Proteus

I`m having a problem using XP Systems Restore function.
It could be that the problem is just me not trusting its
functionality.
The question is, By using System Restore, will it
actually delete installations and files created after the
selected date. Example. Generally i have all system and
operative system files on the C disk with System Restore
enabled. Applications is in general installed on the D
disk also having System Restore enabled. Documents and
data are allways stored on the E disk without System
Restore enabled.
I`ve installed a couple of applications to the D disk and
created a heap of documents on the E disk when the system
behaves suspiciously after a couple of weeks.
I choose to restore the system to a date BEFORE those
applications where installed.
I want the System Restore to delete EVERYTHING made after
the choosen date on the C and D disk. There should not be
ANYTHING left and the C and D disk should be EXACTLY like
it was before. Is this the case ? What happens with files
created after the specific date ? Is it completely
deleted ?
As you propably have understood i`m having problems with
trusting this function completely and it`s a bit stupid
to use applications like Ghost if this function works
just as well. . .

Thankful for any answers in this matter
 
A

arnold bosch

http://support.microsoft.com/?kbid=302796
Troubleshooting System Restore in Windows XP

System Restore FAQ:
http://www.microsoft.com/technet/community/newsgroups/faqsrwxp.mspx


http://support.microsoft.com/default.aspx?scid=kb;en-us;283096
Improper Shutdown May Affect System Restore


http://support.microsoft.com/default.aspx?scid=kb;EN-US;301224
System Restore "Restore Points" Are Missing or Deleted

http://support.microsoft.com/default.aspx?scid=kb;EN-US;300044
How the System Restore Tool Handles Hard-Disk Space Usage
 
G

Guest

In other words. It did not remove files like i hoped it
would. In this case Ghost will be the best solution im
afraid. What a major dissapointment :-(
But hey. Thanks for reply. . .

Proteus
 
A

arnold bosch

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_sysrestore_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.


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

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

Top