neophyte Posted April 23, 2004 Posted April 23, 2004 Just wondering if anyone out there has managed to find an automated way to disable system restore on one disk, in a two disk system (ie, disable on d:, but not on c:).I wish to do this to my secondary disk, cheers.
Glowy Posted April 23, 2004 Posted April 23, 2004 You can't, disable is only for all drives. The only thing you can do is use the slider.Probably a Reg setting (use a registry scanner to find out wich one)
neophyte Posted April 23, 2004 Author Posted April 23, 2004 Well I guess my operating system must be trying to trick me.Yes, I have scanned the registry for any changes, but the results were not usefull at all.I've also tried google and kellys-corner, but that was like walking through semi-dry cement.
Glowy Posted April 23, 2004 Posted April 23, 2004 Owkay... didn't look good enough... you can't disable it on the systemdrive only..but nevermind... i've got some spare time today and look in to it...
neophyte Posted April 23, 2004 Author Posted April 23, 2004 I'm pretty sure it could be done using a vbscript, but I'm not fond of those.
Glowy Posted April 30, 2004 Posted April 30, 2004 hm put some effort in it.. but can't seem to figure out where the setting is stored.. (yet!)
maxXPsoft Posted May 1, 2004 Posted May 1, 2004 To disabledisable.vbsDim SRP, eSRPSet SRP = GetObject("winmgmts:\\.\root\default:SystemRestore")eSRP = SRP.disable("D:\")To enableeSRP = SRP.Enable("D:\")Need \ and in quotes. Enjoy
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now