Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,
I have a PS script, which will run all the cmdlets in the admin mode. I want to launch the IE in normal mode without admin previliges from the elevated mode powershell. can someone help me how to do this?

thanks in advance
Posted
Comments
Sergey Alexandrovich Kryukov 5-Jul-12 20:34pm    
Good question. It really could be important thing to do. My 5.
--SA

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 5-Jul-12 22:22pm    
[OP Commented:]

Thanks for sharing this info, but I didn't get the right solution from this for my question. I can't go with registry setting because I should not restart my machine while running the script in elevated mode to accomplish other tasks.

let me give you a clear picture - I have developed a UI using PowerShell, that UI will be launched in elevated mode, I have few buttons on the UI. one of the UI functionality is - if I run a button it should launch the IE in non-elevated mode. since I launched the UI in elevated mode, the button background functionality also executes in elevated mode. I want to launch the button, button functionality is launching IE but it should be in non-elevated mode.

--priypavan
Sergey, do you have any update on this?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900