Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Configuring System Restore via Autoit

$
0
0
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?

[ autoit ]      
ShellExecute("systempropertiesprotection.exe","" , "C:\Windows\System32\")

Or

[ autoit ]      
Run("systempropertiesprotection.exe")

Viewing all articles
Browse latest Browse all 12506

Trending Articles