Browse all scripts
Backup Page File Usage to JSON (Python)
Snapshots Page File Usage (Win32_PageFileUsage) to a timestamped JSON file for later comparison or auditing.
Disable Tailored Experiences (Python)
Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via the stdlib winreg module.
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…
Consolidate Sheets into One
Stacks the used range of every worksheet (except the destination) into one combined sheet, header row taken from the fi…
Disable Bing Search Suggestions (JScript)
Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via WScript.Shell.RegWrite (JScript s…
Disable Feedback Notifications (JScript)
Stops Windows from periodically asking for feedback. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
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…
Disable News and Interests Feed (Registry Tweak)
Hides the taskbar News and Interests / Widgets feed.
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…
Clean Up The Explorer thumbnail cache (Batch)
Clears the Explorer thumbnail cache after a confirmation prompt, with a /silent mode for scheduled tasks.
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.
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…