🖥️ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Disable Feedback Notifications (Batch)
Stops Windows from periodically asking for feedback. Applies the tweak via reg.exe.
Get Motherboard Info Report (Batch)
Uses wmic to list Motherboard Info (Win32_BaseBoard) straight from the command line.
Increase Icon Cache Size (Batch)
Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via reg.exe.
Disable Cortana (Batch)
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…
Export Battery Info to CSV (Batch)
Uses wmic to export Battery Info (Win32_Battery) to a timestamped CSV file.
Check "Show Seconds in Taskbar Clock" Status (Batch)
Uses reg query to check the current value behind the "Show Seconds in Taskbar Clock" tweak.
Show Hidden Files (Batch)
Makes File Explorer always show hidden files and folders. Applies the tweak via reg.exe.
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.
Get Installed MSI Products Report (Batch)
Uses wmic to list Installed MSI Products (Win32_Product) straight from the command line.
Get Network Shares Report (Batch)
Uses wmic to list Network Shares (Win32_Share) straight from the command line.
Export Local User Accounts to CSV (Batch)
Uses wmic to export Local User Accounts (Win32_UserAccount) to a timestamped CSV file.
Get Installed Hotfixes Report (Batch)
Uses wmic to list Installed Hotfixes (Win32_QuickFixEngineering) straight from the command line.