Ie increase in credit to the browser site

1 .. ie browser to increase privacy site domain name or ip

@echo off
MODE con: COLS=73 lines=39 
echo 正在设置隐私站点,请稍等...... 
echo  即将进行客户端组件注册。
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\P3P\History\1.2.3.4" /v "" /t REG_DWORD /d 0x00000001 /f

echo 设置隐私站点完成!!
rem echo. & exit

2. ie browser to access the site to increase

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\baidu.com\www" /v http /t REG_DWORD /d 0x00000002 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\google.com\www" /v http /t REG_DWORD /d 0x00000002 /f

reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\159.226.23.15" /v http /t REG_DWORD /d 0x00000002 /

Guess you like

Origin blog.csdn.net/weixin_33810302/article/details/90885835