π VBA
Visual Basic for Applications macros for Excel, Outlook, and other Office apps.
Clean Up The VS Code cache folder (VBA)
Deletes every file in the VS Code cache folder after a confirmation prompt, using Scripting.FileSystemObject from Excelβ¦
Apply Enable Light Mode (VBA)
Reverts File Explorer and other system surfaces to light mode. Applied via WScript.Shell.RegWrite from VBA.
Apply Disable Window Animations (VBA)
Disables minimize/maximize window animations for a snappier feel. Applied via WScript.Shell.RegWrite from VBA.
Check Disable Recent Documents History Registry Value (VBA)
Reads the Disable Recent Documents History registry value via WScript.Shell.RegRead and reports it in a message box β nβ¦
Load Network Adapters into Excel via WMI
Queries Win32_NetworkAdapter via GetObject("winmgmts:") and dumps every Network Adapters row straight onto the active wβ¦
Load Connected Monitors into Excel via WMI
Queries Win32_DesktopMonitor via GetObject("winmgmts:") and dumps every Connected Monitors row straight onto the activeβ¦
Check Show Recycle Bin Icon on Desktop Registry Value (VBA)
Reads the Show Recycle Bin Icon on Desktop registry value via WScript.Shell.RegRead and reports it in a message box β nβ¦
Clean Up The Windows Update download cache (VBA)
Deletes every file in the Windows Update download cache after a confirmation prompt, using Scripting.FileSystemObject fβ¦
Export Local Groups to CSV via WMI (VBA)
Queries Win32_Group via WMI and writes every Local Groups row straight to a CSV file in Documents, using plain VBA fileβ¦
Apply Disable Windows Telemetry (VBA)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Applied via WScript.Shell.RegWrite from VBA. Reβ¦
List Files in The pip download cache (VBA)
Lists every file in the pip download cache with size and last-modified date directly on the active worksheet, using Scrβ¦
Check Disable Windows Tips & Suggestions Registry Value (VBA)
Reads the Disable Windows Tips & Suggestions registry value via WScript.Shell.RegRead and reports it in a message box ββ¦