🖥️ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
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.
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.
Get Computer System Product Info Report (Batch)
Uses wmic to list Computer System Product Info (Win32_ComputerSystemProduct) straight from the command line.
Export Network Shares to CSV (Batch)
Uses wmic to export Network Shares (Win32_Share) to a timestamped CSV file.
Export Installed Hotfixes to CSV (Batch)
Uses wmic to export Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped CSV file.
Check "Disable Background Apps Globally" Status (Batch)
Uses reg query to check the current value behind the "Disable Background Apps Globally" tweak.
Disable News and Interests Feed (Batch)
Hides the taskbar News and Interests / Widgets feed. Applies the tweak via reg.exe.
Check "Disable Feedback Notifications" Status (Batch)
Uses reg query to check the current value behind the "Disable Feedback Notifications" tweak.
Check "Enable Num Lock on Startup" Status (Batch)
Uses reg query to check the current value behind the "Enable Num Lock on Startup" tweak.
Clean Up The NuGet packages cache (Batch)
Clears the NuGet packages cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Get Network Adapter Configuration Report (Batch)
Uses wmic to list Network Adapter Configuration (Win32_NetworkAdapterConfiguration) straight from the command line.
Clean Up The user CrashDumps folder (Batch)
Clears the user CrashDumps folder after a confirmation prompt, with a /silent mode for scheduled tasks.