🖥️ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Disable Windows Welcome Experience (Batch)
Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via reg.exe.
Disable Bing Search Suggestions (Batch)
Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via reg.exe.
Get Video Controllers Report (Batch)
Uses wmic to list Video Controllers (Win32_VideoController) straight from the command line.
Show Recycle Bin Icon on Desktop (Batch)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via reg.exe.
Export Operating System Info to CSV (Batch)
Uses wmic to export Operating System Info (Win32_OperatingSystem) to a timestamped CSV file.
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.
Check "Disable Windows Telemetry" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Telemetry" tweak.
Get Keyboard Info Report (Batch)
Uses wmic to list Keyboard Info (Win32_Keyboard) straight from the command line.
Get Computer System Info Report (Batch)
Uses wmic to list Computer System Info (Win32_ComputerSystem) straight from the command line.
Check "Disable Fast Startup" Status (Batch)
Uses reg query to check the current value behind the "Disable Fast Startup" tweak.
Export Physical Disk Drives to CSV (Batch)
Uses wmic to export Physical Disk Drives (Win32_DiskDrive) to a timestamped CSV file.
Get Battery Info Report (Batch)
Uses wmic to list Battery Info (Win32_Battery) straight from the command line.