Browse all scripts

πŸ“œ VBScript (WSH)

Disable Taskbar Transparency (VBScript)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.R…

🧰 Registry (.reg)

Disable Bing Search Suggestions (Registry Tweak)

Stops the taskbar search box from showing web/Bing suggestions.

🟣 C# / .NET 6+

Get Startup Programs Report (C#)

Queries Win32_StartupCommand via WMI (System.Management) and prints Startup Programs to the console.

🧬 WQL / PowerShell

Win32_Environment: Environment Variables (WQL)

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

⚑ PowerShell 5.1+

Get Pointing Devices Report

Queries Win32_PointingDevice via WMI and reports Pointing Devices in a formatted table, with an optional CSV export.

πŸ“œ VBScript (WSH)

Disable Activity Feed / Timeline (VBScript)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Quick…

πŸ–₯️ Batch (CMD)

Export Operating System Info to CSV (Batch)

Uses wmic to export Operating System Info (Win32_OperatingSystem) to a timestamped CSV file.

🐍 Python 3.10+

Export Local User Accounts to CSV (Python)

Exports Local User Accounts (Win32_UserAccount) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Get Windows Error Reporting files Size Report (Python)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

πŸ“œ VBScript (WSH)

Get BIOS Info Report to File (VBScript)

Queries Win32_BIOS via WMI and writes BIOS Info to a timestamped text file, handy for scheduled logon/logoff scripts.

🧰 AutoHotkey v2

Empty Recycle Bin Hotkey

Ctrl+Alt+Delete... no, Ctrl+Alt+R empties the Recycle Bin after a confirmation prompt, without opening it first.