Gut Posted September 2, 2010 Posted September 2, 2010 This one has me stumped. I need to open an IE window with RUNAS privledges due to an activex control required on a page. I want the window to not contain any address bars, etc so that the user can not take advantage of the admin access and can only browse the appropriate site. I have found a way to open browser with no toolbars using IECREATE. However it opens it with limited user access. I can open IE with RUNAS fine, but can't attach to it and remove toolbars or navigate to page. Any suggestions?
Richard Robertson Posted September 2, 2010 Posted September 2, 2010 You'll need to rerun your entire script using the new privileges, or have a secondary script that is run with the new privileges. You cannot run functions inside one program using a different user's credentials. You have to start an entirely new process.
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