Browse all scripts

📊 VBA (Excel)

Load Sound Devices into Excel via WMI

Queries Win32_SoundDevice via GetObject("winmgmts:") and dumps every Sound Devices row straight onto the active workshe…

📊 VBA (Excel)

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…

⚡ PowerShell 5.1+

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…

⚡ PowerShell 5.1+

Backup Documents to Zip

Compresses a source folder into a timestamped zip archive and prunes old backups beyond a configurable retention count.

⚡ PowerShell 5.1+

Find Duplicate Files

Recursively scans a folder tree for duplicate files using size pre-filtering plus SHA256 hashing, with an optional safe…

📜 VBScript (WSH)

Map Network Drive

Maps a network share to a drive letter with persistent reconnect at logon, ideal for classic Group Policy logon scripts.

📜 VBScript (WSH)

System Info Report

Collects OS, CPU, RAM, and BIOS information via WMI and writes a plain-text inventory report, no PowerShell required.

🖥️ Batch (CMD)

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…

🖥️ Batch (CMD)

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 …

📊 VBA (Excel)

Export All Sheets to CSV

Excel VBA module that exports every worksheet in the active workbook to its own UTF-8 CSV file automatically.

📊 VBA (Excel + Outlook)

Outlook Inbox to Excel

Pulls Subject, Sender, Received time, and Unread status from your Outlook Inbox straight into an Excel sheet via COM au…

🐍 Python 3.10+

Bulk File Renamer

Renames files using regex search/replace or sequential numbering, with a dry-run preview by default before anything is …