📊 VBA
Visual Basic for Applications macros for Excel, Outlook, and other Office apps.
Load Video Controllers into Excel via WMI
Queries Win32_VideoController via GetObject("winmgmts:") and dumps every Video Controllers row straight onto the active…
Apply Disable Lock Screen Notifications (VBA)
Stops app notifications from appearing on the lock screen. Applied via WScript.Shell.RegWrite from VBA.
Clean Up Stuck print spooler files (VBA)
Deletes every file in stuck print spooler files after a confirmation prompt, using Scripting.FileSystemObject from Exce…
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…
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…
Clean Up The user CrashDumps folder (VBA)
Deletes every file in the user CrashDumps folder after a confirmation prompt, using Scripting.FileSystemObject from Exc…
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…
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…
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…
Apply Disable Bing Search Suggestions (VBA)
Stops the taskbar search box from showing web/Bing suggestions. Applied via WScript.Shell.RegWrite from VBA.
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…
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.