3
1
I am looking for a powershell command to open Internet Explorer 10 in compatibility mode like
C:\Program files(x86)\Internet Explorer\iexplore.exe www.abc.com
opens www.abc.com in IE10.
I want to open the same site in IE8, IE9 (compatibility modes of IE10) as well through powershell. Is there any IE parameter/hack to accomplish this ?
What happens when you try this? – soandos – 2013-12-17T09:36:37.700
are you having IE10 specific issues of specific pages that you are trying to test the compatibility of? – txtechhelp – 2013-12-17T09:38:57.237
@soandos, It opens abc.com in IE10 – abhi120 – 2013-12-17T10:03:27.897
@txtechhelp, i have made some web pages and i just want to see how they looks in IE8, IE9 and i want to do it from powrshell – abhi120 – 2013-12-17T10:04:59.920