Sys Restore XP/PRO

  • Thread starter Thread starter jim
  • Start date Start date
J

jim

My system restore creats a 'Daily Restore Point'Automatically.Can this
be contolled.?(ie re Automatic ' restore point' Frequency. I can creat a
Restore point.+ One can Remove All restore points in
Start-Settings-Control panel-System. jim
 
You can create a new System Restore point by running System Restore.
You can delete all system restore points in there too, by turning it off in
the System Restore Settings (not recommended).
 
I'm not certain exactly what you want to do but you can manually create a
system restore point at anytime by accessing the System Restore wizard
located at Programs->Accessories->System Tools->System Restore->Create a
restore point

Alliteratively you can copy the lines below (not including the dashes) into
notepad and save it to your Desktop as SR.VBS
---------------------------------
Set SRP = GetObject( "winmgmts:\\.\root\default:Systemrestore" )
CSRP = SRP.CreateRestorePoint( "Before Changes", 0, 100 )

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

Just double click the .vbs file and it will automatically create a system
restore point called "Before Changes"

If you want you can create a Scheduled Task to run the .VBS file at the time
of your choice by going to the Control Panel->Scheduled Tasks->Add scheduled
Task and browse to the Desktop location of SR.VBS
 
Xandros said:
I'm not certain exactly what you want to do but you can manually create a
system restore point at anytime by accessing the System Restore wizard
located at Programs->Accessories->System Tools->System Restore->Create a
restore point

Alliteratively you can copy the lines below (not including the dashes) into
notepad and save it to your Desktop as SR.VBS
---------------------------------
Set SRP = GetObject( "winmgmts:\\.\root\default:Systemrestore" )
CSRP = SRP.CreateRestorePoint( "Before Changes", 0, 100 )

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

Just double click the .vbs file and it will automatically create a system
restore point called "Before Changes"

If you want you can create a Scheduled Task to run the .VBS file at the time
of your choice by going to the Control Panel->Scheduled Tasks->Add scheduled
Task and browse to the Desktop location of SR.VBS

Thanks Heaps Zandros.Regards. jim
 

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

Back
Top