Browse all scripts

🖥️ Batch (CMD)

Export Pointing Devices to CSV (Batch)

Uses wmic to export Pointing Devices (Win32_PointingDevice) to a timestamped CSV file.

📄 JScript (WSH)

Show Hidden Files (JScript)

Makes File Explorer always show hidden files and folders. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🧬 WQL / PowerShell

Win32_BIOS: BIOS Info (WQL)

A minimal WQL reference query against Win32_BIOS — the raw SELECT statement plus a one-line runner, useful for learning…

🖥️ Batch (CMD)

Export Installed MSI Products to CSV (Batch)

Uses wmic to export Installed MSI Products (Win32_Product) to a timestamped CSV file.

📜 VBScript (WSH)

Get Computer System Info Report (VBScript)

Queries Win32_ComputerSystem via WMI and prints Computer System Info to the console — no PowerShell required.

🐍 Python 3.10+

Get The user CrashDumps folder Size Report (Python)

Recursively sums the size of the user CrashDumps folder, read-only (no deletion).

📊 VBA (Excel)

Report Size of The user CrashDumps folder (VBA)

Reports the total size and top-level file count of the user CrashDumps folder using Scripting.FileSystemObject, straigh…

⚡ PowerShell 5.1+

Backup Stuck print spooler files to Zip

Zips up the current contents of stuck print spooler files before you run a cleanup against it.

🐍 Python 3.10+

Hide Taskbar Search Box (Python)

Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via the stdlib winreg module.

🧰 AutoHotkey v2

Quick Note Popup

Win+N opens a tiny input box and appends whatever you type, with a timestamp, to a running notes.txt file on the deskto…

📄 JScript (WSH)

Disable Storage Sense Low-Space Notifications (JScript)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

🧬 WQL / PowerShell

Win32_Share: Finding Associated Objects (WQL ASSOCIATORS OF)

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