修改windows默认dns缓存时间为1分钟

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"MaxCacheTtl"=dword:0000003c

保存为 .reg文件,双击导入

(0x3c转换成10进制:3*16+12=60)

posted @ 2023-02-23 16:06  sherlock-merlin  阅读(465)  评论(0)    收藏  举报