🖥️ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Disable Start Menu Suggested Apps (Batch)
Stops Windows from silently installing suggested Store apps. Applies the tweak via reg.exe.
Disable Storage Sense Low-Space Notifications (Batch)
Silences low-disk-space notifications from Storage Sense. Applies the tweak via reg.exe.
Check "Disable Remote Assistance" Status (Batch)
Uses reg query to check the current value behind the "Disable Remote Assistance" tweak.
Disable Autoplay for All Drives (Batch)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via reg.exe.
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.
Export Video Controllers to CSV (Batch)
Uses wmic to export Video Controllers (Win32_VideoController) to a timestamped CSV file.
Get Physical Memory Modules Report (Batch)
Uses wmic to list Physical Memory Modules (Win32_PhysicalMemory) straight from the command line.
Export CD/DVD Drives to CSV (Batch)
Uses wmic to export CD/DVD Drives (Win32_CDROMDrive) to a timestamped CSV file.
Disable Balloon Tip Notifications (Batch)
Disables the small notification balloon tips in the system tray. Applies the tweak via reg.exe.
Disable Xbox Game Bar Capture (Batch)
Disables background game/app capture via the Xbox Game Bar. Applies the tweak via reg.exe.
Clean Up Windows Error Reporting files (Batch)
Clears Windows Error Reporting files after a confirmation prompt, with a /silent mode for scheduled tasks.
Get Time Zone Settings Report (Batch)
Uses wmic to list Time Zone Settings (Win32_TimeZone) straight from the command line.