📊 VBA

Visual Basic for Applications macros for Excel, Outlook, and other Office apps.

📊 VBA (Excel)

Load Video Controllers into Excel via WMI

Queries Win32_VideoController via GetObject("winmgmts:") and dumps every Video Controllers row straight onto the active…

📊 VBA (Excel)

Apply Disable Lock Screen Notifications (VBA)

Stops app notifications from appearing on the lock screen. Applied via WScript.Shell.RegWrite from VBA.

📊 VBA (Excel)

Clean Up Stuck print spooler files (VBA)

Deletes every file in stuck print spooler files after a confirmation prompt, using Scripting.FileSystemObject from Exce…

📊 VBA (Excel)

Load Installed MSI Products into Excel via WMI

Queries Win32_Product via GetObject("winmgmts:") and dumps every Installed MSI Products row straight onto the active wo…

📊 VBA (Excel)

Apply Increase Icon Cache Size (VBA)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applied via WScript.Shell.RegWrite from…

📊 VBA (Excel)

Clean Up The user CrashDumps folder (VBA)

Deletes every file in the user CrashDumps folder after a confirmation prompt, using Scripting.FileSystemObject from Exc…

📊 VBA (Excel)

Report Size of Google Chrome's browser cache (VBA)

Reports the total size and top-level file count of Google Chrome's browser cache using Scripting.FileSystemObject, stra…

📊 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…

📊 VBA (Excel)

Check Disable Fast Startup Registry Value (VBA)

Reads the Disable Fast Startup registry value via WScript.Shell.RegRead and reports it in a message box — no PowerShell…

📊 VBA (Excel)

Apply Disable Bing Search Suggestions (VBA)

Stops the taskbar search box from showing web/Bing suggestions. Applied via WScript.Shell.RegWrite from VBA.

📊 VBA (Excel)

Report Size of Windows Error Reporting files (VBA)

Reports the total size and top-level file count of Windows Error Reporting files using Scripting.FileSystemObject, stra…

📊 VBA (Excel)

Export BIOS Info to CSV via WMI (VBA)

Queries Win32_BIOS via WMI and writes every BIOS Info row straight to a CSV file in Documents, using plain VBA file I/O.