Tag: system-info
89 script(s) tagged “system-info”
🟣 C# / .NET 6+
Get Computer System Info Report (C#)
Queries Win32_ComputerSystem via WMI (System.Management) and prints Computer System Info to the console.
🐍 Python 3.10+
Get Environment Variables Report (Python)
Uses wmic under the hood to report Environment Variables (Win32_Environment) — no third-party packages required.
🧬 WQL / PowerShell
Win32_OperatingSystem: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_OperatingSystem exposes on the current system, instead o…
🟣 C# / .NET 6+
Backup Time Zone Settings to JSON (C#)
Snapshots Time Zone Settings (Win32_TimeZone) to a timestamped JSON file via System.Management and System.Text.Json.
🖥️ Batch (CMD)
Get Time Zone Settings Report (Batch)
Uses wmic to list Time Zone Settings (Win32_TimeZone) straight from the command line.