🖥️ Batch / CMD

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

🖥️ Batch (CMD)

Disable Feedback Notifications (Batch)

Stops Windows from periodically asking for feedback. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Get Motherboard Info Report (Batch)

Uses wmic to list Motherboard Info (Win32_BaseBoard) straight from the command line.

🖥️ Batch (CMD)

Increase Icon Cache Size (Batch)

Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Disable Cortana (Batch)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…

🖥️ Batch (CMD)

Export Battery Info to CSV (Batch)

Uses wmic to export Battery Info (Win32_Battery) to a timestamped CSV file.

🖥️ Batch (CMD)

Check "Show Seconds in Taskbar Clock" Status (Batch)

Uses reg query to check the current value behind the "Show Seconds in Taskbar Clock" tweak.

🖥️ Batch (CMD)

Show Hidden Files (Batch)

Makes File Explorer always show hidden files and folders. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Disable Snap Assist Suggestions (Batch)

Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Get Installed MSI Products Report (Batch)

Uses wmic to list Installed MSI Products (Win32_Product) straight from the command line.

🖥️ Batch (CMD)

Get Network Shares Report (Batch)

Uses wmic to list Network Shares (Win32_Share) straight from the command line.

🖥️ Batch (CMD)

Export Local User Accounts to CSV (Batch)

Uses wmic to export Local User Accounts (Win32_UserAccount) to a timestamped CSV file.

🖥️ Batch (CMD)

Get Installed Hotfixes Report (Batch)

Uses wmic to list Installed Hotfixes (Win32_QuickFixEngineering) straight from the command line.