begunrom Posted March 12, 2018 Posted March 12, 2018 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?
Subz Posted March 12, 2018 Posted March 12, 2018 Have you tried adding in #RequireAdmin to the top of your script?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now