Skip to content

Instantly share code, notes, and snippets.

@kezzyhko
Created January 9, 2025 14:22
Show Gist options
  • Select an option

  • Save kezzyhko/d8ef7bf4eba899d8874d8dd7310975da to your computer and use it in GitHub Desktop.

Select an option

Save kezzyhko/d8ef7bf4eba899d8874d8dd7310975da to your computer and use it in GitHub Desktop.
Convenient script to gather info about PC build
@echo off
echo[
echo[
echo MTB:
wmic baseboard get Manufacturer, Product
echo CPU:
wmic cpu get Name
echo GPU:
wmic path win32_videocontroller get Caption, VideoProcessor
echo RAM:
wmic memorychip get Manufacturer, PartNumber
echo HDD/SSD:
wmic diskdrive get Caption, Model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment