Browse all scripts
Load Sound Devices into Excel via WMI
Queries Win32_SoundDevice via GetObject("winmgmts:") and dumps every Sound Devices row straight onto the active workshe…
Check Disable Taskbar Widgets Icon Registry Value (VBA)
Reads the Disable Taskbar Widgets Icon registry value via WScript.Shell.RegRead and reports it in a message box — no Po…
Get Disk Space Report
Reports free/used disk space for all local fixed drives in a color-coded table, with optional CSV export and a configur…
Backup Documents to Zip
Compresses a source folder into a timestamped zip archive and prunes old backups beyond a configurable retention count.
Find Duplicate Files
Recursively scans a folder tree for duplicate files using size pre-filtering plus SHA256 hashing, with an optional safe…
Map Network Drive
Maps a network share to a drive letter with persistent reconnect at logon, ideal for classic Group Policy logon scripts.
System Info Report
Collects OS, CPU, RAM, and BIOS information via WMI and writes a plain-text inventory report, no PowerShell required.
Clean Temp Files
Clears the user and Windows Temp folders plus the Recycle Bin to quickly free up disk space, with a silent mode for sch…
Bulk Rename by Extension
Renames every file of a given extension in a folder using a sequential prefix and number, useful for sorting photos or …
Export All Sheets to CSV
Excel VBA module that exports every worksheet in the active workbook to its own UTF-8 CSV file automatically.
Outlook Inbox to Excel
Pulls Subject, Sender, Received time, and Unread status from your Outlook Inbox straight into an Excel sheet via COM au…
Bulk File Renamer
Renames files using regex search/replace or sequential numbering, with a dry-run preview by default before anything is …