Browse all scripts
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β¦
Export Environment Variables to CSV (Batch)
Uses wmic to export Environment Variables (Win32_Environment) to a timestamped CSV file.
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.
Export Motherboard Info to CSV (Python)
Exports Motherboard Info (Win32_BaseBoard) to a timestamped CSV file via wmic.
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β¦
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, β¦
Get The Microsoft Teams cache Size Report (Python)
Recursively sums the size of the Microsoft Teams cache, read-only (no deletion).
Disable Explorer Startup Delay (Registry Tweak)
Removes the artificial delay before startup apps launch.
Win32_SoundDevice: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_SoundDevice via Register-CimIndicationEvent β real WQL event querβ¦
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β¦
Export Computer System Info to CSV (Batch)
Uses wmic to export Computer System Info (Win32_ComputerSystem) to a timestamped CSV file.
Get Installed Hotfixes Report (VBScript)
Queries Win32_QuickFixEngineering via WMI and prints Installed Hotfixes to the console β no PowerShell required.