Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :: Programa para reemplazar archivo HOSTS
- :: Eliminar el archivo hosts y crear uno con el formato predeterminado de Windows
- @Echo off
- pushd\windows\system32\drivers\etc
- attrib -h -s -r hosts
- echo 127.0.0.1 localhost>HOSTS
- attrib +r +h +s hosts
- popd
- PAUSE
Advertisement
Add Comment
Please, Sign In to add comment