Jump to content

Manual updates without restore


Recommended Posts

Posted

I'm new here, so I hope is the forum to post to. If not, point me in the right direction!

Here's what I've got -- I've got a tech CD that's been put together for my job -- we do service on PC's and constantly find ourselves going to Windows Update, and got sick of it. So we combined all the updates into one batch file, and it works brilliantly except for one thing -- they all set a restore point.

We have downloaded all the updates post-SP2, and have command line switches that force them to run silently and whatnot, but what we would really like is to disable the system restore they do as well, without turning off the system restore for the entire system.

Is there a command line switch for the updates that does this? Or is it easier to have the system process a .reg file that disables system restore at the front end, then have the opposite at the end of the batch file? If system restore is disabled, will the manual windows updates still create a restore point?

Any help is much appreciated. After running our update CD, we end up with 1.5gb of restore points -- a lot of wasted space!

Thanks!

--Nathan


Posted

you could just add a net stop srservice after the first update is applied (that way a system restore point is made before the first update) then run net start srservice after the last update

If you are running these as a batch.. this would be easiest.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...