Browse all scripts
Disable Snap Assist Suggestions (JScript)
Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via WScript.Shell.Regβ¦
Get Signed Drivers Report
Queries Win32_PnPSignedDriver via WMI and reports Signed Drivers in a formatted table, with an optional CSV export.
Get The current user's Temp folder Size Report (C#)
Recursively sums the size of the current user's Temp folder, read-only (no deletion).
Backup BIOS Info to JSON (Python)
Snapshots BIOS Info (Win32_BIOS) to a timestamped JSON file for later comparison or auditing.
Clean Up The npm cache (Batch)
Clears the npm cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Win32_Group: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_Group via Register-CimIndicationEvent β real WQL event query syntβ¦
Get The VS Code cache folder Size Report (Python)
Recursively sums the size of the VS Code cache folder, read-only (no deletion).
Get Operating System Info Report (VBScript)
Queries Win32_OperatingSystem via WMI and prints Operating System Info to the console β no PowerShell required.
Disable Windows Telemetry (Batch)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Requires an elevated (Administrator) prompt. Apβ¦
Apply Disable Cortana (VBA)
Disables Cortana integration in Windows Search (requires admin). Applied via WScript.Shell.RegWrite from VBA. Requires β¦
Win32_Processor: Sorting Processor Info (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β¦
Pomodoro Reminder Popup
Ctrl+Alt+P starts a 25-minute focus timer that pops up a reminder to take a break when it ends.