From: Tomasz PrzybyƂ Date: Sun, 19 Jun 2016 16:31:21 +0000 (+0200) Subject: readme_template.md: updateHostsWindows.bat HowTo X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7df689e0cba41e97b6cea8b766d455dceccbefc7;p=stevenblack-hosts.git readme_template.md: updateHostsWindows.bat HowTo Reference: https://github.com/StevenBlack/hosts/pull/142 --- diff --git a/readme_template.md b/readme_template.md index 3dce37537..20e0be12e 100644 --- a/readme_template.md +++ b/readme_template.md @@ -147,11 +147,19 @@ manually flush your DNS cache once the new hosts file is in place. ### Mac OS X Open a Terminal and run: - -`sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder` +``` +sudo dscacheutil -flushcache;sudo killall -HUP mDNSResponder +``` ### Windows -Open a Command Prompt: + +|Run `updateHostsWindows.bat` in Command Prompt in repository dir always after updating main hosts file for easy replacing hosts file in Windows and reload DNS cache.| +:---------------------------------------------------------------------------------------------------------------------------------------------------------------------| + +|WARNING: Don't run this BAT file directly from popup menu. You have been warned.| +:--------------------------------------------------------------------------------- + +Open a Command Prompt in directory where are files from this repository: **Windows XP**: Start -> Run -> `cmd` @@ -161,9 +169,10 @@ Open a Command Prompt: **Windows 8**: Start -> Swipe Up -> All Apps -> Windows System -> right-click Command Prompt -> "Run as Administrator" -and run: - -`ipconfig /flushdns` +and run command: +``` +updateHostsWindows.bat +``` ### Linux Open a Terminal and run with root privileges: