π₯οΈ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Check "Disable Window Animations" Status (Batch)
Uses reg query to check the current value behind the "Disable Window Animations" tweak.
Clean Up The Windows Update download cache (Batch)
Clears the Windows Update download cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Export Processes to CSV (Batch)
Uses wmic to export Processes (Win32_Process) to a timestamped CSV file.
Check "Disable Storage Sense Low-Space Notifications" Status (Batch)
Uses reg query to check the current value behind the "Disable Storage Sense Low-Space Notifications" tweak.
Check "Disable Lock Screen Notifications" Status (Batch)
Uses reg query to check the current value behind the "Disable Lock Screen Notifications" tweak.
Export Computer System Product Info to CSV (Batch)
Uses wmic to export Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped CSV file.
Check "Disable Xbox Game Bar Capture" Status (Batch)
Uses reg query to check the current value behind the "Disable Xbox Game Bar Capture" tweak.
Enable Light Mode (Batch)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via reg.exe.
Get BIOS Info Report (Batch)
Uses wmic to list BIOS Info (Win32_BIOS) straight from the command line.
Disable Windows Spotlight on Desktop (Batch)
Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via reg.exe.
Check "Disable Windows Tips & Suggestions" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Tips & Suggestions" tweak.
Disable Windows Consumer Features (Batch)
Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) prompβ¦