Browse all scripts
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β¦
Check "Disable Tailored Experiences" Status
Reads the current registry value behind the "Disable Tailored Experiences" tweak so you can confirm whether it's applieβ¦
Disable News and Interests Feed
Hides the taskbar News and Interests / Widgets feed.
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.
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β¦
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.
Backup Page File Usage List to JSON
Snapshots Page File Usage from Win32_PageFileUsage to a timestamped JSON file for later comparison or auditing.
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β¦
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β¦
Get Windows Error Reporting files Size Report (C#)
Recursively sums the size of Windows Error Reporting files, read-only (no deletion).
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β¦