Browse all scripts

πŸ–₯️ Batch (CMD)

Disable Taskbar Chat Icon (Batch)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via reg.exe.

⚑ PowerShell 5.1+

Disable Start Menu Suggested Apps

Stops Windows from silently installing suggested Store apps.

πŸ“œ VBScript (WSH)

Check "Show Recycle Bin Icon on Desktop" Status (VBScript)

Reads the registry value behind the "Show Recycle Bin Icon on Desktop" tweak to confirm whether it's applied.

⚑ PowerShell 5.1+

Check "Disable Taskbar Transparency" Status

Reads the current registry value behind the "Disable Taskbar Transparency" tweak so you can confirm whether it's applie…

πŸ“œ VBScript (WSH)

Get Microsoft Edge's browser cache Size Report (VBScript)

Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).

⚑ PowerShell 5.1+

Get System Drivers Report

Queries Win32_SystemDriver via WMI and reports System Drivers in a formatted table, with an optional CSV export.

🟣 C# / .NET 6+

Get Connected Monitors Report (C#)

Queries Win32_DesktopMonitor via WMI (System.Management) and prints Connected Monitors to the console.

πŸ–₯️ Batch (CMD)

Check "Disable Taskbar Widgets Icon" Status (Batch)

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

πŸ“Š VBA (Excel)

Load Printers into Excel via WMI

Queries Win32_Printer via GetObject("winmgmts:") and dumps every Printers row straight onto the active worksheet, no Po…

🧰 Registry (.reg)

Disable Aero Shake (Registry Tweak)

Stops shaking a window from minimizing every other open window.

🐍 Python 3.10+

Check "Disable Remote Assistance" Status (Python)

Reads the registry value behind the "Disable Remote Assistance" tweak via winreg to confirm whether it's applied.

πŸ“Š VBA (Excel)

Export System Drivers to CSV via WMI (VBA)

Queries Win32_SystemDriver via WMI and writes every System Drivers row straight to a CSV file in Documents, using plain…