1

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

4
  • 1
    Looks like a duplicate of this. Commented Dec 8, 2014 at 17:10
  • It does indeed.I have seen this post and tried it. The problem is that IE actually displays briefly using this method and this some thing that I am trying to avoid. With a COM Object I can at least set up the browser first without it displaying. Commented Dec 9, 2014 at 7:54
  • Have you tried this? Commented Dec 9, 2014 at 14:09
  • Yes. Whilst the title includes noframemerging, there does not appear to be any information about how to include the switch. The code posted is essentially the same code I am using to create the COM object. Of course raising the code in this manner may have the same effect, but the post doesn't appear to confirm or deny this. Commented Dec 9, 2014 at 14:29

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.