Browse all scripts
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β¦
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.
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 β¦
Check "Disable Window Animations" Status (VBScript)
Reads the registry value behind the "Disable Window Animations" tweak to confirm whether it's applied.
Get Local User Accounts Report
Queries Win32_UserAccount via WMI and reports Local User Accounts in a formatted table, with an optional CSV export.
Disable Lock Screen
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminisβ¦
Disable Lock Screen Notifications (Registry Tweak)
Stops app notifications from appearing on the lock screen.
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β¦
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.
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β¦
Clean Up Stuck print spooler files (Batch)
Clears stuck print spooler files after a confirmation prompt, with a /silent mode for scheduled tasks.
Apply Disable Fast Startup (VBA)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Applied via WScript.Shelβ¦