🖥️ Batch / CMD

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

🖥️ Batch (CMD)

Export Pointing Devices to CSV (Batch)

Uses wmic to export Pointing Devices (Win32_PointingDevice) to a timestamped CSV file.

🖥️ Batch (CMD)

Export Installed MSI Products to CSV (Batch)

Uses wmic to export Installed MSI Products (Win32_Product) to a timestamped CSV file.

🖥️ Batch (CMD)

Check "Disable Windows Consumer Features" Status (Batch)

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

🖥️ Batch (CMD)

Export Keyboard Info to CSV (Batch)

Uses wmic to export Keyboard Info (Win32_Keyboard) to a timestamped CSV file.

🖥️ Batch (CMD)

Check "Disable Explorer Startup Delay" Status (Batch)

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

🖥️ Batch (CMD)

Disable Game Bar Startup Tips (Batch)

Stops the Game Bar from showing its startup tip panel. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Show This PC Icon on Desktop (Batch)

Adds the This PC icon back to the desktop. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Check "Disable News and Interests Feed" Status (Batch)

Uses reg query to check the current value behind the "Disable News and Interests Feed" tweak.

🖥️ Batch (CMD)

Enable Win32 Long Paths (Batch)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…

🖥️ Batch (CMD)

Get CD/DVD Drives Report (Batch)

Uses wmic to list CD/DVD Drives (Win32_CDROMDrive) straight from the command line.

🖥️ Batch (CMD)

Export Printers to CSV (Batch)

Uses wmic to export Printers (Win32_Printer) to a timestamped CSV file.

🖥️ Batch (CMD)

Check "Disable Aero Shake" Status (Batch)

Uses reg query to check the current value behind the "Disable Aero Shake" tweak.