Seraphim Posted February 7, 2013 Posted February 7, 2013 Hey guys, I'm trying to create a script that will automate the settings for System Restore. I am able to open the System Protection settings via command script on Administrator access level, but I'm not able to do that via Autoit by doing a Run("systempropertiesprotection.exe"). I'll only see the "Computer Name", "Advanced" and "Remote" tabs, but I won't see the "Hardware" and "System Protection" tabs. Likewise, I tried creating a cmd script that will open the System Protection menu, but I'm still not able to open the full details of the System Properties even when I run the cmd script via Autoit, such as Run("OpenSystemProtection.cmd") Is there a restriction on the access of settings for the System Properties via autoit, or something along that line? ShellExecute("systempropertiesprotection.exe","" , "C:\Windows\System32\") Or Run("systempropertiesprotection.exe")
Chimaera Posted February 7, 2013 Posted February 7, 2013 If you had a look through search these may get you started If Ive just helped you ... miracles do happen. Chimaera CopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices()
Seraphim Posted February 8, 2013 Author Posted February 8, 2013 Well, I'm trying to access the configure button so that I can modify the settings to create a System Restore for the C: drive.As shown in the picture below. Because the settings within that Configure options are only set to "Only restore previous versions of files". I need to change it to "Restore system settings and previous version of files".I don't really need to create a restore point for now though. But I need to modify the settings. Is there any way I can get to set the configuration settings for System Restore?Sorry if I didn't state my intentions clearer in the beginning.
Chimaera Posted February 8, 2013 Posted February 8, 2013 Some Info here but not quite what you wanted http://support.microsoft.com/kb/295659 but it may give you a starting point If Ive just helped you ... miracles do happen. Chimaera CopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices()
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