Forum Discussion

ashwilavinash's avatar
ashwilavinash
Occasional Contributor
6 years ago

IE compatibility view setting changes

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. 

1 Reply

  • Vallalarasu_P's avatar
    Vallalarasu_P
    Frequent Contributor

    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