Settings

Dark Mode

System Information Reporter

Generate comprehensive hardware specifications and gaming capability reports with a single PowerShell script

Powerful Features

⚙️

Complete System Info

CPU, Memory, Storage, Display, Motherboard, BIOS, and comprehensive hardware details.

🎮

Gaming Capabilities

GPU specs, VRAM, driver info, refresh rates, and DirectX version.

🌡️

System Temperatures

Real-time thermal zone monitoring for CPU, GPU, and system.

🔒

Security Status

TPM, Secure Boot, Virtualization capabilities.

📊

Detailed Reports

Professional formatted text reports saved to Desktop.

Error Handling

Robust error handling for all Windows systems.

Secure Download

Choose your preferred download method and format

✓ Secure Archive with Token

Download both files securely bundled together with token-based verification and timestamp.

📦 ZIP
📦 TAR
📦 TAR.GZ
📦 TAR.BZ2
📦 Bundle Contents
Files Included:SysSpecs.ps1, run-sysspecs.bat
Total Size:13.22 KB
Format:ZIP
🔐 Verification
Token-based:✓ Secure Random Token
Timestamp:✓ Included in Filename
SHA256 File:✓ Included in Archive

💡 What's Inside

SysSpecs.ps1 - PowerShell script with complete system information

run-sysspecs.bat - Batch launcher for automatic execution

SHA256.txt - Checksums for file verification

✓ Download Individual Files

Download PowerShell script or batch launcher separately with individual verification.

🔧 Batch Launcher (Recommended)

📋 File Information
Filename:run-sysspecs.bat
File Size:3,384 bytes
Last Updated:2026-07-25 01:28:28
🔐 Checksums
SHA256:55f341c46d7caf9d...
MD5:c65fd466814dd50e...

📜 PowerShell Script

📋 File Information
Filename:SysSpecs.ps1
File Size:9.91 KB
Version:2.0
Last Updated:2026-07-25 00:48:26
🔐 Checksums
SHA256:fe50ae87ad3b1283...
MD5:610d393fa65c3074...

System Requirements

🪟 Operating System

Windows 10 or Windows 11. PowerShell 5.0 or later required.

🔐 Permissions

Administrator recommended. Not required for batch method.

📁 Disk Space

~50 KB. Report saves to Desktop by default.

⚡ Performance

Execution time: 2-5 seconds depending on hardware.

Quick Start Guide

1

Download the Bundle

Click Download Bundle to get the secure archive with both files.

2

Extract the Archive

Extract the downloaded ZIP/TAR file to a folder of your choice.

3

Double-Click the Batch File

Right-click run-sysspecs.bat and select Run as administrator (optional).

4

Wait for Completion

The batch file automatically handles PowerShell policy and opens the report.

5

View Your Report

Your system report automatically opens and is saved to Desktop as System_Report.txt.

1

Download the Script

Click the Download Script button in the Individual Files tab.

2

Verify SHA256

Compare the downloaded file's hash with the checksum provided to verify authenticity.

certUtil -hashfile SysSpecs.ps1 SHA256
3

Unblock the Script

Open PowerShell (as Administrator) and run:

Unblock-File -Path .\SysSpecs.ps1
4

Execute the Script

Run:

.\SysSpecs.ps1
5

View Your Report

Your system report is automatically opened and saved to Desktop as System_Report.txt.

❓ Execution Policy Issues?

If you get an error about policies, use this quick fix:

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

This only affects the current PowerShell session.