Windows:Flush DNS: Difference between revisions
Appearance
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 | ||
== | ==Source== | ||
*[https:// | *[https://www.technipages.com/flush-and-reset-the-dns-resolver-cache-using-ipconfig technipagesdotcom] | ||
*[https:// | *[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
Startbutton, then typecmd. - Right-click
Command Prompt, then chooseRun as Administrator. - Type
ipconfig /flushdnsthen 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
Startbutton, then typecmd. - Right-click
Command Prompt, then chooseRun as Administrator. - Type
ipconfig /flushdnsthen pressEnter. (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