以编程方式更改 IE 以允许第三方 Cookie
如何使用我可以让现场技术人员运行的应用程序强制 IE 接受第三方 cookie他们的笔记本电脑?
是注册表的事情吗? http://support.microsoft.com/kb/182569
任何帮助都会很棒,谢谢你!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个注册表设置。但是,它很可能通过组策略或本地策略进行控制。
我会考虑通过组策略部署该设置。当然,如果您有域名。如果您没有域名。我会研究一些自动部署本地策略设置的工具,例如此链接。
LocalPolicy 实用程序
看来 Microsoft 还没有没有留下太多托管代码的方式来以编程方式改变这一点。但是他们有一个 C++ api 这里 ...
如果不在域上,我将专门研究打开本地计算机策略。
此处描述
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