Shell Flusher is a PowerShell very simple script that allow you to clear your DNS Cache and copying it in a log file.
The script wont work if your Script Execution Strategy is disabled !
Start an PowerShell shell as Administrator and type :
Set-ExecutionPolicy UnrestrictedYou 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.
- W3bParser