
How can I force IE to accept third party cookies using an App I can just have my field techs run on their laptops?
Is it a registry thing?
http://support.microsoft.com/kb/182569
Any help would be great, thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is a registry setting. However it is most likely going to be controlled through group policy or Local policy.
I would look at deploying that setting through group policy. If you have a domain of course. If you don’t have a domain. I’d look at some tools to automate the deployment of local policy settings such as this link.
LocalPolicy Utilities
It appears Microsoft hasn’t left much in the way of managed code to programmatically change this. However they have a C++ api for this Here …
I would look specifically at opening the local machine policy if not on a domain.
Described here