Tag: browser-cache
39 script(s) tagged “browser-cache”
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 β¦
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β¦
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.
Clean Up The Windows Internet cache (INetCache) (VBA)
Deletes every file in the Windows Internet cache (INetCache) after a confirmation prompt, using Scripting.FileSystemObjβ¦
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.
Get Google Chrome's browser cache Size Report (VBScript)
Recursively sums the size of Google Chrome's browser cache, read-only (no deletion).
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β¦
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.
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.
Get Microsoft Edge's browser cache Size Report (VBScript)
Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).
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).
Get Google Chrome's browser cache Size Report (C#)
Recursively sums the size of Google Chrome's browser cache, read-only (no deletion).