πŸ“Š VBA

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

πŸ“Š VBA (Excel)

Clean Up The Windows Internet cache (INetCache) (VBA)

Deletes every file in the Windows Internet cache (INetCache) after a confirmation prompt, using Scripting.FileSystemObj…

πŸ“Š VBA (Excel)

Apply Disable Start Menu Suggested Apps (VBA)

Stops Windows from silently installing suggested Store apps. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Clean Up The pip download cache (VBA)

Deletes every file in the pip download cache after a confirmation prompt, using Scripting.FileSystemObject from Excel V…

πŸ“Š VBA (Excel)

Report Size of IIS log files (VBA)

Reports the total size and top-level file count of IIS log files using Scripting.FileSystemObject, straight from Excel …

πŸ“Š VBA (Excel)

Load Physical Memory Modules into Excel via WMI

Queries Win32_PhysicalMemory via GetObject("winmgmts:") and dumps every Physical Memory Modules row straight onto the a…

πŸ“Š VBA (Excel)

Export Installed Hotfixes to CSV via WMI (VBA)

Queries Win32_QuickFixEngineering via WMI and writes every Installed Hotfixes row straight to a CSV file in Documents, …

πŸ“Š VBA (Excel)

Clean Up The NuGet packages cache (VBA)

Deletes every file in the NuGet packages cache after a confirmation prompt, using Scripting.FileSystemObject from Excel…

πŸ“Š VBA (Excel)

Export Page File Usage to CSV via WMI (VBA)

Queries Win32_PageFileUsage via WMI and writes every Page File Usage row straight to a CSV file in Documents, using pla…

πŸ“Š VBA (Excel)

Apply Enable Win32 Long Paths (VBA)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Applied via WScript.Shell.RegWrite…

πŸ“Š VBA (Excel)

Check Disable Windows Consumer Features Registry Value (VBA)

Reads the Disable Windows Consumer Features registry value via WScript.Shell.RegRead and reports it in a message box β€” …

πŸ“Š VBA (Excel)

Apply Show Hidden Files (VBA)

Makes File Explorer always show hidden files and folders. Applied via WScript.Shell.RegWrite from VBA.

πŸ“Š VBA (Excel)

Apply Enable Clipboard History (VBA)

Turns on Windows+V clipboard history. Applied via WScript.Shell.RegWrite from VBA.