Browse all scripts
Disable Cortana (Registry Tweak)
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt.
Watch Battery Info for Changes
Polls Win32_Battery on an interval and prints a line whenever the Battery Info count changes β a lightweight way to notβ¦
Report Size of Microsoft Edge's browser cache (VBA)
Reports the total size and top-level file count of Microsoft Edge's browser cache using Scripting.FileSystemObject, strβ¦
Disable Feedback Notifications (C#)
Stops Windows from periodically asking for feedback. Applies the tweak via Microsoft.Win32.Registry.
Disable Background Apps Globally (C#)
Prevents Store apps from running in the background to save resources and battery. Applies the tweak via Microsoft.Win32β¦
Win32_TimeZone: Sorting Time Zone Settings (WQL has no ORDER BY)
WQL has no ORDER BY clause β this shows the standard workaround of piping Get-CimInstance results through Sort-Object oβ¦
Win32_Processor: Processor Info (WQL)
A minimal WQL reference query against Win32_Processor β the raw SELECT statement plus a one-line runner, useful for leaβ¦
Get Operating System Info Report (Batch)
Uses wmic to list Operating System Info (Win32_OperatingSystem) straight from the command line.
Clean Up Microsoft Edge's browser cache (Python)
Reports the size of Microsoft Edge's browser cache and optionally clears it out. Dry-run by default.
Check "Disable Cortana" Status (Python)
Reads the registry value behind the "Disable Cortana" tweak via winreg to confirm whether it's applied.
Disable Autoplay for All Drives (Python)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via the stdlib winreg module.
Get Operating System Info Report
Queries Win32_OperatingSystem via WMI and reports Operating System Info in a formatted table, with an optional CSV expoβ¦