Skip to content

Instantly share code, notes, and snippets.

@sixertoy
Last active August 29, 2015 14:05
Show Gist options
  • Save sixertoy/175f378cf50271b68ca3 to your computer and use it in GitHub Desktop.
Save sixertoy/175f378cf50271b68ca3 to your computer and use it in GitHub Desktop.
Windows Console Help

Windows Admin Commands

Content

Kill process Windows
taskkill /IM file.exe /F /T
Github Credentials
echo machine github.com > %userprofile%/_netrc
echo login <user> >> %userprofile%/_netrc
echo password <password> >> %userprofile%/_netrc
Symlinks

Create

mklink /D <symlinkname> abs/path/to/source/folder

Remove

rmdir <symlinkname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment