I have a login script that does various drive mappings and printer installations written in VBScript.
The script creates an IE object in order to show a linux init style status window as to what processes succeed or fail, however on Windows 7 (and most probably Vista) a non-administrator user cannot create an internet explorer object that navigates to anything other than about:blank.
The same code, however, run with admin privs loads the page as expected.
I am looking for a way to create the IE object as administrator in order to navigate to the HTML page that acts as the scripts interface.
I tried using a .hta and running all the code in that, but since it's a single thread the interface never gets updated.
Any suggestions?
The script creates an IE object in order to show a linux init style status window as to what processes succeed or fail, however on Windows 7 (and most probably Vista) a non-administrator user cannot create an internet explorer object that navigates to anything other than about:blank.
The same code, however, run with admin privs loads the page as expected.
I am looking for a way to create the IE object as administrator in order to navigate to the HTML page that acts as the scripts interface.
I tried using a .hta and running all the code in that, but since it's a single thread the interface never gets updated.
Any suggestions?