Browse all scripts

🐍 Python 3.10+

Check "Disable Fast Startup" Status (Python)

Reads the registry value behind the "Disable Fast Startup" tweak via winreg to confirm whether it's applied.

⚡ PowerShell 5.1+

Disable Background Apps Globally

Prevents Store apps from running in the background to save resources and battery.

🧬 WQL / PowerShell

Win32_TimeZone: Time Zone Settings (WQL)

A minimal WQL reference query against Win32_TimeZone — the raw SELECT statement plus a one-line runner, useful for lear…

🟣 C# / .NET 6+

Get The pip download cache Size Report (C#)

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

🐍 Python 3.10+

Backup Keyboard Info to JSON (Python)

Snapshots Keyboard Info (Win32_Keyboard) to a timestamped JSON file for later comparison or auditing.

📊 VBA (Excel)

Report Size of The Windows Internet cache (INetCache) (VBA)

Reports the total size and top-level file count of the Windows Internet cache (INetCache) using Scripting.FileSystemObj…

📄 JScript (WSH)

Disable Start Menu Suggested Apps (JScript)

Stops Windows from silently installing suggested Store apps. Applies the tweak via WScript.Shell.RegWrite (JScript synt…

📊 VBA (Excel)

List Files in The user CrashDumps folder (VBA)

Lists every file in the user CrashDumps folder with size and last-modified date directly on the active worksheet, using…

🐍 Python 3.10+

Check "Disable Taskbar Transparency" Status (Python)

Reads the registry value behind the "Disable Taskbar Transparency" tweak via winreg to confirm whether it's applied.

📊 VBA (Excel)

List Files in IIS log files (VBA)

Lists every file in IIS log files with size and last-modified date directly on the active worksheet, using Scripting.Fi…

🐍 Python 3.10+

Align Taskbar Icons Left (Python)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via the stdlib winreg module.

📜 VBScript (WSH)

Get Video Controllers Report to File (VBScript)

Queries Win32_VideoController via WMI and writes Video Controllers to a timestamped text file, handy for scheduled logo…