Browse all scripts

🐍 Python 3.10+

Get The system-wide Windows Temp folder Size Report (Python)

Recursively sums the size of the system-wide Windows Temp folder, read-only (no deletion).

⚑ PowerShell 5.1+

Get The Windows Update download cache Size Report

Reports how much disk space the Windows Update download cache is currently using, read-only (no deletion).

⚑ PowerShell 5.1+

Disable Explorer Startup Delay

Removes the artificial delay before startup apps launch.

🐍 Python 3.10+

Get Computer System Info Report (Python)

Uses wmic under the hood to report Computer System Info (Win32_ComputerSystem) β€” no third-party packages required.

πŸ“Š VBA (Excel)

Extract Unique Values

Copies the unique values from the current selection to a new sheet, one per row.

🧰 Registry (.reg)

Show Seconds in Taskbar Clock (Registry Tweak)

Adds a seconds display to the taskbar clock.

🟣 C# / .NET 6+

Backup Network Shares to JSON (C#)

Snapshots Network Shares (Win32_Share) to a timestamped JSON file via System.Management and System.Text.Json.

⚑ PowerShell 5.1+

Watch Startup Programs for Changes

Polls Win32_StartupCommand on an interval and prints a line whenever the Startup Programs count changes β€” a lightweight…

⚑ PowerShell 5.1+

Check "Disable News and Interests Feed" Status

Reads the current registry value behind the "Disable News and Interests Feed" tweak so you can confirm whether it's app…

⚑ PowerShell 5.1+

Check "Enable Clipboard History" Status

Reads the current registry value behind the "Enable Clipboard History" tweak so you can confirm whether it's applied.

🟣 C# / .NET 6+

Get Logical Disks Report (C#)

Queries Win32_LogicalDisk via WMI (System.Management) and prints Logical Disks to the console.

🐍 Python 3.10+

Backup Logical Disks to JSON (Python)

Snapshots Logical Disks (Win32_LogicalDisk) to a timestamped JSON file for later comparison or auditing.