πŸ–₯️ Batch / CMD

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

πŸ–₯️ Batch (CMD)

Clean Temp Files

Clears the user and Windows Temp folders plus the Recycle Bin to quickly free up disk space, with a silent mode for sch…

πŸ–₯️ Batch (CMD)

Bulk Rename by Extension

Renames every file of a given extension in a folder using a sequential prefix and number, useful for sorting photos or …

πŸ–₯️ Batch (CMD)

Check "Disable Balloon Tip Notifications" Status (Batch)

Uses reg query to check the current value behind the "Disable Balloon Tip Notifications" tweak.

πŸ–₯️ Batch (CMD)

Get Local User Accounts Report (Batch)

Uses wmic to list Local User Accounts (Win32_UserAccount) straight from the command line.

πŸ–₯️ Batch (CMD)

Check "Disable Start Menu Suggested Apps" Status (Batch)

Uses reg query to check the current value behind the "Disable Start Menu Suggested Apps" tweak.

πŸ–₯️ Batch (CMD)

Export Processor Info to CSV (Batch)

Uses wmic to export Processor Info (Win32_Processor) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Check "Disable Windows Spotlight on Desktop" Status (Batch)

Uses reg query to check the current value behind the "Disable Windows Spotlight on Desktop" tweak.

πŸ–₯️ Batch (CMD)

Disable Start Menu Web Search (Batch)

Stops the Start Menu search from including web results. Applies the tweak via reg.exe.

πŸ–₯️ Batch (CMD)

Hide Taskbar Search Box (Batch)

Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via reg.exe.

πŸ–₯️ Batch (CMD)

Get Operating System Info Report (Batch)

Uses wmic to list Operating System Info (Win32_OperatingSystem) straight from the command line.

πŸ–₯️ Batch (CMD)

Get Sound Devices Report (Batch)

Uses wmic to list Sound Devices (Win32_SoundDevice) straight from the command line.

πŸ–₯️ Batch (CMD)

Disable Remote Assistance (Batch)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…