Skip to content

Instantly share code, notes, and snippets.

@Archigos
Created July 29, 2014 14:50
Show Gist options
  • Save Archigos/086c608a7e2eb72d2e55 to your computer and use it in GitHub Desktop.
Save Archigos/086c608a7e2eb72d2e55 to your computer and use it in GitHub Desktop.
Edit Windows "hosts" File Must be in an Administrative Prompt
@ECHO OFF
PUSHD.
CD C:\Windows\System32\Drivers\etc
START notepad hosts
POPD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment