π VBA
Visual Basic for Applications macros for Excel, Outlook, and other Office apps.
Check Disable Game Bar Startup Tips Registry Value (VBA)
Reads the Disable Game Bar Startup Tips registry value via WScript.Shell.RegRead and reports it in a message box β no Pβ¦
Load Logical Disks into Excel via WMI
Queries Win32_LogicalDisk via GetObject("winmgmts:") and dumps every Logical Disks row straight onto the active worksheβ¦
Apply Disable Snap Assist Suggestions (VBA)
Stops Windows from suggesting other windows to snap next to one you just moved. Applied via WScript.Shell.RegWrite fromβ¦
Check Disable Aero Shake Registry Value (VBA)
Reads the Disable Aero Shake registry value via WScript.Shell.RegRead and reports it in a message box β no PowerShell oβ¦
Export Physical Disk Drives to CSV via WMI (VBA)
Queries Win32_DiskDrive via WMI and writes every Physical Disk Drives row straight to a CSV file in Documents, using plβ¦
Load Installed Hotfixes into Excel via WMI
Queries Win32_QuickFixEngineering via GetObject("winmgmts:") and dumps every Installed Hotfixes row straight onto the aβ¦
Apply Disable Lock Screen (VBA)
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Applied via WScript.Shell.Regβ¦
Apply Enable Dark Mode (VBA)
Switches File Explorer and other system surfaces to dark mode. Applied via WScript.Shell.RegWrite from VBA.
Check Disable Feedback Notifications Registry Value (VBA)
Reads the Disable Feedback Notifications registry value via WScript.Shell.RegRead and reports it in a message box β no β¦
Export Keyboard Info to CSV via WMI (VBA)
Queries Win32_Keyboard via WMI and writes every Keyboard Info row straight to a CSV file in Documents, using plain VBA β¦
List Files in The current user's Temp folder (VBA)
Lists every file in the current user's Temp folder with size and last-modified date directly on the active worksheet, uβ¦
Apply Hide Taskbar Search Box (VBA)
Hides the search box on the taskbar, leaving just an icon or nothing. Applied via WScript.Shell.RegWrite from VBA.