Skip to content

Instantly share code, notes, and snippets.

@bynanex
Created April 30, 2021 23:03
Show Gist options
  • Save bynanex/e8649aa0636d23562b1a0219d086c144 to your computer and use it in GitHub Desktop.
Save bynanex/e8649aa0636d23562b1a0219d086c144 to your computer and use it in GitHub Desktop.
ECHO OFF
TITLE HWID Checker
ECHO **********************************
Color 0F
ECHO **********************************
:start
cls
wmic diskdrive get model, serialnumber
ECHO CPU
wmic cpu get serialnumber
ECHO BIOS
wmic bios get serialnumber
ECHO Motherboard
wmic baseboard get serialnumber
ECHO smBIOS UUID
wmic path win32_computersystemproduct get uuid
getmac
echo Press any key to get your hardware serials again.
pause>nul
goto start
@Faikzonzz
Copy link

w

@kenny22444
Copy link

b

@w4luvv
Copy link

w4luvv commented Mar 1, 2025

w

@nitrip
Copy link

nitrip commented Mar 22, 2025

thanks!!!

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