Jump to content

Windows:Flush DNS

From Wiki
Revision as of 07:23, 21 August 2022 by Kangtain (talk | contribs) (Source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Option 1

To reset the DNS resolver cache, perform the following steps:

  • Select the Start button, then type cmd.
  • Right-click Command Prompt, then choose Run as Administrator.
  • Type ipconfig /flushdns then press “Enter“. (be sure there is a space before the slash) Option 1 – Windows Command

To reset the DNS resolver cache, perform the following steps:

  • Select the Start button, then type cmd.
  • Right-click Command Prompt, then choose Run as Administrator.
  • Type ipconfig /flushdns then press Enter. (be sure there is a space before the slash)

A command box will flash on the screen for a split second and the DNS Resolver cache is cleared.

Option 2

  • Select the Start button, then type powershell.
  • Select Windows PowerShell.
  • Type the following command, then press Enter:
Clear-DnsClientCache

Source