allen99383
Technical User
I'm hoping that someone can point me in the right direction on where to look. In my logon script I use internet explorer to display information to the users on the status of mapping their network drives, etc. It works fine on all machines except one windows 2000 system. It is failing on the line that read:
Set MSIE = CreateObject("InternetExplorer.Application")
I have removed all other lines from the script and tried just creating the MSIE object and it returns the same error.
Error: Permission Denied: 'CreateObject'
Code: 800a0046
Source: Microsoft VBScript runtime error.
It occurs whether the user is an admin or a normal user.
Any ideas?
Set MSIE = CreateObject("InternetExplorer.Application")
I have removed all other lines from the script and tried just creating the MSIE object and it returns the same error.
Error: Permission Denied: 'CreateObject'
Code: 800a0046
Source: Microsoft VBScript runtime error.
It occurs whether the user is an admin or a normal user.
Any ideas?