Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am working on a internet diagnostic tool which will correct the browser settings if it is in improper state and enable the internet connection.

I have created the COM object for Connection Manager Class.
I am facing the access denied issue on Windows VISTA and Windows 7 with Guest User.
Therefore, I am required to run my application as " Run As Administrator".

However, in this case the problem is, it reads the browser settings for Admin. It doesn't picked up the Guest user's Browser settings.

Please help me to determine the best possible solution for such issue.
Thanks
IP_PSD

[edit]Subject line only - "Please Help" is not very usefull! - OriginalGriff[/edit]
Posted
Updated 1-Dec-10 21:52pm
v3
Comments
Dalek Dave 2-Dec-10 3:52am    
Edited for Readability.

Maybe you could use the LogonUser[^] function to switch user accounts within your program. It should give you access to the settings you need.
 
Share this answer
 
Thanks Jones, for your spontaneous reply!

I would try this and let you the result.
 
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