W3bParserV2 / Shell-Flusher

A powershell script (.ps1) that allow you to clear your DNS Cache with an interactive Console UI

Home Page:https://w3bparserv2.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell-Flusher

What is Shell Flusher ?

Shell Flusher is a PowerShell very simple script that allow you to clear your DNS Cache and copying it in a log file.


IMPORTANT!

The script wont work if your Script Execution Strategy is disabled !

How to enable the Script Execution Strategy :

Start an PowerShell shell as Administrator and type :

Set-ExecutionPolicy Unrestricted

You should see :

Execution Policy Change
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose you to the security risks described in the about Execution Policies help topic at
http://go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the
execution policy?
[Y] Yes [N] No [S] Suspend [?] Help (default is "y"): y

Type :

y

Now the script can work.


Credits


- W3bParser

About

A powershell script (.ps1) that allow you to clear your DNS Cache with an interactive Console UI

https://w3bparserv2.github.io/

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%