Browse all scripts
Disable Taskbar Widgets Icon (Registry Tweak)
Removes the Widgets icon from the Windows 11 taskbar.
Get Signed Drivers Report (C#)
Queries Win32_PnPSignedDriver via WMI (System.Management) and prints Signed Drivers to the console.
Get Physical Memory Modules Report (Python)
Uses wmic under the hood to report Physical Memory Modules (Win32_PhysicalMemory) — no third-party packages required.
Get The pip download cache Size Report (Python)
Recursively sums the size of the pip download cache, read-only (no deletion).
Enable Win32 Long Paths (C#)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…
Disable Window Animations (C#)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via Microsoft.Win32.Registry.
Check "Enable Clipboard History" Status (Python)
Reads the registry value behind the "Enable Clipboard History" tweak via winreg to confirm whether it's applied.
Export BIOS Info to CSV (Batch)
Uses wmic to export BIOS Info (Win32_BIOS) to a timestamped CSV file.
Win32_NetworkAdapterConfiguration: Discovering Available Properties (Get-CimClass)
Uses Get-CimClass to list every real property and method Win32_NetworkAdapterConfiguration exposes on the current syste…
Watch Processes for Changes
Polls Win32_Process on an interval and prints a line whenever the Processes count changes — a lightweight way to notice…
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).
Get Printers Report (C#)
Queries Win32_Printer via WMI (System.Management) and prints Printers to the console.