🖥️ Batch / CMD

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

🖥️ Batch (CMD)

Clean Up Microsoft Edge's browser cache (Batch)

Clears Microsoft Edge's browser cache after a confirmation prompt, with a /silent mode for scheduled tasks.

🖥️ Batch (CMD)

Check "Show Recycle Bin Icon on Desktop" Status (Batch)

Uses reg query to check the current value behind the "Show Recycle Bin Icon on Desktop" tweak.

🖥️ Batch (CMD)

Get Computer System Product Info Report (Batch)

Uses wmic to list Computer System Product Info (Win32_ComputerSystemProduct) straight from the command line.

🖥️ Batch (CMD)

Export Network Shares to CSV (Batch)

Uses wmic to export Network Shares (Win32_Share) to a timestamped CSV file.

🖥️ Batch (CMD)

Export Installed Hotfixes to CSV (Batch)

Uses wmic to export Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped CSV file.

🖥️ Batch (CMD)

Check "Disable Background Apps Globally" Status (Batch)

Uses reg query to check the current value behind the "Disable Background Apps Globally" tweak.

🖥️ Batch (CMD)

Disable News and Interests Feed (Batch)

Hides the taskbar News and Interests / Widgets feed. Applies the tweak via reg.exe.

🖥️ Batch (CMD)

Check "Disable Feedback Notifications" Status (Batch)

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

🖥️ Batch (CMD)

Check "Enable Num Lock on Startup" Status (Batch)

Uses reg query to check the current value behind the "Enable Num Lock on Startup" tweak.

🖥️ Batch (CMD)

Clean Up The NuGet packages cache (Batch)

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

🖥️ Batch (CMD)

Get Network Adapter Configuration Report (Batch)

Uses wmic to list Network Adapter Configuration (Win32_NetworkAdapterConfiguration) straight from the command line.

🖥️ Batch (CMD)

Clean Up The user CrashDumps folder (Batch)

Clears the user CrashDumps folder after a confirmation prompt, with a /silent mode for scheduled tasks.