Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all,

Can i know how to change internet explorer options
(Security tab=>Internet custom level options)
programmatically

Thanks in advance..........
Posted

The only way I know of to control IE settings is through Group Policy. There isn't (or shouldn't be) any way to mess with them through any other means without running batch or scripts or something on the local machine, all of which is either exploiting security holes or requires you to walk over there and plug a USB drive in with your security scripts.
 
Share this answer
 
Comments
Bojjaiah 20-Dec-11 0:40am    
I want to change either programatically or scripts or batch files.
I would think most normal people would NOT want an external app or web site changing their IE security settings. This smells like a hack attempt, and we don't endorse, support, or answer questions about hacking here on Codeproject.
 
Share this answer
 
v2
Comments
Bojjaiah 19-Dec-11 8:48am    
Hi John,

In my web application iam get uploadfile full path from client side so it's returning a path but insted of original path
it's returning duplicate path

like
before disable that option it's returning like this
original path=G:\NewFolder\test.txt
duplicate path=G:\fakepath\test.txt
so i am go throgh internet options=>security tab=>select custom level settings in this iam changing inclde return server path enable now it's returning original path so it's need to change options as programmatically

after enable that option returning like this

original path=G:\NewFolder\test.txt
return path=G:\NewFolder\test.txt

I think now clarify your question
Dave Kreskowiak 19-Dec-11 12:02pm    
Code running inside the web browser can NOT modify the browser security settings.

Also, doing so would affect the operation of the browser for all other sites the user is going to so this makes your approach a VERY bad idea since you're not allowing the browser to play nice with anynthing other than YOUR site.
Pramod24 22-Jun-12 0:47am    
Hi All,

i wan to change Internet Explorer Options (Security tab) programmatically is any sol for this.

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