Skip to content

Releases: TBNRBERRY/RigReport

v1.0.0 Release

25 Mar 21:49

Choose a tag to compare

🚀 Release v1.0.0 - The Hardware Insight Update

RigReport is a standalone, single-file PowerShell utility. This initial public release focuses on providing a "one-click" experience for gathering hardware specs without digging through Windows System Settings or Task Manager.

✨ Key Features

  • Adaptive GUI: Optimized ListView logic to automatically resize columns, ensuring long GPU or Motherboard names are never truncated.
  • Native Theming: Integrated a custom-drawn Sun toggle to switch between Dark (default) and Light modes within the PowerShell window.
  • Smart RAM Detection: Uses WMI queries to identify physical slot count versus populated sticks and reports the active channel mode (Single/Dual/Quad).
  • Reliable Exporting: Custom string-padding ensures that copied or exported .txt reports remain perfectly aligned for easy reading.

🛠️ Script Improvements & Fixes

  • Fixed FormatError: Resolved a -f operator conflict that caused the script to crash when copying system data to the clipboard.
  • UI Refinement: Switched to FixedSingle borders and Segoe UI fonts to give the script a modern, "app-like" feel while remaining a .ps1 file.
  • Error Silencing: Added error-action handling to hardware queries to ensure the script continues running even if specific hardware sensors are restricted.

📦 Usage

Download RigReport.ps1, right-click, and select Run with PowerShell.