Browse all scripts

📜 VBScript (WSH)

Get Time Zone Settings Report to File (VBScript)

Queries Win32_TimeZone via WMI and writes Time Zone Settings to a timestamped text file, handy for scheduled logon/logo…

📊 VBA (Excel)

Report Size of The Microsoft Teams cache (VBA)

Reports the total size and top-level file count of the Microsoft Teams cache using Scripting.FileSystemObject, straight…

📜 VBScript (WSH)

Disable Start Menu App Suggestions (VBScript)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via WScript.Shell.RegWrite.

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Filtering Signed Drivers (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_PnPSignedDriver, starting from a LIKE '%' wildcard you customize with a…

🧬 WQL / PowerShell

Win32_Environment: Sorting Environment Variables (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…

🧰 Registry (.reg)

Disable Windows Telemetry (Registry Tweak)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt.

🟣 C# / .NET 6+

Get Installed MSI Products Report (C#)

Queries Win32_Product via WMI (System.Management) and prints Installed MSI Products to the console.

🐍 Python 3.10+

Disable Xbox Game Bar Capture (Python)

Disables background game/app capture via the Xbox Game Bar. Applies the tweak via the stdlib winreg module.

🧬 WQL / PowerShell

Win32_BIOS: Filtering BIOS Info (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_BIOS, starting from a LIKE '%' wildcard you customize with a real searc…

⚡ PowerShell 5.1+

Get The VS Code cache folder Size Report

Reports how much disk space the VS Code cache folder is currently using, read-only (no deletion).

🐍 Python 3.10+

Export Physical Memory Modules to CSV (Python)

Exports Physical Memory Modules (Win32_PhysicalMemory) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Check "Disable Storage Sense Low-Space Notifications" Status (Python)

Reads the registry value behind the "Disable Storage Sense Low-Space Notifications" tweak via winreg to confirm whether…