Skip to content

Instantly share code, notes, and snippets.

@hagope
Created August 3, 2015 04:36
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 hagope/f85a66c57f9f8be41dda to your computer and use it in GitHub Desktop.
Save hagope/f85a66c57f9f8be41dda to your computer and use it in GitHub Desktop.
useful command line hacks for windows command prompt and powershell
# Get hard drive info
wmic logicaldisk get
# Quicky create a system image backup
wbAdmin start backup -backupTarget:E: -include:C: -allCritical -quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment