Browse all scripts
🟣 C# / .NET 6+
Align Taskbar Icons Left (C#)
Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via Microsoft.Win32.Registry.
🧬 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)
Clean Up Windows Error Reporting files (Batch)
Clears Windows Error Reporting files after a confirmation prompt, with a /silent mode for scheduled tasks.
🖥️ Batch (CMD)
Get Time Zone Settings Report (Batch)
Uses wmic to list Time Zone Settings (Win32_TimeZone) straight from the command line.