•TheDoggyBrad's DNS Cache Flusher for Windows helps you flush your dns cache easily by just pressing the enter key or the buttons 1 or 2 or by using the new Visual Basic app.
•Flushing your DNS cache helps you to fix 404 errors and problems related to your DNS cache not up to date.
•Note: Flushing your DNS will make its first time load much slower, but next time, it will load the same as before.
•This program is distributed via MIT License.
Any versions of Windows NT4, 2000/NT5, XP, Vista, 7, 8, 8.1, 10, 11 and their Windows Server and LTSC counterparts
Any versions of Windows 95, 98, NT4, 2000/NT5 XP, Vista, 7, 8, 8.1, 10, 11 and their Windows Server and LTSC counterparts
64-bit versions of Windows XP, Vista, 7, 8, 8.1, 10, 11 and their Windows Server and LTSC counterparts with .NET Framework 2.0 enabled or installed
Any versions of Windows 7, 8, 8.1, 10, 11 and their Windows Server and LTSC counterparts with Microsoft or Windows PowerShell enabled or installed
Download Command Processor File
Download Executable File
Note: Unsigned executables, may trigger Windows Defender Smartscreen or even your antiviruses.
Download Setup File
Note: Unsigned executables, may trigger Windows Defender Smartscreen or even your antiviruses.
Download PowerShell File
Note: Unsigned script, you may need to enter "Set-ExecutionPolicy unrestricted" before running this script.
Just click them after downloading. Super easy.
Open Windows PowerShell or the new Microsoft PowerShell under administrator privileges and type the following comamnds:
Set-ExecutionPolicy unrestricted
cd (WHATEVER DIRECTORY YOU DOWNLOADED THE FILE)
.\dnsflusher.ps1
Just click them after downloading.
Maybe, ignore the Windows SmartScreen warnings and also add the program to the exceptions list of your antivirus.
Extract the file and run the setup. Then run the program from the start menu.
Maybe, ignore the Windows SmartScreen warnings and also add the program to the exceptions list of your antivirus.
It is built using the traditional Windows NotePad, but you can view/modify the code using other Notepads such as NotePad++. The .bat file runs on COMMAND.COM (via NTVDM) or CMD.EXE and .cmd runs only on CMD.EXE.
It is built from Windows PowerShell ISE and modified a bit using NotePad, to modify the code use either PowerShell ISE or Notepad applications. It runs on both Windows PowerShell (.NET Framework) and Microsoft PowerShell (.NET Core)
It is built using Visual Basic 2015. To view/modify the code just open the project (.sln) file on Visual Basic 2015 or higher (not lower). This runs on .NET Framework 2.0 but you can change it in Visual Basic's Application Options.
Well, every file format this repository offer is just sending the command "ipconfig /flushdns" to flush your dns cache either in PowerShell, Windows Command Processor, COMMAND.COM (via NTVDM) or directly into system shell (similar in nature as Windows + R or the Windows Run dialog).
There is no absolute need of heavily porting everything to every file format this repository offers.