🖥️ Batch / CMD

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

🖥️ Batch (CMD)

Enable Clipboard History (Batch)

Turns on Windows+V clipboard history. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Export Services to CSV (Batch)

Uses wmic to export Services (Win32_Service) to a timestamped CSV file.

🖥️ Batch (CMD)

Disable Background Apps Globally (Batch)

Prevents Store apps from running in the background to save resources and battery. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Show Seconds in Taskbar Clock (Batch)

Adds a seconds display to the taskbar clock. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Get Connected Monitors Report (Batch)

Uses wmic to list Connected Monitors (Win32_DesktopMonitor) straight from the command line.

🖥️ Batch (CMD)

Check "Disable Activity Feed / Timeline" Status (Batch)

Uses reg query to check the current value behind the "Disable Activity Feed / Timeline" tweak.

🖥️ Batch (CMD)

Export Connected Monitors to CSV (Batch)

Uses wmic to export Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file.

🖥️ Batch (CMD)

Export Network Adapter Configuration to CSV (Batch)

Uses wmic to export Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped CSV file.

🖥️ Batch (CMD)

Check "Enable Light Mode" Status (Batch)

Uses reg query to check the current value behind the "Enable Light Mode" tweak.

🖥️ Batch (CMD)

Get Local Groups Report (Batch)

Uses wmic to list Local Groups (Win32_Group) straight from the command line.

🖥️ Batch (CMD)

Get Pointing Devices Report (Batch)

Uses wmic to list Pointing Devices (Win32_PointingDevice) straight from the command line.

🖥️ Batch (CMD)

Clean Up The Microsoft Teams cache (Batch)

Clears the Microsoft Teams cache after a confirmation prompt, with a /silent mode for scheduled tasks.