Reputation: 11
I need to do two things. One is to launch IE hidden until I've locked down certain elements such as hiding the address bar and the second is to launch it with the -noframemerging switch. This is help with delivering web related App-V packages in a Citrix environment.
I'm aware that Group Policy can be used to achieve the lockdown, but the environment where IE is being launched needs the lockdowns set per instance of IE, not as a blanket setting across all.
I have used New-Object -ComObject InternetExplorer.Application to create an IE COM Object in PowerShell and set various properties to create a locked down environment and I can get IE to launch be changing the visible property.
This however launches an instance of iexplore.exe without any switches. Is it possible to launch IE with the -noframemerging switch using this COM object as a template?
Any help would be appreciated.
Cheers,
Matt
Upvotes: 1
Views: 680