Created
August 3, 2015 04:36
-
-
Save hagope/f85a66c57f9f8be41dda to your computer and use it in GitHub Desktop.
useful command line hacks for windows command prompt and powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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