Browse all scripts

🧰 Registry (.reg)

Disable Balloon Tip Notifications (Registry Tweak)

Disables the small notification balloon tips in the system tray.

🐍 Python 3.10+

Get Processes Report (Python)

Uses wmic under the hood to report Processes (Win32_Process) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Check "Enable Dark Mode" Status (VBScript)

Reads the registry value behind the "Enable Dark Mode" tweak to confirm whether it's applied.

⚑ PowerShell 5.1+

Backup Environment Variables List to JSON

Snapshots Environment Variables from Win32_Environment to a timestamped JSON file for later comparison or auditing.

🧰 Registry (.reg)

Disable Taskbar Chat Icon (Registry Tweak)

Removes the Chat/Teams icon from the Windows 11 taskbar.

🟣 C# / .NET 6+

Backup Installed Hotfixes to JSON (C#)

Snapshots Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped JSON file via System.Management and System.Te…

⚑ PowerShell 5.1+

Backup Computer System Product Info List to JSON

Snapshots Computer System Product Info from Win32_ComputerSystemProduct to a timestamped JSON file for later comparison…

πŸ–₯️ Batch (CMD)

Export Connected Monitors to CSV (Batch)

Uses wmic to export Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file.

πŸ“Š VBA (Excel)

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…

πŸ“Š VBA (Excel)

Clean Up The npm cache (VBA)

Deletes every file in the npm cache after a confirmation prompt, using Scripting.FileSystemObject from Excel VBA. Locke…

🐍 Python 3.10+

Disable Windows Telemetry (Python)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…

🧰 Registry (.reg)

Disable Snap Assist Suggestions (Registry Tweak)

Stops Windows from suggesting other windows to snap next to one you just moved.