Browse all scripts

πŸ–₯️ Batch (CMD)

Check "Disable Start Menu Web Search" Status (Batch)

Uses reg query to check the current value behind the "Disable Start Menu Web Search" tweak.

πŸ“œ VBScript (WSH)

Disable Start Menu Web Search (VBScript)

Stops the Start Menu search from including web results. Applies the tweak via WScript.Shell.RegWrite.

⚑ 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).

🐍 Python 3.10+

Backup The NuGet packages cache to Zip (Python)

Zips up the current contents of the NuGet packages cache before you run a cleanup against it.

🧬 WQL / PowerShell

Win32_LogicalDisk: Filtering Logical Disks (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_LogicalDisk, starting from a LIKE '%' wildcard you customize with a rea…

πŸ“Š VBA (Excel)

Report Size of The pip download cache (VBA)

Reports the total size and top-level file count of the pip download cache using Scripting.FileSystemObject, straight fr…

🐍 Python 3.10+

Disable Activity Feed / Timeline (Python)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…

πŸ“œ VBScript (WSH)

Get Services Report to File (VBScript)

Queries Win32_Service via WMI and writes Services to a timestamped text file, handy for scheduled logon/logoff scripts.

πŸ–₯️ Batch (CMD)

Check "Hide Taskbar Search Box" Status (Batch)

Uses reg query to check the current value behind the "Hide Taskbar Search Box" tweak.

⚑ PowerShell 5.1+

Clean Up The Explorer thumbnail cache

Reports the size of the Explorer thumbnail cache and optionally clears it out. Dry-run by default.

🟣 C# / .NET 6+

Show Hidden Files (C#)

Makes File Explorer always show hidden files and folders. Applies the tweak via Microsoft.Win32.Registry.

🟣 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).