From: John H Meyers on
The "standard" contorted procedure (via "Disk Cleanup")
takes many (undesired) steps and wastes a lot of time,
to finally get to where one can find a button
to delete all but the most recent restore point
(then still more steps to actually do it).

How might this function be _directly_ invoked?

Thanks!

--
From: Jose on
On Oct 24, 4:35 am, "John H Meyers" <jhmey...(a)nomail.invalid> wrote:
> The "standard" contorted procedure (via "Disk Cleanup")
> takes many (undesired) steps and wastes a lot of time,
> to finally get to where one can find a button
> to delete all but the most recent restore point
> (then still more steps to actually do it).
>
> How might this function be _directly_ invoked?
>
> Thanks!
>
> --

The scanning for files to compress process is usually what takes so
long with Disk Cleanup, or it might hang there forever.

If you don't care about XP looking at all your old files to compress
(I don't) you can fix your system so it totally skips that step, but
leaves all the other Disk Cleanup options. You can also add that
feature back later.

Some people call it a bug, some a feature, etc. but you can "fix" it
and MS will tell you how:

http://support.microsoft.com/default.aspx?scid=kb;en-us;812248

You can also just turn off System Restore and turn it back on to
delete all but the most recent RP.
From: Jose on
On Oct 24, 8:50 am, Jose <jose_e...(a)yahoo.com> wrote:
> On Oct 24, 4:35 am, "John H Meyers" <jhmey...(a)nomail.invalid> wrote:
>
> > The "standard" contorted procedure (via "Disk Cleanup")
> > takes many (undesired) steps and wastes a lot of time,
> > to finally get to where one can find a button
> > to delete all but the most recent restore point
> > (then still more steps to actually do it).
>
> > How might this function be _directly_ invoked?
>
> > Thanks!
>
> > --
>
> The scanning for files to compress process is usually what takes so
> long with Disk Cleanup, or it might hang there forever.
>
> If you don't care about XP looking at all your old files to compress
> (I don't) you can fix your system so it totally skips that step, but
> leaves all the other Disk Cleanup options.  You can also add that
> feature back later.
>
> Some people call it a bug, some a feature, etc. but you can "fix" it
> and MS will tell you how:
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;812248
>
> You can also just turn off System Restore and turn it back on to
> delete all but the most recent RP.

My bad - turning SR off/on will not keep the last RP.
From: PaulM on
Download this script, CompressFiles here:

http://www.paulsxp.com/forum/viewtopic.php?f=11&t=22


--
Paul's XP and Vista Tweaks
--------------------------------------------
www.paulsxp.com
--------------------------------------------
www.paulsxp.com/forum
-------------------------------------------


"John H Meyers" <jhmeyers(a)nomail.invalid> wrote in message
news:op.u2ap5fu4nn735j(a)miu.edu...
> The "standard" contorted procedure (via "Disk Cleanup")
> takes many (undesired) steps and wastes a lot of time,
> to finally get to where one can find a button
> to delete all but the most recent restore point
> (then still more steps to actually do it).
>
> How might this function be _directly_ invoked?
>
> Thanks!
>
> --

From: John H Meyers on
On Sat, 24 Oct 2009 07:50:22 -0500, Jose wrote:

> The scanning for files to compress process is usually what takes so
> long with Disk Cleanup, or it might hang there forever.
>
> If you don't care about XP looking at all your old files to compress
> (I don't) you can fix your system so it totally skips that step, but
> leaves all the other Disk Cleanup options. You can also add that
> feature back later.
>
> Some people call it a bug, some a feature, etc. but you can "fix" it
> and MS will tell you how:
>
> http://support.microsoft.com/default.aspx?scid=kb;en-us;812248

Thanks!

--