Browse all scripts

⚑ PowerShell 5.1+

Clean Up IIS log files

Reports the size of IIS log files and optionally clears it out. Dry-run by default.

πŸ“œ VBScript (WSH)

Check "Disable Lock Screen Notifications" Status (VBScript)

Reads the registry value behind the "Disable Lock Screen Notifications" tweak to confirm whether it's applied.

πŸ–₯️ Batch (CMD)

Disable Windows Welcome Experience (Batch)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via reg.exe.

πŸ“Š VBA (Excel)

Check Disable Background Apps Globally Registry Value (VBA)

Reads the Disable Background Apps Globally registry value via WScript.Shell.RegRead and reports it in a message box β€” n…

πŸ–₯️ Batch (CMD)

Disable Bing Search Suggestions (Batch)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via reg.exe.

πŸ“„ JScript (WSH)

Get Connected Monitors Report (JScript)

Queries Win32_DesktopMonitor via WMI and prints Connected Monitors to the console β€” JScript, VBScript's WSH sibling lan…

🟣 C# / .NET 6+

Backup USB Controllers to JSON (C#)

Snapshots USB Controllers (Win32_USBController) to a timestamped JSON file via System.Management and System.Text.Json.

⚑ PowerShell 5.1+

Watch Motherboard Info for Changes

Polls Win32_BaseBoard on an interval and prints a line whenever the Motherboard Info count changes β€” a lightweight way …

🧰 Registry (.reg)

Disable Windows Consumer Features (Registry Tweak)

Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…

πŸ–₯️ Batch (CMD)

Get Video Controllers Report (Batch)

Uses wmic to list Video Controllers (Win32_VideoController) straight from the command line.

🧰 Registry (.reg)

Enable Light Mode (Registry Tweak)

Reverts File Explorer and other system surfaces to light mode.

πŸ“„ JScript (WSH)

Disable Start Menu Web Search (JScript)

Stops the Start Menu search from including web results. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).