Browse all scripts
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.
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…
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.
Enable Win32 Long Paths (Python)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…
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…
Backup Network Adapter Configuration List to JSON
Snapshots Network Adapter Configuration from Win32_NetworkAdapterConfiguration to a timestamped JSON file for later com…
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…
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.
Get Operating System Info Report (C#)
Queries Win32_OperatingSystem via WMI (System.Management) and prints Operating System Info to the console.
Backup Physical Memory Modules List to JSON
Snapshots Physical Memory Modules from Win32_PhysicalMemory to a timestamped JSON file for later comparison or auditing.
Disable Fast Startup (Batch)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…