πŸ“Š VBA

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

πŸ“Š VBA (Excel)

Apply Disable Fast Startup (VBA)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Applied via WScript.Shel…

πŸ“Š VBA (Excel)

Load Printers into Excel via WMI

Queries Win32_Printer via GetObject("winmgmts:") and dumps every Printers row straight onto the active worksheet, no Po…

πŸ“Š VBA (Excel)

Export System Drivers to CSV via WMI (VBA)

Queries Win32_SystemDriver via WMI and writes every System Drivers row straight to a CSV file in Documents, using plain…

πŸ“Š VBA (Excel)

Report Size of The pip download cache (VBA)

Reports the total size and top-level file count of the pip download cache using Scripting.FileSystemObject, straight fr…

πŸ“Š VBA (Excel)

Load Local User Accounts into Excel via WMI

Queries Win32_UserAccount via GetObject("winmgmts:") and dumps every Local User Accounts row straight onto the active w…

πŸ“Š VBA (Excel)

Export Pointing Devices to CSV via WMI (VBA)

Queries Win32_PointingDevice via WMI and writes every Pointing Devices row straight to a CSV file in Documents, using p…

πŸ“Š VBA (Excel)

Apply Disable Windows Consumer Features (VBA)

Stops Windows from auto-installing suggested consumer apps (requires admin). Applied via WScript.Shell.RegWrite from VB…

πŸ“Š VBA (Excel)

List Files in The system-wide Windows Temp folder (VBA)

Lists every file in the system-wide Windows Temp folder with size and last-modified date directly on the active workshe…

πŸ“Š VBA (Excel)

List Files in Windows Error Reporting files (VBA)

Lists every file in Windows Error Reporting files with size and last-modified date directly on the active worksheet, us…

πŸ“Š VBA (Excel)

Check Disable Sticky Keys Shortcut Prompt Registry Value (VBA)

Reads the Disable Sticky Keys Shortcut Prompt registry value via WScript.Shell.RegRead and reports it in a message box …

πŸ“Š VBA (Excel)

Apply Show Seconds in Taskbar Clock (VBA)

Adds a seconds display to the taskbar clock. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Check Align Taskbar Icons Left Registry Value (VBA)

Reads the Align Taskbar Icons Left registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerS…