Browse all scripts
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…
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…
Disable Start Menu App Suggestions (VBScript)
Turns off sponsored app suggestions in the Start menu. Applies the tweak via WScript.Shell.RegWrite.
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…
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…
Disable Windows Telemetry (Registry Tweak)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt.
Get Installed MSI Products Report (C#)
Queries Win32_Product via WMI (System.Management) and prints Installed MSI Products to the console.
Disable Xbox Game Bar Capture (Python)
Disables background game/app capture via the Xbox Game Bar. Applies the tweak via the stdlib winreg module.
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…
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).
Export Physical Memory Modules to CSV (Python)
Exports Physical Memory Modules (Win32_PhysicalMemory) to a timestamped CSV file via wmic.
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…