Search code examples
javascriptinternet-explorer-11activexshellexecute

ShellExecute permission denied SCRIPT70, IE11 windows 10


i'm using activeX shell application to run file in local. IE11 vrsion 11.316.17763.0 windows 10

I run into an error when trying to execute shellexecute part. script70 permission denied.

ive enabled necessary setting to run activeX as well as advanced->security->allow active content to run files on my computer

even so the error still happens.

please help how to clear this error and make shellexecute run successfully.


Solution

  • I can see that you had already enable the option allow active content to run files on my computer

    I suggest you to also try to enable the option Initialize and script ActiveX controls not marked as safe for scripting

    Enable unsigned ActiveX controls for the current zone

    Tools > Internet Options > Security > Custom level... Enable "ActiveX Controls and plug-ins" > "Initialize and script ActiveX controls not marked as safe for scripting"

    enter image description here

    Reference:

    permission denied with shell.application