Hi,
How do change IE compatibilty view settings through script ?. I have to automate an app which requires compatibilty view settings to be on and the other one requires off mode.
There is an option to do it. Try looking on WMI Object which can do most of your windows based setting and options in runtime.
Set objWMIService = GetObject(“winmgmts:{impersonationLevel=impersonate}!\\” & strComputer & “\root\cimv2”)
Refer: Using WMI read Control Panel
Subject | Author | Latest Post |
---|---|---|