🖥️ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Export Pointing Devices to CSV (Batch)
Uses wmic to export Pointing Devices (Win32_PointingDevice) to a timestamped CSV file.
Export Installed MSI Products to CSV (Batch)
Uses wmic to export Installed MSI Products (Win32_Product) to a timestamped CSV file.
Check "Disable Windows Consumer Features" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Consumer Features" tweak.
Export Keyboard Info to CSV (Batch)
Uses wmic to export Keyboard Info (Win32_Keyboard) to a timestamped CSV file.
Check "Disable Explorer Startup Delay" Status (Batch)
Uses reg query to check the current value behind the "Disable Explorer Startup Delay" tweak.
Disable Game Bar Startup Tips (Batch)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via reg.exe.
Show This PC Icon on Desktop (Batch)
Adds the This PC icon back to the desktop. Applies the tweak via reg.exe.
Check "Disable News and Interests Feed" Status (Batch)
Uses reg query to check the current value behind the "Disable News and Interests Feed" tweak.
Enable Win32 Long Paths (Batch)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…
Get CD/DVD Drives Report (Batch)
Uses wmic to list CD/DVD Drives (Win32_CDROMDrive) straight from the command line.
Export Printers to CSV (Batch)
Uses wmic to export Printers (Win32_Printer) to a timestamped CSV file.
Check "Disable Aero Shake" Status (Batch)
Uses reg query to check the current value behind the "Disable Aero Shake" tweak.