π₯οΈ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
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β¦
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 β¦
Check "Disable Balloon Tip Notifications" Status (Batch)
Uses reg query to check the current value behind the "Disable Balloon Tip Notifications" tweak.
Get Local User Accounts Report (Batch)
Uses wmic to list Local User Accounts (Win32_UserAccount) straight from the command line.
Check "Disable Start Menu Suggested Apps" Status (Batch)
Uses reg query to check the current value behind the "Disable Start Menu Suggested Apps" tweak.
Export Processor Info to CSV (Batch)
Uses wmic to export Processor Info (Win32_Processor) to a timestamped CSV file.
Check "Disable Windows Spotlight on Desktop" Status (Batch)
Uses reg query to check the current value behind the "Disable Windows Spotlight on Desktop" tweak.
Disable Start Menu Web Search (Batch)
Stops the Start Menu search from including web results. Applies the tweak via reg.exe.
Hide Taskbar Search Box (Batch)
Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via reg.exe.
Get Operating System Info Report (Batch)
Uses wmic to list Operating System Info (Win32_OperatingSystem) straight from the command line.
Get Sound Devices Report (Batch)
Uses wmic to list Sound Devices (Win32_SoundDevice) straight from the command line.
Disable Remote Assistance (Batch)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) prompβ¦