Tag: windows-update

13 script(s) tagged “windows-update”

🐍 Python 3.10+

Clean Up The Windows Update download cache (Python)

Reports the size of the Windows Update download cache and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Get The Windows Update download cache Size Report (Python)

Recursively sums the size of the Windows Update download cache, read-only (no deletion).

πŸ“œ VBScript (WSH)

Get The Windows Update download cache Size Report (VBScript)

Recursively sums the size of the Windows Update download cache, read-only (no deletion).

🟣 C# / .NET 6+

Get The Windows Update download cache Size Report (C#)

Recursively sums the size of the Windows Update download cache, read-only (no deletion).

πŸ“Š VBA (Excel)

Report Size of The Windows Update download cache (VBA)

Reports the total size and top-level file count of the Windows Update download cache using Scripting.FileSystemObject, …

⚑ PowerShell 5.1+

Clean Up The Windows Update download cache

Reports the size of the Windows Update download cache and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Backup The Windows Update download cache to Zip (Python)

Zips up the current contents of the Windows Update download cache before you run a cleanup against it.

πŸ–₯️ Batch (CMD)

Clean Up The Windows Update download cache (Batch)

Clears the Windows Update download cache after a confirmation prompt, with a /silent mode for scheduled tasks.

πŸ“Š VBA (Excel)

Clean Up The Windows Update download cache (VBA)

Deletes every file in the Windows Update download cache after a confirmation prompt, using Scripting.FileSystemObject f…

⚑ PowerShell 5.1+

Get The Windows Update download cache Size Report

Reports how much disk space the Windows Update download cache is currently using, read-only (no deletion).

πŸ“Š VBA (Excel)

List Files in The Windows Update download cache (VBA)

Lists every file in the Windows Update download cache with size and last-modified date directly on the active worksheet…

πŸ“œ VBScript (WSH)

Clean Up The Windows Update download cache (VBScript)

Reports the size of the Windows Update download cache and deletes its contents after a confirmation prompt.