Browse all scripts
Disable Recent Documents History (JScript)
Stops Windows from tracking recently opened documents. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Disable Game Bar Startup Tips (JScript)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).
Battery Status Popup
Ctrl+Alt+B shows a tooltip with the current battery percentage and charging state, read via WMI.
Check "Disable Lock Screen Notifications" Status (Python)
Reads the registry value behind the "Disable Lock Screen Notifications" tweak via winreg to confirm whether it's applieβ¦
Backup Sound Devices to JSON (C#)
Snapshots Sound Devices (Win32_SoundDevice) to a timestamped JSON file via System.Management and System.Text.Json.
Win32_SystemDriver: Sorting System Drivers (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β¦
Clean Up The npm cache (Python)
Reports the size of the npm cache and optionally clears it out. Dry-run by default.
Check "Show Seconds in Taskbar Clock" Status (Batch)
Uses reg query to check the current value behind the "Show Seconds in Taskbar Clock" tweak.
Show Hidden Files (Batch)
Makes File Explorer always show hidden files and folders. Applies the tweak via reg.exe.
Get BIOS Info Report (C#)
Queries Win32_BIOS via WMI (System.Management) and prints BIOS Info to the console.
Get USB Controllers Report
Queries Win32_USBController via WMI and reports USB Controllers in a formatted table, with an optional CSV export.
Get The system-wide Windows Temp folder Size Report (VBScript)
Recursively sums the size of the system-wide Windows Temp folder, read-only (no deletion).