Guest User

Untitled

a guest
Oct 21st, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @echo off
  2. if EXIST %windir%\system32\drivers\etc\hosts.inject del %windir%\system32\drivers\etc\hosts.inject
  3. ren %windir%\system32\drivers\etc\hosts hosts.inject
  4. echo 127.0.0.1 localhost > %windir%\system32\drivers\etc\hosts.penawar
  5.  
  6. echo ::1 localhost >> %windir%\system32\drivers\etc\hosts.penawar
  7. ren %windir%\system32\drivers\etc\hosts.penawar hosts
  8. pause
Add Comment
Please, Sign In to add comment