Text only
|
Text with Images
cBrandon Community
General Category => Windows Fixes => Topic started by: branx86 on September 11, 2025, 02:50:05 PM
Title:
Get Serial Number from Windows
Post by:
branx86
on
September 11, 2025, 02:50:05 PM
Powershell script to get serial number:
get-ciminstance win32_bios | select SerialNumber
DOS CMD to get serial number:
wmic bios get serialnumber
to Get Product Key : wmic path softwarelicensingservice get OA3xOriginalProductKey
Text only
|
Text with Images