Browse all scripts
Export Pointing Devices to CSV (Batch)
Uses wmic to export Pointing Devices (Win32_PointingDevice) to a timestamped CSV file.
Show Hidden Files (JScript)
Makes File Explorer always show hidden files and folders. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
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…
Export Installed MSI Products to CSV (Batch)
Uses wmic to export Installed MSI Products (Win32_Product) to a timestamped CSV file.
Get Computer System Info Report (VBScript)
Queries Win32_ComputerSystem via WMI and prints Computer System Info to the console — no PowerShell required.
Get The user CrashDumps folder Size Report (Python)
Recursively sums the size of the user CrashDumps folder, read-only (no deletion).
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…
Backup Stuck print spooler files to Zip
Zips up the current contents of stuck print spooler files before you run a cleanup against it.
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.
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…
Disable Storage Sense Low-Space Notifications (JScript)
Silences low-disk-space notifications from Storage Sense. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
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…