Browse all scripts
Get Signed Drivers Report (Python)
Uses wmic under the hood to report Signed Drivers (Win32_PnPSignedDriver) β no third-party packages required.
Get Google Chrome's browser cache Size Report (VBScript)
Recursively sums the size of Google Chrome's browser cache, read-only (no deletion).
Disable Window Animations (Batch)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via reg.exe.
Get The Microsoft Teams cache Size Report (C#)
Recursively sums the size of the Microsoft Teams cache, read-only (no deletion).
Win32_Group: Sorting Local Groups (WQL has no ORDER BY)
WQL has no ORDER BY clause β this shows the standard workaround of piping Get-CimInstance results through Sort-Object oβ¦
Backup Connected Monitors to JSON (Python)
Snapshots Connected Monitors (Win32_DesktopMonitor) to a timestamped JSON file for later comparison or auditing.
Check Disable Storage Sense Low-Space Notifications Registry Value (VBA)
Reads the Disable Storage Sense Low-Space Notifications registry value via WScript.Shell.RegRead and reports it in a meβ¦
List Files in Google Chrome's browser cache (VBA)
Lists every file in Google Chrome's browser cache with size and last-modified date directly on the active worksheet, usβ¦
Backup Sound Devices List to JSON
Snapshots Sound Devices from Win32_SoundDevice to a timestamped JSON file for later comparison or auditing.
Apply Disable Feedback Notifications (VBA)
Stops Windows from periodically asking for feedback. Applied via WScript.Shell.RegWrite from VBA.
Check Disable Xbox Game Bar Capture Registry Value (VBA)
Reads the Disable Xbox Game Bar Capture registry value via WScript.Shell.RegRead and reports it in a message box β no Pβ¦
Disable Snap Assist Suggestions (Python)
Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via the stdlib winregβ¦