🖥️ Batch / CMD

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

🖥️ Batch (CMD)

Disable Start Menu Suggested Apps (Batch)

Stops Windows from silently installing suggested Store apps. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Disable Storage Sense Low-Space Notifications (Batch)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Check "Disable Remote Assistance" Status (Batch)

Uses reg query to check the current value behind the "Disable Remote Assistance" tweak.

🖥️ Batch (CMD)

Disable Autoplay for All Drives (Batch)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Disable Sticky Keys Shortcut Prompt (Batch)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Export Video Controllers to CSV (Batch)

Uses wmic to export Video Controllers (Win32_VideoController) to a timestamped CSV file.

🖥️ Batch (CMD)

Get Physical Memory Modules Report (Batch)

Uses wmic to list Physical Memory Modules (Win32_PhysicalMemory) straight from the command line.

🖥️ Batch (CMD)

Export CD/DVD Drives to CSV (Batch)

Uses wmic to export CD/DVD Drives (Win32_CDROMDrive) to a timestamped CSV file.

🖥️ Batch (CMD)

Disable Balloon Tip Notifications (Batch)

Disables the small notification balloon tips in the system tray. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Disable Xbox Game Bar Capture (Batch)

Disables background game/app capture via the Xbox Game Bar. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Clean Up Windows Error Reporting files (Batch)

Clears Windows Error Reporting files after a confirmation prompt, with a /silent mode for scheduled tasks.

🖥️ Batch (CMD)

Get Time Zone Settings Report (Batch)

Uses wmic to list Time Zone Settings (Win32_TimeZone) straight from the command line.