🖥️ Batch / CMD

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

🖥️ Batch (CMD)

Clean Up The pip download cache (Batch)

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

🖥️ Batch (CMD)

Check "Disable Taskbar Transparency" Status (Batch)

Uses reg query to check the current value behind the "Disable Taskbar Transparency" tweak.

🖥️ Batch (CMD)

Check "Disable Taskbar Chat Icon" Status (Batch)

Uses reg query to check the current value behind the "Disable Taskbar Chat Icon" tweak.

🖥️ Batch (CMD)

Check "Show Hidden Files" Status (Batch)

Uses reg query to check the current value behind the "Show Hidden Files" tweak.

🖥️ Batch (CMD)

Export Startup Programs to CSV (Batch)

Uses wmic to export Startup Programs (Win32_StartupCommand) to a timestamped CSV file.

🖥️ Batch (CMD)

Export Logical Disks to CSV (Batch)

Uses wmic to export Logical Disks (Win32_LogicalDisk) to a timestamped CSV file.

🖥️ Batch (CMD)

Get Network Login Profiles Report (Batch)

Uses wmic to list Network Login Profiles (Win32_NetworkLoginProfile) straight from the command line.

🖥️ Batch (CMD)

Export USB Controllers to CSV (Batch)

Uses wmic to export USB Controllers (Win32_USBController) to a timestamped CSV file.

🖥️ Batch (CMD)

Disable Lock Screen Notifications (Batch)

Stops app notifications from appearing on the lock screen. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Check "Disable Sticky Keys Shortcut Prompt" Status (Batch)

Uses reg query to check the current value behind the "Disable Sticky Keys Shortcut Prompt" tweak.

🖥️ Batch (CMD)

Check "Disable Cortana" Status (Batch)

Uses reg query to check the current value behind the "Disable Cortana" tweak.

🖥️ Batch (CMD)

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.