Browse all scripts

🧬 WQL / PowerShell

Win32_Battery: Filtering Battery Info (WQL WHERE)

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

⚑ PowerShell 5.1+

Get Page File Usage Report

Queries Win32_PageFileUsage via WMI and reports Page File Usage in a formatted table, with an optional CSV export.

⚑ PowerShell 5.1+

Get Processes Report

Queries Win32_Process via WMI and reports Processes in a formatted table, with an optional CSV export.

πŸ–₯️ Batch (CMD)

Disable Explorer Startup Delay (Batch)

Removes the artificial delay before startup apps launch. Applies the tweak via reg.exe.

πŸ“œ VBScript (WSH)

Check "Disable Windows Consumer Features" Status (VBScript)

Reads the registry value behind the "Disable Windows Consumer Features" tweak to confirm whether it's applied.

πŸ–₯️ Batch (CMD)

Disable First Logon Animation (Batch)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

πŸ“œ VBScript (WSH)

Check "Disable Taskbar Chat Icon" Status (VBScript)

Reads the registry value behind the "Disable Taskbar Chat Icon" tweak to confirm whether it's applied.

⚑ PowerShell 5.1+

Backup The VS Code cache folder to Zip

Zips up the current contents of the VS Code cache folder before you run a cleanup against it.

πŸ“Š VBA (Excel)

Highlight Duplicate Values

Highlights duplicate values within the current selection using conditional formatting-style fill color.

🐍 Python 3.10+

Get Sound Devices Report (Python)

Uses wmic under the hood to report Sound Devices (Win32_SoundDevice) β€” no third-party packages required.

⚑ PowerShell 5.1+

Disable Feedback Notifications

Stops Windows from periodically asking for feedback.

🧬 WQL / PowerShell

Win32_DesktopMonitor: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_DesktopMonitor exposes on the current system, instead of…