积极答复者
APPlocker中的脚本策略能否支持.inf文件

问题
答案
-
没有任何文档说明inf文件可被控制。也许因为严格说来*.inf不能算作程序。您可以在组策略里调整相关设置直接限制用户安装驱动程序的行为。
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”- 已标记为答案 Arthur XieModerator 2011年1月7日 9:32
全部回复
-
限制 autorun.inf 的話, 可以不用 AppLocker(這個只有旗艦版和企業版才支持, 專業版部份支持.), 其他版本可以用組策略或者編輯註冊表來實現.
你可以試試, 以管理員運行命令提示符并執行下列命令:
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\explorer" /v HonorAutoRunSetting /t REG_DWORD /d 0x01
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\explorer" /v NoDriveTypeAutoRun /t REG_DWORD /d 0xff
執行完成後, 重新啟動計算機.
Folding@Home -
没有任何文档说明inf文件可被控制。也许因为严格说来*.inf不能算作程序。您可以在组策略里调整相关设置直接限制用户安装驱动程序的行为。
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”- 已标记为答案 Arthur XieModerator 2011年1月7日 9:32