IE compatibility view setting changes
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2018
04:40 AM
12-05-2018
04:40 AM
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 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2018
03:09 AM
12-10-2018
03:09 AM
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
With Regards
Vallalarasu Pandiyan
https://www.linkedin.com/in/vallalarasupandiyan/
Vallalarasu Pandiyan
https://www.linkedin.com/in/vallalarasupandiyan/
