Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Powershell how to allow blocked content in internet explorer

enter image description here

Have any idea using powershell how to enable and disable "Alloww active content to run in files on my computer" in IE properties..

like image 618
jack Avatar asked Feb 04 '23 06:02

jack


1 Answers

This worked for me !

When the HTML page is loaded from local machine (local file path), the ActiveX control can be blocked by the Local Machine Lockdown feature.  You should be able to workaround it by adding a mark-of-web
 (<!-- saved from url=(0014)about:internet -->) at the beginning of your HTML page.
like image 108
Sandeep Ks Avatar answered Feb 06 '23 20:02

Sandeep Ks