Browse all scripts

🐍 Python 3.10+

Disable Background Apps Globally (Python)

Prevents Store apps from running in the background to save resources and battery. Applies the tweak via the stdlib winr…

🐍 Python 3.10+

Backup Windows Error Reporting files to Zip (Python)

Zips up the current contents of Windows Error Reporting files before you run a cleanup against it.

πŸ“Š VBA (Excel)

Report Size of The VS Code cache folder (VBA)

Reports the total size and top-level file count of the VS Code cache folder using Scripting.FileSystemObject, straight …

πŸ“œ VBScript (WSH)

Check "Disable Window Animations" Status (VBScript)

Reads the registry value behind the "Disable Window Animations" tweak to confirm whether it's applied.

⚑ PowerShell 5.1+

Get Local User Accounts Report

Queries Win32_UserAccount via WMI and reports Local User Accounts in a formatted table, with an optional CSV export.

⚑ PowerShell 5.1+

Disable Lock Screen

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

🧰 Registry (.reg)

Disable Lock Screen Notifications (Registry Tweak)

Stops app notifications from appearing on the lock screen.

🧬 WQL / PowerShell

Win32_SoundDevice: Sorting Sound Devices (WQL has no ORDER BY)

WQL has no ORDER BY clause β€” this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

🐍 Python 3.10+

Clean Up The Windows Internet cache (INetCache) (Python)

Reports the size of the Windows Internet cache (INetCache) and optionally clears it out. Dry-run by default.

πŸ“Š VBA (Excel)

Check Enable Win32 Long Paths Registry Value (VBA)

Reads the Enable Win32 Long Paths registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerSh…

πŸ–₯️ Batch (CMD)

Clean Up Stuck print spooler files (Batch)

Clears stuck print spooler files after a confirmation prompt, with a /silent mode for scheduled tasks.

πŸ“Š VBA (Excel)

Apply Disable Fast Startup (VBA)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Applied via WScript.Shel…