Browse all scripts
Disable Taskbar Transparency (VBScript)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via WScript.Shell.Rβ¦
Disable Bing Search Suggestions (Registry Tweak)
Stops the taskbar search box from showing web/Bing suggestions.
Get Startup Programs Report (C#)
Queries Win32_StartupCommand via WMI (System.Management) and prints Startup Programs to the console.
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β¦
Get Pointing Devices Report
Queries Win32_PointingDevice via WMI and reports Pointing Devices in a formatted table, with an optional CSV export.
Disable Activity Feed / Timeline (VBScript)
Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Apβ¦
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β¦
Export Operating System Info to CSV (Batch)
Uses wmic to export Operating System Info (Win32_OperatingSystem) to a timestamped CSV file.
Export Local User Accounts to CSV (Python)
Exports Local User Accounts (Win32_UserAccount) to a timestamped CSV file via wmic.
Get Windows Error Reporting files Size Report (Python)
Recursively sums the size of Windows Error Reporting files, read-only (no deletion).
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.
Empty Recycle Bin Hotkey
Ctrl+Alt+Delete... no, Ctrl+Alt+R empties the Recycle Bin after a confirmation prompt, without opening it first.