Browse all scripts
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).
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).
Disable Explorer Startup Delay
Removes the artificial delay before startup apps launch.
Get Computer System Info Report (Python)
Uses wmic under the hood to report Computer System Info (Win32_ComputerSystem) β no third-party packages required.
Extract Unique Values
Copies the unique values from the current selection to a new sheet, one per row.
Show Seconds in Taskbar Clock (Registry Tweak)
Adds a seconds display to the taskbar clock.
Backup Network Shares to JSON (C#)
Snapshots Network Shares (Win32_Share) to a timestamped JSON file via System.Management and System.Text.Json.
Watch Startup Programs for Changes
Polls Win32_StartupCommand on an interval and prints a line whenever the Startup Programs count changes β a lightweightβ¦
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β¦
Check "Enable Clipboard History" Status
Reads the current registry value behind the "Enable Clipboard History" tweak so you can confirm whether it's applied.
Get Logical Disks Report (C#)
Queries Win32_LogicalDisk via WMI (System.Management) and prints Logical Disks to the console.
Backup Logical Disks to JSON (Python)
Snapshots Logical Disks (Win32_LogicalDisk) to a timestamped JSON file for later comparison or auditing.