Browse all scripts
Check "Disable Fast Startup" Status (Python)
Reads the registry value behind the "Disable Fast Startup" tweak via winreg to confirm whether it's applied.
Disable Background Apps Globally
Prevents Store apps from running in the background to save resources and battery.
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…
Get The pip download cache Size Report (C#)
Recursively sums the size of the pip download cache, read-only (no deletion).
Backup Keyboard Info to JSON (Python)
Snapshots Keyboard Info (Win32_Keyboard) to a timestamped JSON file for later comparison or auditing.
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…
Disable Start Menu Suggested Apps (JScript)
Stops Windows from silently installing suggested Store apps. Applies the tweak via WScript.Shell.RegWrite (JScript synt…
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…
Check "Disable Taskbar Transparency" Status (Python)
Reads the registry value behind the "Disable Taskbar Transparency" tweak via winreg to confirm whether it's applied.
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…
Align Taskbar Icons Left (Python)
Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via the stdlib winreg module.
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…