Browse all scripts

πŸ“Š VBA (Excel)

Check Show Recycle Bin Icon on Desktop Registry Value (VBA)

Reads the Show Recycle Bin Icon on Desktop registry value via WScript.Shell.RegRead and reports it in a message box β€” n…

⚑ PowerShell 5.1+

Check "Disable Tailored Experiences" Status

Reads the current registry value behind the "Disable Tailored Experiences" tweak so you can confirm whether it's applie…

⚑ PowerShell 5.1+

Disable News and Interests Feed

Hides the taskbar News and Interests / Widgets feed.

🐍 Python 3.10+

Backup The Windows Prefetch folder to Zip (Python)

Zips up the current contents of the Windows Prefetch folder before you run a cleanup against it.

🧬 WQL / PowerShell

Win32_Battery: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Batte…

🐍 Python 3.10+

Check "Disable Taskbar Widgets Icon" Status (Python)

Reads the registry value behind the "Disable Taskbar Widgets Icon" tweak via winreg to confirm whether it's applied.

⚑ PowerShell 5.1+

Backup Page File Usage List to JSON

Snapshots Page File Usage from Win32_PageFileUsage to a timestamped JSON file for later comparison or auditing.

⚑ PowerShell 5.1+

Show Seconds in Taskbar Clock

Adds a seconds display to the taskbar clock.

🧬 WQL / PowerShell

Win32_Product: Filtering Installed MSI Products (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_Product, starting from a LIKE '%' wildcard you customize with a real se…

🐍 Python 3.10+

Check "Disable Start Menu App Suggestions" Status (Python)

Reads the registry value behind the "Disable Start Menu App Suggestions" tweak via winreg to confirm whether it's appli…

🟣 C# / .NET 6+

Get Windows Error Reporting files Size Report (C#)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

πŸ“Š 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…