Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 997 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 997 Bytes

LocalBookmark 2.0

其它功能

本仓库提供“无 Internet, 安全”解决方案

REM Batch
REG add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "EnableActiveProbing"   /t REG_DWORD /d 1
REG add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbeHost"    /t REG_SZ    /d "zhmhbest.gitee.io"
REG add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbePath"    /t REG_SZ    /d "localbookmark/connecttest.html"
REG add "HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /f /v "ActiveWebProbeContent" /t REG_SZ    /d "connected"
echo http://zhmhbest.gitee.io/localbookmark/connecttest.html