Browse all scripts
Get Video Controllers Report
Queries Win32_VideoController via WMI and reports Video Controllers in a formatted table, with an optional CSV export.
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 β¦
Enable Dark Mode (Python)
Switches File Explorer and other system surfaces to dark mode. Applies the tweak via the stdlib winreg module.
Win32_Processor: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_Processor via Register-CimIndicationEvent β real WQL event query β¦
Backup Logical Disks to JSON (C#)
Snapshots Logical Disks (Win32_LogicalDisk) to a timestamped JSON file via System.Management and System.Text.Json.
Get The NuGet packages cache Size Report
Reports how much disk space the NuGet packages cache is currently using, read-only (no deletion).
Check "Disable Windows Tips & Suggestions" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Tips & Suggestions" tweak.
Disable Feedback Notifications (Python)
Stops Windows from periodically asking for feedback. Applies the tweak via the stdlib winreg module.
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.