Jump to content

Windows:Flush DNS: Difference between revisions

From Wiki
Created page with "==Option 1== To reset the DNS resolver cache, perform the following steps: *Select the <code>Start</code> button, then type <code>cmd</code>. *Right-click <code>Command Pr..."
 
Line 18: Line 18:
  Clear-DnsClientCache
  Clear-DnsClientCache


==Referensi==
==Source==
*[https://bit.ly/2WDV1fE technipagesdotcom]
*[https://www.technipages.com/flush-and-reset-the-dns-resolver-cache-using-ipconfig technipagesdotcom]
*[https://bit.ly/3oLWooj dnsleaktest.com]
*[https://dnsleaktest.com/how-to-fix-a-dns-leak.html dnsleaktest.com]


[[Category:Tutorial]][[Category:Windows]]
[[Category:Tutorial]][[Category:Windows]]

Revision as of 21:27, 6 January 2022

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