Created
May 3, 2014 03:21
-
-
Save breezhang/11491085 to your computer and use it in GitHub Desktop.
win32 computer basic info
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
@echo computer name | |
@wmic csproduct get name, identifyingnumber | |
@echo "BIOS" | |
@wmic BIOS get Name ,Manufacturer,SerialNumber | |
@echo display adapter | |
@wmic path win32_videocontroller get Name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment