🖥️ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Export System Drivers to CSV (Batch)
Uses wmic to export System Drivers (Win32_SystemDriver) to a timestamped CSV file.
Disable Taskbar Chat Icon (Batch)
Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via reg.exe.
Check "Disable Taskbar Widgets Icon" Status (Batch)
Uses reg query to check the current value behind the "Disable Taskbar Widgets Icon" tweak.
Check "Disable Start Menu Web Search" Status (Batch)
Uses reg query to check the current value behind the "Disable Start Menu Web Search" tweak.
Check "Hide Taskbar Search Box" Status (Batch)
Uses reg query to check the current value behind the "Hide Taskbar Search Box" tweak.
Get Startup Programs Report (Batch)
Uses wmic to list Startup Programs (Win32_StartupCommand) straight from the command line.
Align Taskbar Icons Left (Batch)
Switches the Windows 11 taskbar back to left-aligned icons. Applies the tweak via reg.exe.
Get Processor Info Report (Batch)
Uses wmic to list Processor Info (Win32_Processor) straight from the command line.
Disable Taskbar Transparency (Batch)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via reg.exe.
Clean Up The Windows Prefetch folder (Batch)
Clears the Windows Prefetch folder after a confirmation prompt, with a /silent mode for scheduled tasks.
Enable Dark Mode (Batch)
Switches File Explorer and other system surfaces to dark mode. Applies the tweak via reg.exe.
Get Page File Usage Report (Batch)
Uses wmic to list Page File Usage (Win32_PageFileUsage) straight from the command line.