cd %windir%/system32/Macromed/Flash
md FlashPlayerTrust
cd FlashPlayerTrust
echo c: >myTrustFiles.cfg
echo d: >>myTrustFiles.cfg
echo e: >>myTrustFiles.cfg
echo F: >>myTrustFiles.cfg
cd %userprofile%/Application Data/Macromedia/Flash Player/#Security
md FlashPlayerTrust
cd FlashPlayerTrust
echo c: >myTrustFiles.cfg
echo d: >>myTrustFiles.cfg
echo e: >>myTrustFiles.cfg
echo F: >>myTrustFiles.cfg
把上面这段代码保存为cmd格式,用之前让用户点一次(以后就不用点了),就完事了。上面只有C到F盘,你的光盘是放到光驱里面,还要添加GHI……一些盘进去。
md FlashPlayerTrust
cd FlashPlayerTrust
echo c: >myTrustFiles.cfg
echo d: >>myTrustFiles.cfg
echo e: >>myTrustFiles.cfg
echo F: >>myTrustFiles.cfg
cd %userprofile%/Application Data/Macromedia/Flash Player/#Security
md FlashPlayerTrust
cd FlashPlayerTrust
echo c: >myTrustFiles.cfg
echo d: >>myTrustFiles.cfg
echo e: >>myTrustFiles.cfg
echo F: >>myTrustFiles.cfg
把上面这段代码保存为cmd格式,用之前让用户点一次(以后就不用点了),就完事了。上面只有C到F盘,你的光盘是放到光驱里面,还要添加GHI……一些盘进去。
本文提供了一段批处理命令代码,用于批量设置Flash Player的信任配置文件,简化操作流程。
216

被折叠的 条评论
为什么被折叠?



