Skip to content

Instantly share code, notes, and snippets.

@a7madev
Last active January 16, 2016 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a7madev/9eccb330c888570dc52d to your computer and use it in GitHub Desktop.
Save a7madev/9eccb330c888570dc52d to your computer and use it in GitHub Desktop.
Windows - Edit Hosts File
copy %systemroot%\system32\drivers\etc\hosts "C:\Users\a7madev\Desktop"
echo >> C:\Users\a7madev\Desktop\hosts
copy "C:\Users\a7madev\Desktop\hosts" %systemroot%\system32\drivers\etc\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment