Tag: browser-cache

39 script(s) tagged “browser-cache”

πŸ“Š VBA (Excel)

Clean Up Google Chrome's browser cache (VBA)

Deletes every file in Google Chrome's browser cache after a confirmation prompt, using Scripting.FileSystemObject from …

πŸ“Š VBA (Excel)

Report Size of Microsoft Edge's browser cache (VBA)

Reports the total size and top-level file count of Microsoft Edge's browser cache using Scripting.FileSystemObject, str…

🐍 Python 3.10+

Clean Up Microsoft Edge's browser cache (Python)

Reports the size of Microsoft Edge's browser cache and optionally clears it out. Dry-run by default.

πŸ“Š VBA (Excel)

Clean Up The Windows Internet cache (INetCache) (VBA)

Deletes every file in the Windows Internet cache (INetCache) after a confirmation prompt, using Scripting.FileSystemObj…

πŸ“œ VBScript (WSH)

Clean Up The Windows Internet cache (INetCache) (VBScript)

Reports the size of the Windows Internet cache (INetCache) and deletes its contents after a confirmation prompt.

πŸ“œ VBScript (WSH)

Get Google Chrome's browser cache Size Report (VBScript)

Recursively sums the size of Google Chrome's browser cache, read-only (no deletion).

πŸ“Š VBA (Excel)

List Files in Google Chrome's browser cache (VBA)

Lists every file in Google Chrome's browser cache with size and last-modified date directly on the active worksheet, us…

πŸ–₯️ Batch (CMD)

Clean Up Google Chrome's browser cache (Batch)

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

🐍 Python 3.10+

Clean Up The Windows Internet cache (INetCache) (Python)

Reports the size of the Windows Internet cache (INetCache) and optionally clears it out. Dry-run by default.

πŸ“œ VBScript (WSH)

Get Microsoft Edge's browser cache Size Report (VBScript)

Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).

⚑ PowerShell 5.1+

Get The Windows Internet cache (INetCache) Size Report

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

🟣 C# / .NET 6+

Get Google Chrome's browser cache Size Report (C#)

Recursively sums the size of Google Chrome's browser cache, read-only (no deletion).