π Python
Cross-platform automation scripts that also run great on Windows.
Disable Taskbar Transparency (Python)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via the stdlib winrβ¦
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.
Get Services Report (Python)
Uses wmic under the hood to report Services (Win32_Service) β no third-party packages required.
Get Time Zone Settings Report (Python)
Uses wmic under the hood to report Time Zone Settings (Win32_TimeZone) β no third-party packages required.
Export Local Groups to CSV (Python)
Exports Local Groups (Win32_Group) to a timestamped CSV file via wmic.
Backup Time Zone Settings to JSON (Python)
Snapshots Time Zone Settings (Win32_TimeZone) to a timestamped JSON file for later comparison or auditing.
Get Physical Memory Modules Report (Python)
Uses wmic under the hood to report Physical Memory Modules (Win32_PhysicalMemory) β no third-party packages required.
Get The pip download cache Size Report (Python)
Recursively sums the size of the pip download cache, read-only (no deletion).
Check "Enable Clipboard History" Status (Python)
Reads the registry value behind the "Enable Clipboard History" tweak via winreg to confirm whether it's applied.
Export Logical Disks to CSV (Python)
Exports Logical Disks (Win32_LogicalDisk) to a timestamped CSV file via wmic.
Show Recycle Bin Icon on Desktop (Python)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via the stdlib winreg module.
Backup The npm cache to Zip (Python)
Zips up the current contents of the npm cache before you run a cleanup against it.