Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @echo off
  2. notepad %windir%\System32\drivers\etc\hosts
  3.  
  4. set hostspath=%windir%\System32\drivers\etc\hosts
  5.  
  6. echo 83.231.195.20 fanfiction.net >> %hostspath%
  7. echo 83.231.195.20 .fanfiction.net >> %hostspath%
  8. echo 83.231.195.20 www.fanfiction.net >> %hostspath%
  9.  
  10. netsh int ip reset
  11. ipconfig /flushdns
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement