🖥️ Batch / CMD

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

🖥️ Batch (CMD)

Export System Drivers to CSV (Batch)

Uses wmic to export System Drivers (Win32_SystemDriver) to a timestamped CSV file.

🖥️ Batch (CMD)

Disable Taskbar Chat Icon (Batch)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Check "Disable Taskbar Widgets Icon" Status (Batch)

Uses reg query to check the current value behind the "Disable Taskbar Widgets Icon" tweak.

🖥️ Batch (CMD)

Check "Disable Start Menu Web Search" Status (Batch)

Uses reg query to check the current value behind the "Disable Start Menu Web Search" tweak.

🖥️ Batch (CMD)

Check "Hide Taskbar Search Box" Status (Batch)

Uses reg query to check the current value behind the "Hide Taskbar Search Box" tweak.

🖥️ Batch (CMD)

Get Startup Programs Report (Batch)

Uses wmic to list Startup Programs (Win32_StartupCommand) straight from the command line.

🖥️ Batch (CMD)

Align Taskbar Icons Left (Batch)

Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Get Processor Info Report (Batch)

Uses wmic to list Processor Info (Win32_Processor) straight from the command line.

🖥️ Batch (CMD)

Disable Taskbar Transparency (Batch)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Clean Up The Windows Prefetch folder (Batch)

Clears the Windows Prefetch folder after a confirmation prompt, with a /silent mode for scheduled tasks.

🖥️ Batch (CMD)

Enable Dark Mode (Batch)

Switches File Explorer and other system surfaces to dark mode. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Get Page File Usage Report (Batch)

Uses wmic to list Page File Usage (Win32_PageFileUsage) straight from the command line.