🖥️ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Enable Clipboard History (Batch)
Turns on Windows+V clipboard history. Applies the tweak via reg.exe.
Export Services to CSV (Batch)
Uses wmic to export Services (Win32_Service) to a timestamped CSV file.
Disable Background Apps Globally (Batch)
Prevents Store apps from running in the background to save resources and battery. Applies the tweak via reg.exe.
Show Seconds in Taskbar Clock (Batch)
Adds a seconds display to the taskbar clock. Applies the tweak via reg.exe.
Get Connected Monitors Report (Batch)
Uses wmic to list Connected Monitors (Win32_DesktopMonitor) straight from the command line.
Check "Disable Activity Feed / Timeline" Status (Batch)
Uses reg query to check the current value behind the "Disable Activity Feed / Timeline" tweak.
Export Connected Monitors to CSV (Batch)
Uses wmic to export Connected Monitors (Win32_DesktopMonitor) to a timestamped CSV file.
Export Network Adapter Configuration to CSV (Batch)
Uses wmic to export Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped CSV file.
Check "Enable Light Mode" Status (Batch)
Uses reg query to check the current value behind the "Enable Light Mode" tweak.
Get Local Groups Report (Batch)
Uses wmic to list Local Groups (Win32_Group) straight from the command line.
Get Pointing Devices Report (Batch)
Uses wmic to list Pointing Devices (Win32_PointingDevice) straight from the command line.
Clean Up The Microsoft Teams cache (Batch)
Clears the Microsoft Teams cache after a confirmation prompt, with a /silent mode for scheduled tasks.