Browse all scripts

🧰 Registry (.reg)

Disable Taskbar Widgets Icon (Registry Tweak)

Removes the Widgets icon from the Windows 11 taskbar.

🟣 C# / .NET 6+

Get Signed Drivers Report (C#)

Queries Win32_PnPSignedDriver via WMI (System.Management) and prints Signed Drivers to the console.

🐍 Python 3.10+

Get Physical Memory Modules Report (Python)

Uses wmic under the hood to report Physical Memory Modules (Win32_PhysicalMemory) — no third-party packages required.

🐍 Python 3.10+

Get The pip download cache Size Report (Python)

Recursively sums the size of the pip download cache, read-only (no deletion).

🟣 C# / .NET 6+

Enable Win32 Long Paths (C#)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

🟣 C# / .NET 6+

Disable Window Animations (C#)

Disables minimize/maximize window animations for a snappier feel. Applies the tweak via Microsoft.Win32.Registry.

🐍 Python 3.10+

Check "Enable Clipboard History" Status (Python)

Reads the registry value behind the "Enable Clipboard History" tweak via winreg to confirm whether it's applied.

🖥️ Batch (CMD)

Export BIOS Info to CSV (Batch)

Uses wmic to export BIOS Info (Win32_BIOS) to a timestamped CSV file.

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_NetworkAdapterConfiguration exposes on the current syste…

⚡ PowerShell 5.1+

Watch Processes for Changes

Polls Win32_Process on an interval and prints a line whenever the Processes count changes — a lightweight way to notice…

🟣 C# / .NET 6+

Get The system-wide Windows Temp folder Size Report (C#)

Recursively sums the size of the system-wide Windows Temp folder, read-only (no deletion).

🟣 C# / .NET 6+

Get Printers Report (C#)

Queries Win32_Printer via WMI (System.Management) and prints Printers to the console.