Browse all scripts

🧬 WQL / PowerShell

Win32_Service: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_Service via Register-CimIndicationEvent β€” real WQL event query sy…

🟣 C# / .NET 6+

Disable Taskbar Chat Icon (C#)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via Microsoft.Win32.Registry.

πŸ“œ VBScript (WSH)

Get Computer System Product Info Report (VBScript)

Queries Win32_ComputerSystemProduct via WMI and prints Computer System Product Info to the console β€” no PowerShell requ…

🧬 WQL / PowerShell

Win32_ComputerSystem: Computer System Info (WQL)

A minimal WQL reference query against Win32_ComputerSystem β€” the raw SELECT statement plus a one-line runner, useful fo…

πŸ–₯️ Batch (CMD)

Check "Disable Taskbar Chat Icon" Status (Batch)

Uses reg query to check the current value behind the "Disable Taskbar Chat Icon" tweak.

πŸ–₯️ Batch (CMD)

Check "Show Hidden Files" Status (Batch)

Uses reg query to check the current value behind the "Show Hidden Files" tweak.

πŸ“œ VBScript (WSH)

Check "Hide Taskbar Search Box" Status (VBScript)

Reads the registry value behind the "Hide Taskbar Search Box" tweak to confirm whether it's applied.

⚑ PowerShell 5.1+

Get Stuck print spooler files Size Report

Reports how much disk space stuck print spooler files is currently using, read-only (no deletion).

πŸ–₯️ Batch (CMD)

Export Startup Programs to CSV (Batch)

Uses wmic to export Startup Programs (Win32_StartupCommand) to a timestamped CSV file.

⚑ PowerShell 5.1+

Get Installed MSI Products Report

Queries Win32_Product via WMI and reports Installed MSI Products in a formatted table, with an optional CSV export.

🟣 C# / .NET 6+

Disable Balloon Tip Notifications (C#)

Disables the small notification balloon tips in the system tray. Applies the tweak via Microsoft.Win32.Registry.

⚑ PowerShell 5.1+

Disable Aero Shake

Stops shaking a window from minimizing every other open window.