🖥️ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Check "Enable Clipboard History" Status (Batch)
Uses reg query to check the current value behind the "Enable Clipboard History" tweak.
Export Page File Usage to CSV (Batch)
Uses wmic to export Page File Usage (Win32_PageFileUsage) to a timestamped CSV file.
Get Printers Report (Batch)
Uses wmic to list Printers (Win32_Printer) straight from the command line.
Disable Tailored Experiences (Batch)
Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via reg.exe.
Export Environment Variables to CSV (Batch)
Uses wmic to export Environment Variables (Win32_Environment) to a timestamped CSV file.
Export Computer System Info to CSV (Batch)
Uses wmic to export Computer System Info (Win32_ComputerSystem) to a timestamped CSV file.
Get Services Report (Batch)
Uses wmic to list Services (Win32_Service) straight from the command line.
Export Network Adapters to CSV (Batch)
Uses wmic to export Network Adapters (Win32_NetworkAdapter) to a timestamped CSV file.
Get Network Adapters Report (Batch)
Uses wmic to list Network Adapters (Win32_NetworkAdapter) straight from the command line.
Disable Recent Documents History (Batch)
Stops Windows from tracking recently opened documents. Applies the tweak via reg.exe.
Disable Taskbar Widgets Icon (Batch)
Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via reg.exe.
Get Environment Variables Report (Batch)
Uses wmic to list Environment Variables (Win32_Environment) straight from the command line.