🖥️ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Disable Aero Shake (Batch)
Stops shaking a window from minimizing every other open window. Applies the tweak via reg.exe.
Check "Disable Start Menu App Suggestions" Status (Batch)
Uses reg query to check the current value behind the "Disable Start Menu App Suggestions" tweak.
Export Sound Devices to CSV (Batch)
Uses wmic to export Sound Devices (Win32_SoundDevice) to a timestamped CSV file.
Check "Increase Icon Cache Size" Status (Batch)
Uses reg query to check the current value behind the "Increase Icon Cache Size" tweak.
Disable Window Animations (Batch)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via reg.exe.
Get USB Controllers Report (Batch)
Uses wmic to list USB Controllers (Win32_USBController) straight from the command line.
Clean Up Google Chrome's browser cache (Batch)
Clears Google Chrome's browser cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Disable Fast Startup (Batch)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…
Clean Up The npm cache (Batch)
Clears the npm cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Disable Windows Telemetry (Batch)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Ap…
Clean Up Stuck print spooler files (Batch)
Clears stuck print spooler files after a confirmation prompt, with a /silent mode for scheduled tasks.
Check "Disable Snap Assist Suggestions" Status (Batch)
Uses reg query to check the current value behind the "Disable Snap Assist Suggestions" tweak.