π₯οΈ Batch / CMD
Simple .bat and .cmd scripts for quick command-line automation.
Get Processes Report (Batch)
Uses wmic to list Processes (Win32_Process) straight from the command line.
Export Physical Memory Modules to CSV (Batch)
Uses wmic to export Physical Memory Modules (Win32_PhysicalMemory) to a timestamped CSV file.
Export Signed Drivers to CSV (Batch)
Uses wmic to export Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file.
Clean Up The Explorer thumbnail cache (Batch)
Clears the Explorer thumbnail cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Disable Start Menu App Suggestions (Batch)
Turns off sponsored app suggestions in the Start menu. Applies the tweak via reg.exe.
Disable Lock Screen (Batch)
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminisβ¦
Clean Up The Windows Internet cache (INetCache) (Batch)
Clears the Windows Internet cache (INetCache) after a confirmation prompt, with a /silent mode for scheduled tasks.
Check "Disable Autoplay for All Drives" Status (Batch)
Uses reg query to check the current value behind the "Disable Autoplay for All Drives" tweak.
Get System Drivers Report (Batch)
Uses wmic to list System Drivers (Win32_SystemDriver) straight from the command line.
Get Physical Disk Drives Report (Batch)
Uses wmic to list Physical Disk Drives (Win32_DiskDrive) straight from the command line.
Check "Disable Lock Screen" Status (Batch)
Uses reg query to check the current value behind the "Disable Lock Screen" tweak.
Disable Windows Tips & Suggestions (Batch)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via reg.exe.