Browse all scripts

⚑ PowerShell 5.1+

Check "Disable Xbox Game Bar Capture" Status

Reads the current registry value behind the "Disable Xbox Game Bar Capture" tweak so you can confirm whether it's appli…

πŸ–₯️ Batch (CMD)

Export Environment Variables to CSV (Batch)

Uses wmic to export Environment Variables (Win32_Environment) to a timestamped CSV file.

⚑ PowerShell 5.1+

Check "Enable Win32 Long Paths" Status

Reads the current registry value behind the "Enable Win32 Long Paths" tweak so you can confirm whether it's applied.

🐍 Python 3.10+

Export Motherboard Info to CSV (Python)

Exports Motherboard Info (Win32_BaseBoard) to a timestamped CSV file via wmic.

🧬 WQL / PowerShell

Win32_CDROMDrive: Filtering CD/DVD Drives (WQL WHERE)

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

πŸ“Š VBA (Excel)

Report Size of The Windows Update download cache (VBA)

Reports the total size and top-level file count of the Windows Update download cache using Scripting.FileSystemObject, …

🐍 Python 3.10+

Get The Microsoft Teams cache Size Report (Python)

Recursively sums the size of the Microsoft Teams cache, read-only (no deletion).

🧰 Registry (.reg)

Disable Explorer Startup Delay (Registry Tweak)

Removes the artificial delay before startup apps launch.

🧬 WQL / PowerShell

Win32_SoundDevice: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_SoundDevice via Register-CimIndicationEvent β€” real WQL event quer…

πŸ“Š VBA (Excel)

Check Disable Taskbar Transparency Registry Value (VBA)

Reads the Disable Taskbar Transparency registry value via WScript.Shell.RegRead and reports it in a message box β€” no Po…

πŸ–₯️ Batch (CMD)

Export Computer System Info to CSV (Batch)

Uses wmic to export Computer System Info (Win32_ComputerSystem) to a timestamped CSV file.

πŸ“œ VBScript (WSH)

Get Installed Hotfixes Report (VBScript)

Queries Win32_QuickFixEngineering via WMI and prints Installed Hotfixes to the console β€” no PowerShell required.