πŸ–₯️ Batch / CMD

Simple .bat and .cmd scripts for quick command-line automation.

πŸ–₯️ Batch (CMD)

Check "Disable Window Animations" Status (Batch)

Uses reg query to check the current value behind the "Disable Window Animations" tweak.

πŸ–₯️ Batch (CMD)

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.

πŸ–₯️ Batch (CMD)

Export Processes to CSV (Batch)

Uses wmic to export Processes (Win32_Process) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

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.

πŸ–₯️ Batch (CMD)

Check "Disable Lock Screen Notifications" Status (Batch)

Uses reg query to check the current value behind the "Disable Lock Screen Notifications" tweak.

πŸ–₯️ Batch (CMD)

Export Computer System Product Info to CSV (Batch)

Uses wmic to export Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Check "Disable Xbox Game Bar Capture" Status (Batch)

Uses reg query to check the current value behind the "Disable Xbox Game Bar Capture" tweak.

πŸ–₯️ Batch (CMD)

Enable Light Mode (Batch)

Reverts File Explorer and other system surfaces to light mode. Applies the tweak via reg.exe.

πŸ–₯️ Batch (CMD)

Get BIOS Info Report (Batch)

Uses wmic to list BIOS Info (Win32_BIOS) straight from the command line.

πŸ–₯️ Batch (CMD)

Disable Windows Spotlight on Desktop (Batch)

Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via reg.exe.

πŸ–₯️ Batch (CMD)

Check "Disable Windows Tips & Suggestions" Status (Batch)

Uses reg query to check the current value behind the "Disable Windows Tips & Suggestions" tweak.

πŸ–₯️ Batch (CMD)

Disable Windows Consumer Features (Batch)

Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…