Jump to content

_IEAttach fails on line 327 $oShell.Windows()


Recommended Posts

Hi when running my script on a Windows Server 2012R2, I get an error in IE.au3 on line 327

From my code I call _IEAttach

The line it fails on is the call to Windows()

Local $oShell = ObjCreate("Shell.Application")
    Local $oShellWindows = $oShell.Windows(); collection of all ShellWindows (IE and File Explorer)

It works on my local workstation, so I expect that this has something to do with permissions or so, but what?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...