📊 VBA
Visual Basic for Applications macros for Excel, Outlook, and other Office apps.
Accept All Tracked Changes
Accepts every tracked change in the active Word document and turns off change tracking.
Load Network Login Profiles into Excel via WMI
Queries Win32_NetworkLoginProfile via GetObject("winmgmts:") and dumps every Network Login Profiles row straight onto t…
Apply Disable Sticky Keys Shortcut Prompt (VBA)
Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applied via WScript.Shell.RegWrite from VBA.
Apply Disable Start Menu App Suggestions (VBA)
Turns off sponsored app suggestions in the Start menu. Applied via WScript.Shell.RegWrite from VBA.
Load Local Groups into Excel via WMI
Queries Win32_Group via GetObject("winmgmts:") and dumps every Local Groups row straight onto the active worksheet, no …
Load Pointing Devices into Excel via WMI
Queries Win32_PointingDevice via GetObject("winmgmts:") and dumps every Pointing Devices row straight onto the active w…
Report Size of The NuGet packages cache (VBA)
Reports the total size and top-level file count of the NuGet packages cache using Scripting.FileSystemObject, straight …
Clean Up IIS log files (VBA)
Deletes every file in IIS log files after a confirmation prompt, using Scripting.FileSystemObject from Excel VBA. Locke…
Export Signed Drivers to CSV via WMI (VBA)
Queries Win32_PnPSignedDriver via WMI and writes every Signed Drivers row straight to a CSV file in Documents, using pl…
Apply Disable Windows Spotlight on Desktop (VBA)
Turns off the Windows Spotlight rotating desktop background feature. Applied via WScript.Shell.RegWrite from VBA.
Check Disable Balloon Tip Notifications Registry Value (VBA)
Reads the Disable Balloon Tip Notifications registry value via WScript.Shell.RegRead and reports it in a message box — …
Apply Disable Windows Tips & Suggestions (VBA)
Stops Windows from showing tips and suggestions notifications. Applied via WScript.Shell.RegWrite from VBA.