🐍 Python

Cross-platform automation scripts that also run great on Windows.

🐍 Python 3.10+

Disable Taskbar Transparency (Python)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via the stdlib winr…

🐍 Python 3.10+

Check "Disable Recent Documents History" Status (Python)

Reads the registry value behind the "Disable Recent Documents History" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Get Services Report (Python)

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

🐍 Python 3.10+

Get Time Zone Settings Report (Python)

Uses wmic under the hood to report Time Zone Settings (Win32_TimeZone) β€” no third-party packages required.

🐍 Python 3.10+

Export Local Groups to CSV (Python)

Exports Local Groups (Win32_Group) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Backup Time Zone Settings to JSON (Python)

Snapshots Time Zone Settings (Win32_TimeZone) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Get Physical Memory Modules Report (Python)

Uses wmic under the hood to report Physical Memory Modules (Win32_PhysicalMemory) β€” no third-party packages required.

🐍 Python 3.10+

Get The pip download cache Size Report (Python)

Recursively sums the size of the pip download cache, read-only (no deletion).

🐍 Python 3.10+

Check "Enable Clipboard History" Status (Python)

Reads the registry value behind the "Enable Clipboard History" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Export Logical Disks to CSV (Python)

Exports Logical Disks (Win32_LogicalDisk) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Show Recycle Bin Icon on Desktop (Python)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via the stdlib winreg module.

🐍 Python 3.10+

Backup The npm cache to Zip (Python)

Zips up the current contents of the npm cache before you run a cleanup against it.