🖥️ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Clean Up The pip download cache (Batch)
Clears the pip download cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Check "Disable Taskbar Transparency" Status (Batch)
Uses reg query to check the current value behind the "Disable Taskbar Transparency" tweak.
Check "Disable Taskbar Chat Icon" Status (Batch)
Uses reg query to check the current value behind the "Disable Taskbar Chat Icon" tweak.
Check "Show Hidden Files" Status (Batch)
Uses reg query to check the current value behind the "Show Hidden Files" tweak.
Export Startup Programs to CSV (Batch)
Uses wmic to export Startup Programs (Win32_StartupCommand) to a timestamped CSV file.
Export Logical Disks to CSV (Batch)
Uses wmic to export Logical Disks (Win32_LogicalDisk) to a timestamped CSV file.
Get Network Login Profiles Report (Batch)
Uses wmic to list Network Login Profiles (Win32_NetworkLoginProfile) straight from the command line.
Export USB Controllers to CSV (Batch)
Uses wmic to export USB Controllers (Win32_USBController) to a timestamped CSV file.
Disable Lock Screen Notifications (Batch)
Stops app notifications from appearing on the lock screen. Applies the tweak via reg.exe.
Check "Disable Sticky Keys Shortcut Prompt" Status (Batch)
Uses reg query to check the current value behind the "Disable Sticky Keys Shortcut Prompt" tweak.
Check "Disable Cortana" Status (Batch)
Uses reg query to check the current value behind the "Disable Cortana" tweak.
Clean Up The system-wide Windows Temp folder (Batch)
Clears the system-wide Windows Temp folder after a confirmation prompt, with a /silent mode for scheduled tasks.