时间:2020-03-21 17:15来源: win7旗舰版作者:admin浏览:次
1、Win10下打开IE11可以看到,工具按钮非常简洁,没有多余按钮。






将以下内容复制到记事本:
@echo off
cd\
color 0a
cls
echo.
echo 设IE起始页为空白页
reg add "HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\Main" /v "Start Page" /t reg_sz /d about:blank /f >nul
reg add "HKCU\Software\Policies\Microsoft\Internet Explorer\Main" /v "Start Page" /t reg_sz /d about:blank /f >nul
reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t reg_sz /d about:blank /f >nul
reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v Check_Associations /t REG_SZ /d no /f >nul
reg add "HKLM\SOFTWARE\Microsoft\Internet Explorer\Main" /v "Start Page" /t reg_sz /d about:blank /f >nul
echo.
echo 设IE默认页为空白页
reg add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Default_Page_URL" /t reg_sz /d about:blank /f >nul
reg add "HKLM\Software\Microsoft\Internet Explorer\Main" /v Default_Page_URL /t REG_SZ /d about:blank /f >nul
echo.
pause
8、内容复制后粘贴到记事本中,并保存为.bat的批处理程序。注意“保存类型”选择为“任何类型”,然后后缀添加“.bat”。

Windows10系统下将IE11默认主页设置成空白页的方法就为大家介绍到这里了。如果你也有同样需求的话,不妨耐心参考下本教程。
到这里本文关于win10系统将Ie11默认主页设置成空白页的操作方法就结束了,有需要的用户们可以采取上面的方法步骤来进行操作吧,小编就讲解到这里了,我们下期再会!