主要原因是IE 的自身问题。
运行:
reg add "HKEY_CURRENT_USER/Software/Policies/Microsoft/Internet Explorer/Main" /v "DisableFirstRunCustomize" /d 1 /t REG_DWORD /f
即可!
本文提供了解决Internet Explorer浏览器首次启动时出现定制问题的方法。通过在注册表中设置特定键值来禁用首次运行的定制功能。
主要原因是IE 的自身问题。
运行:
reg add "HKEY_CURRENT_USER/Software/Policies/Microsoft/Internet Explorer/Main" /v "DisableFirstRunCustomize" /d 1 /t REG_DWORD /f
即可!

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