How to disable Windows 10 DNS Cache services

Hi Adithya,

Disable DNS Client through registry:

Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Dnscache,
Locate the Start registry key and change its value from 2 (Automatic) to 4 (Disabled)

Disable DNS client through command line:

REG add "HKLM\SYSTEM\CurrentControlSet\services\Dnscache" /v Start /t REG_DWORD /d 4 /f

Bests,

posted @ 2023-07-28 17:44  朴实小码哥  阅读(30)  评论(0编辑  收藏  举报