🐍 Python
Cross-platform automation scripts that also run great on Windows.
Backup Keyboard Info to JSON (Python)
Snapshots Keyboard Info (Win32_Keyboard) to a timestamped JSON file for later comparison or auditing.
Check "Disable Taskbar Transparency" Status (Python)
Reads the registry value behind the "Disable Taskbar Transparency" tweak via winreg to confirm whether it's applied.
Align Taskbar Icons Left (Python)
Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via the stdlib winreg module.
Get USB Controllers Report (Python)
Uses wmic under the hood to report USB Controllers (Win32_USBController) — no third-party packages required.
Backup Physical Memory Modules to JSON (Python)
Snapshots Physical Memory Modules (Win32_PhysicalMemory) to a timestamped JSON file for later comparison or auditing.
Get Keyboard Info Report (Python)
Uses wmic under the hood to report Keyboard Info (Win32_Keyboard) — no third-party packages required.
Export Pointing Devices to CSV (Python)
Exports Pointing Devices (Win32_PointingDevice) to a timestamped CSV file via wmic.
Show Seconds in Taskbar Clock (Python)
Adds a seconds display to the taskbar clock. Applies the tweak via the stdlib winreg module.
Export USB Controllers to CSV (Python)
Exports USB Controllers (Win32_USBController) to a timestamped CSV file via wmic.
Export Motherboard Info to CSV (Python)
Exports Motherboard Info (Win32_BaseBoard) to a timestamped CSV file via wmic.
Get The Microsoft Teams cache Size Report (Python)
Recursively sums the size of the Microsoft Teams cache, read-only (no deletion).
Backup USB Controllers to JSON (Python)
Snapshots USB Controllers (Win32_USBController) to a timestamped JSON file for later comparison or auditing.