a7t0fwa7 / GetHwid

Simple script for get machine hwid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetHwid

Simple script for get machine hwid

GIF 28 06 2023 2-53-31

  • 🧹 system("cls"); - Clears console screen.
  • πŸ–¨οΈ _tprintf(HwProfInfo.szHwProfileGuid); - Outputs GUID of the current equipment profile.
  • πŸ’½ system("wmic path win32_physicalmedia get SerialNumber"); - Outputs the serial number of the physical media.
  • πŸ”‘ system("wmic csproduct get UUID"); - Outputs the UUID of the computer product.
  • πŸ–₯️ system("wmic diskdrive get SerialNumber"); - Outputs the serial number of the hard drive.
  • πŸ“Ÿ system("wmic baseboard get SerialNumber"); - Outputs the serial number of the motherboard.
  • 🌐 system("wmic bios get SerialNumber"); - Outputs BIOS serial number.
  • πŸ’» system("wmic cpu get ProcessorId"); - Outputs processor ID.
  • 🧠 system("wmic memorychip get SerialNumber"); ` - Outputs memory module serial number.
  • πŸ–₯️ system("wmic os get SerialNumber"); - Outputs serial number of operating system.
  • πŸ› οΈ system("wmic qfe get HotFixID"); - Outputs IDs of installed updates.
  • πŸš€ system("wmic service get Name"); - Outputs service names.
  • πŸ“‚ system("wmic share get Name"); - Outputs shared resource names.
  • πŸ’Ύ system("wmic volume get SerialNumber"); - Outputs volume serial number.
  • πŸ’Ώ system("wmic logicaldisk get VolumeSerialNumber"); - Outputs the serial number of logical disks.
  • 🌐 system("wmic nic get MACAddress"); - Outputs the MAC addresses of the network adapters.
  • πŸ”Š system("wmic sounddev get Name"); - Outputs names of sound devices.
  • ⌚ system("wmic timezone get Caption"); - Displays the time zone.
  • ⏸️ system("pause>nul"); - Waiting for key press.

About

Simple script for get machine hwid


Languages

Language:C++ 100.0%