Browse all scripts
Disable Window Animations (Python)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via the stdlib winreg module.
Disable Balloon Tip Notifications (Batch)
Disables the small notification balloon tips in the system tray. Applies the tweak via reg.exe.
Disable Cortana (JScript)
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies tβ¦
Get Environment Variables Report (Python)
Uses wmic under the hood to report Environment Variables (Win32_Environment) β no third-party packages required.
Check "Disable Background Apps Globally" Status (Python)
Reads the registry value behind the "Disable Background Apps Globally" tweak via winreg to confirm whether it's applied.
Backup Video Controllers List to JSON
Snapshots Video Controllers from Win32_VideoController to a timestamped JSON file for later comparison or auditing.
Backup Network Shares to JSON (Python)
Snapshots Network Shares (Win32_Share) to a timestamped JSON file for later comparison or auditing.
Clean Up The Explorer thumbnail cache (VBScript)
Reports the size of the Explorer thumbnail cache and deletes its contents after a confirmation prompt.
Disable Balloon Tip Notifications (VBScript)
Disables the small notification balloon tips in the system tray. Applies the tweak via WScript.Shell.RegWrite.
Disable Xbox Game Bar Capture (Batch)
Disables background game/app capture via the Xbox Game Bar. Applies the tweak via reg.exe.
Watch Local Groups for Changes
Polls Win32_Group on an interval and prints a line whenever the Local Groups count changes β a lightweight way to noticβ¦
Win32_CDROMDrive: Querying CD/DVD Drives Remotely (CIM Session)
Runs the same Win32_CDROMDrive WQL query against a remote computer over a CIM session β the modern, WinRM-based replaceβ¦