Browse all scripts

🐍 Python 3.10+

Backup Page File Usage to JSON (Python)

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

🐍 Python 3.10+

Disable Tailored Experiences (Python)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via the stdlib winreg module.

🧬 WQL / PowerShell

Win32_UserAccount: Finding Associated Objects (WQL ASSOCIATORS OF)

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

📊 VBA (Excel)

Consolidate Sheets into One

Stacks the used range of every worksheet (except the destination) into one combined sheet, header row taken from the fi…

📄 JScript (WSH)

Disable Bing Search Suggestions (JScript)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via WScript.Shell.RegWrite (JScript s…

📄 JScript (WSH)

Disable Feedback Notifications (JScript)

Stops Windows from periodically asking for feedback. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

📊 VBA (Excel)

Report Size of The Windows Prefetch folder (VBA)

Reports the total size and top-level file count of the Windows Prefetch folder using Scripting.FileSystemObject, straig…

🧰 Registry (.reg)

Disable News and Interests Feed (Registry Tweak)

Hides the taskbar News and Interests / Widgets feed.

📊 VBA (Excel)

Load CD/DVD Drives into Excel via WMI

Queries Win32_CDROMDrive via GetObject("winmgmts:") and dumps every CD/DVD Drives row straight onto the active workshee…

🖥️ Batch (CMD)

Clean Up The Explorer thumbnail cache (Batch)

Clears the Explorer thumbnail cache after a confirmation prompt, with a /silent mode for scheduled tasks.

📜 VBScript (WSH)

Check "Disable News and Interests Feed" Status (VBScript)

Reads the registry value behind the "Disable News and Interests Feed" tweak to confirm whether it's applied.

🧬 WQL / PowerShell

Win32_Printer: Finding Associated Objects (WQL ASSOCIATORS OF)

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