🖥️ Batch / CMD

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

🖥️ Batch (CMD)

Disable Windows Welcome Experience (Batch)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Disable Bing Search Suggestions (Batch)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Get Video Controllers Report (Batch)

Uses wmic to list Video Controllers (Win32_VideoController) straight from the command line.

🖥️ Batch (CMD)

Show Recycle Bin Icon on Desktop (Batch)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Export Operating System Info to CSV (Batch)

Uses wmic to export Operating System Info (Win32_OperatingSystem) to a timestamped CSV file.

🖥️ Batch (CMD)

Clean Up The VS Code cache folder (Batch)

Clears the VS Code cache folder after a confirmation prompt, with a /silent mode for scheduled tasks.

🖥️ Batch (CMD)

Check "Disable Windows Telemetry" Status (Batch)

Uses reg query to check the current value behind the "Disable Windows Telemetry" tweak.

🖥️ Batch (CMD)

Get Keyboard Info Report (Batch)

Uses wmic to list Keyboard Info (Win32_Keyboard) straight from the command line.

🖥️ Batch (CMD)

Get Computer System Info Report (Batch)

Uses wmic to list Computer System Info (Win32_ComputerSystem) straight from the command line.

🖥️ Batch (CMD)

Check "Disable Fast Startup" Status (Batch)

Uses reg query to check the current value behind the "Disable Fast Startup" tweak.

🖥️ Batch (CMD)

Export Physical Disk Drives to CSV (Batch)

Uses wmic to export Physical Disk Drives (Win32_DiskDrive) to a timestamped CSV file.

🖥️ Batch (CMD)

Get Battery Info Report (Batch)

Uses wmic to list Battery Info (Win32_Battery) straight from the command line.