Guest User

Untitled

a guest
Jul 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. @echo off
  2. echo 8.8.8.8 www.google.com > %temp%\temphosts.txt
  3. type C:\WINDOWS\system32\drivers\etc\hosts >> %temp%\temphosts.txt
  4. copy /Y %temp%\temphosts.txt C:\WINDOWS\system32\drivers\etc\hosts
Add Comment
Please, Sign In to add comment