🖥️ Batch / CMD

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

🖥️ Batch (CMD)

Check "Enable Clipboard History" Status (Batch)

Uses reg query to check the current value behind the "Enable Clipboard History" tweak.

🖥️ Batch (CMD)

Export Page File Usage to CSV (Batch)

Uses wmic to export Page File Usage (Win32_PageFileUsage) to a timestamped CSV file.

🖥️ Batch (CMD)

Get Printers Report (Batch)

Uses wmic to list Printers (Win32_Printer) straight from the command line.

🖥️ Batch (CMD)

Disable Tailored Experiences (Batch)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Export Environment Variables to CSV (Batch)

Uses wmic to export Environment Variables (Win32_Environment) to a timestamped CSV file.

🖥️ Batch (CMD)

Export Computer System Info to CSV (Batch)

Uses wmic to export Computer System Info (Win32_ComputerSystem) to a timestamped CSV file.

🖥️ Batch (CMD)

Get Services Report (Batch)

Uses wmic to list Services (Win32_Service) straight from the command line.

🖥️ Batch (CMD)

Export Network Adapters to CSV (Batch)

Uses wmic to export Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file.

🖥️ Batch (CMD)

Get Network Adapters Report (Batch)

Uses wmic to list Network Adapters (Win32_NetworkAdapter) straight from the command line.

🖥️ Batch (CMD)

Disable Recent Documents History (Batch)

Stops Windows from tracking recently opened documents. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Disable Taskbar Widgets Icon (Batch)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Get Environment Variables Report (Batch)

Uses wmic to list Environment Variables (Win32_Environment) straight from the command line.