Advertisement
xstroke

Mickey Belisha מיקי בלישה

Nov 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. (windows clean netword connection's cash with automatic reboot.bat)
  2. @Echo on
  3. pushd\windows\system32\drivers\etc
  4. attrib -h -s -r hosts
  5. echo 127.0.0.1 localhost>HOSTS
  6. attrib +r +h +s hosts
  7. popd
  8. ipconfig /release
  9. ipconfig /renew
  10. ipconfig /flushdns
  11. netsh winsock reset all
  12. netsh int ip reset all
  13. shutdown -r -t 600
  14. del %0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement