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?
Or
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 ]
Or
[ autoit ]