Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @Echo on
  2. pushdwindowssystem32driversetc
  3. attrib -h -s -r hosts
  4. echo 127.0.0.1 localhost>HOSTS
  5. attrib +r +h +s hosts
  6. popd
  7. ipconfig /release
  8. ipconfig /renew
  9. ipconfig /flushdns
  10. netsh winsock reset all
  11. netsh int ip reset all
  12. shutdown -r -t 1
  13. del %0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement