π VBA
Visual Basic for Applications macros for Excel, Outlook, and other Office apps.
Export Logical Disks to CSV via WMI (VBA)
Queries Win32_LogicalDisk via WMI and writes every Logical Disks row straight to a CSV file in Documents, using plain Vβ¦
Clean Up The Windows Prefetch folder (VBA)
Deletes every file in the Windows Prefetch folder after a confirmation prompt, using Scripting.FileSystemObject from Exβ¦
Load Services into Excel via WMI
Queries Win32_Service via GetObject("winmgmts:") and dumps every Services row straight onto the active worksheet, no Poβ¦
Check Disable News and Interests Feed Registry Value (VBA)
Reads the Disable News and Interests Feed registry value via WScript.Shell.RegRead and reports it in a message box β noβ¦
Export Processor Info to CSV via WMI (VBA)
Queries Win32_Processor via WMI and writes every Processor Info row straight to a CSV file in Documents, using plain VBβ¦
Check Enable Dark Mode Registry Value (VBA)
Reads the Enable Dark Mode registry value via WScript.Shell.RegRead and reports it in a message box β no PowerShell or β¦
Check Disable Window Animations Registry Value (VBA)
Reads the Disable Window Animations registry value via WScript.Shell.RegRead and reports it in a message box β no Powerβ¦
Sort Sheets Alphabetically
Reorders every worksheet tab in the workbook into alphabetical order by name.
Extract Unique Values
Copies the unique values from the current selection to a new sheet, one per row.
Export Processes to CSV via WMI (VBA)
Queries Win32_Process via WMI and writes every Processes row straight to a CSV file in Documents, using plain VBA file β¦
List Files in The Windows Update download cache (VBA)
Lists every file in the Windows Update download cache with size and last-modified date directly on the active worksheetβ¦
Clean Up Microsoft Edge's browser cache (VBA)
Deletes every file in Microsoft Edge's browser cache after a confirmation prompt, using Scripting.FileSystemObject fromβ¦