π VBA
Visual Basic for Applications macros for Excel, Outlook, and other Office apps.
Export Physical Memory Modules to CSV via WMI (VBA)
Queries Win32_PhysicalMemory via WMI and writes every Physical Memory Modules row straight to a CSV file in Documents, β¦
Load Motherboard Info into Excel via WMI
Queries Win32_BaseBoard via GetObject("winmgmts:") and dumps every Motherboard Info row straight onto the active workshβ¦
Export Sound Devices to CSV via WMI (VBA)
Queries Win32_SoundDevice via WMI and writes every Sound Devices row straight to a CSV file in Documents, using plain Vβ¦
Check Disable Bing Search Suggestions Registry Value (VBA)
Reads the Disable Bing Search Suggestions registry value via WScript.Shell.RegRead and reports it in a message box β noβ¦
Apply Disable Taskbar Transparency (VBA)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applied via WScript.Shell.RegWrite frβ¦
Export Printers to CSV via WMI (VBA)
Queries Win32_Printer via WMI and writes every Printers row straight to a CSV file in Documents, using plain VBA file Iβ¦
Export Network Login Profiles to CSV via WMI (VBA)
Queries Win32_NetworkLoginProfile via WMI and writes every Network Login Profiles row straight to a CSV file in Documenβ¦
Load BIOS Info into Excel via WMI
Queries Win32_BIOS via GetObject("winmgmts:") and dumps every BIOS Info row straight onto the active worksheet, no Poweβ¦
Export Computer System Product Info to CSV via WMI (VBA)
Queries Win32_ComputerSystemProduct via WMI and writes every Computer System Product Info row straight to a CSV file inβ¦
Clean Up The Explorer thumbnail cache (VBA)
Deletes every file in the Explorer thumbnail cache after a confirmation prompt, using Scripting.FileSystemObject from Eβ¦
Color Code Negative Numbers
Colors negative numeric values red across the current selection, positive values left unchanged.
Export Motherboard Info to CSV via WMI (VBA)
Queries Win32_BaseBoard via WMI and writes every Motherboard Info row straight to a CSV file in Documents, using plain β¦