in reply to Cannot interact with Internet explorer when navigating to intranet site

It appears to be a "security feature". (In practice, probably "security theatre".)

Try running your script as a more privileged user (e.g. as Administrator) and you may find it works.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re: Cannot interact with Internet explorer when navigating to intranet site

Replies are listed 'Best First'.
Re^2: Cannot interact with Internet explorer when navigating to intranet site
by Anonymous Monk on Mar 28, 2012 at 13:16 UTC

    Hey,

    thank you very much for the hint, it turned out to be a very good one! Running the same script as admin closes the window with intranet sites as well.

    Best regards