Created
April 24, 2019 06:22
-
-
Save Mindzy/1e261c938d40079b85d1f62066e734a8 to your computer and use it in GitHub Desktop.
Revisions
-
Mindzy created this gist
Apr 24, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ (Invoke-WebRequest https://github.com/googlehosts/hosts/raw/master/hosts-files/hosts).Content.Replace("`n", "`r`n") | Out-File -Encoding ASCII "C:\Windows\System32\drivers\etc\hosts" Clear-DnsClientCache