Browse all scripts

⚡ PowerShell 5.1+

Show Recycle Bin Icon on Desktop

Adds the Recycle Bin icon back to the desktop.

🐍 Python 3.10+

Backup The current user's Temp folder to Zip (Python)

Zips up the current contents of the current user's Temp folder before you run a cleanup against it.

🧬 WQL / PowerShell

Win32_NetworkAdapter: Querying Network Adapters Remotely (CIM Session)

Runs the same Win32_NetworkAdapter WQL query against a remote computer over a CIM session — the modern, WinRM-based rep…

🟣 C# / .NET 6+

Backup Physical Disk Drives to JSON (C#)

Snapshots Physical Disk Drives (Win32_DiskDrive) to a timestamped JSON file via System.Management and System.Text.Json.

🐍 Python 3.10+

Enable Win32 Long Paths (Python)

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

🧬 WQL / PowerShell

Win32_USBController: Sorting USB Controllers (WQL has no ORDER BY)

WQL has no ORDER BY clause — this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

⚡ PowerShell 5.1+

Backup Network Adapter Configuration List to JSON

Snapshots Network Adapter Configuration from Win32_NetworkAdapterConfiguration to a timestamped JSON file for later com…

🧬 WQL / PowerShell

Win32_ComputerSystem: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Compu…

🖥️ Batch (CMD)

Clean Up Google Chrome's browser cache (Batch)

Clears Google Chrome's browser cache after a confirmation prompt, with a /silent mode for scheduled tasks.

🟣 C# / .NET 6+

Get Operating System Info Report (C#)

Queries Win32_OperatingSystem via WMI (System.Management) and prints Operating System Info to the console.

⚡ PowerShell 5.1+

Backup Physical Memory Modules List to JSON

Snapshots Physical Memory Modules from Win32_PhysicalMemory to a timestamped JSON file for later comparison or auditing.

🖥️ Batch (CMD)

Disable Fast Startup (Batch)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…