Created
July 26, 2021 06:32
-
-
Save lxfly2000/461b268054757f4fa6210b035f30b1db to your computer and use it in GitHub Desktop.
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 off | |
echo CPU: | |
wmic cpu get Manufacturer | |
wmic cpu get Name | |
wmic cpu get ProcessorID | |
echo Hard Disk: | |
wmic diskdrive get serialnumber | |
echo BIOS: | |
wmic baseboard get serialnumber | |
echo MAC Address: | |
getmac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment