How to disable Windows 10 DNS Cache services

Gloria Gu 3,896 Reputation points
2020-07-15T06:51:07.807+00:00

How do I disable the windows 10 DNS client service (DNS local Cache).

C:\WINDOWS\system32>net stop dnscache
The requested pause, continue, or stop is not valid for this service.

Thread source link: https://social.technet.microsoft.com/Forums/windows/en-US/a04284f9-cf27-4f37-82fe-31255f70625f/how-to-disable-windows-10-dns-cache-services?forum=win10itpronetworking

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,302 questions
0 comments No comments
{count} votes

Accepted answer
  1. Candy Luo 12,686 Reputation points Microsoft Vendor
    2020-07-15T08:05:55.703+00:00

    Hi ,

    Welcome to our new Microsoft Q&A Platform.

    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

    Best Regards,

    Candy

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful