πŸ–₯️ Batch / CMD

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

πŸ–₯️ Batch (CMD)

Get Processes Report (Batch)

Uses wmic to list Processes (Win32_Process) straight from the command line.

πŸ–₯️ Batch (CMD)

Export Physical Memory Modules to CSV (Batch)

Uses wmic to export Physical Memory Modules (Win32_PhysicalMemory) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Export Signed Drivers to CSV (Batch)

Uses wmic to export Signed Drivers (Win32_PnPSignedDriver) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Clean Up The Explorer thumbnail cache (Batch)

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

πŸ–₯️ Batch (CMD)

Disable Start Menu App Suggestions (Batch)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via reg.exe.

πŸ–₯️ Batch (CMD)

Disable Lock Screen (Batch)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

πŸ–₯️ Batch (CMD)

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.

πŸ–₯️ Batch (CMD)

Check "Disable Autoplay for All Drives" Status (Batch)

Uses reg query to check the current value behind the "Disable Autoplay for All Drives" tweak.

πŸ–₯️ Batch (CMD)

Get System Drivers Report (Batch)

Uses wmic to list System Drivers (Win32_SystemDriver) straight from the command line.

πŸ–₯️ Batch (CMD)

Get Physical Disk Drives Report (Batch)

Uses wmic to list Physical Disk Drives (Win32_DiskDrive) straight from the command line.

πŸ–₯️ Batch (CMD)

Check "Disable Lock Screen" Status (Batch)

Uses reg query to check the current value behind the "Disable Lock Screen" tweak.

πŸ–₯️ Batch (CMD)

Disable Windows Tips & Suggestions (Batch)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via reg.exe.