Browse all scripts
Disable Balloon Tip Notifications (Registry Tweak)
Disables the small notification balloon tips in the system tray.
Get Processes Report (Python)
Uses wmic under the hood to report Processes (Win32_Process) β no third-party packages required.
Check "Enable Dark Mode" Status (VBScript)
Reads the registry value behind the "Enable Dark Mode" tweak to confirm whether it's applied.
Backup Environment Variables List to JSON
Snapshots Environment Variables from Win32_Environment to a timestamped JSON file for later comparison or auditing.
Disable Taskbar Chat Icon (Registry Tweak)
Removes the Chat/Teams icon from the Windows 11 taskbar.
Backup Installed Hotfixes to JSON (C#)
Snapshots Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped JSON file via System.Management and System.Teβ¦
Backup Computer System Product Info List to JSON
Snapshots Computer System Product Info from Win32_ComputerSystemProduct to a timestamped JSON file for later comparisonβ¦
Export Connected Monitors to CSV (Batch)
Uses wmic to export Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file.
Export Installed MSI Products to CSV via WMI (VBA)
Queries Win32_Product via WMI and writes every Installed MSI Products row straight to a CSV file in Documents, using plβ¦
Clean Up The npm cache (VBA)
Deletes every file in the npm cache after a confirmation prompt, using Scripting.FileSystemObject from Excel VBA. Lockeβ¦
Disable Windows Telemetry (Python)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Apβ¦
Disable Snap Assist Suggestions (Registry Tweak)
Stops Windows from suggesting other windows to snap next to one you just moved.