简体   繁体   English

Internet Explorer批处理或VBS文件

[英]internet explorer batch or vbs file

Is it possible to write a .bat/vbs file to change IE7/8 security settings? 是否可以编写.bat / vbs文件来更改IE7 / 8安全设置?

I need to change a couple of internet explorer security settings on about 100 computers, and it would be good if I could do this via a .bat/vbs file as I don't know how to use group policies. 我需要在大约100台计算机上更改几个Internet Explorer的安全设置,如果我可以通过.bat / vbs文件执行此操作,那将是一件好事,因为我不知道如何使用组策略。

Follow the link @Kul-Tigin comment. 点击链接@ Kul-Tigin评论。 If you have remote command line access to all machines, what you can do is setup the settings on one machine (or a test machine), then export the registry tree/entries of the IE security settings. 如果您具有对所有计算机的远程命令行访问权限,则可以在一台计算机(或测试计算机)上设置设置,然后导出IE安全设置的注册表树/条目。 Once that is done, you can run the REG IMPORT command on your exported .reg file remotely to all workstations. 完成后,您可以在导出的.reg文件上远程运行REG IMPORT命令到所有工作站。

We use PSEXEC for remote command line usage. 我们使用PSEXEC进行远程命令行使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM