Browse all scripts

⚡ PowerShell 5.1+

Disable First Logon Animation

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

🧬 WQL / PowerShell

Win32_USBController: USB Controllers (WQL)

A minimal WQL reference query against Win32_USBController — the raw SELECT statement plus a one-line runner, useful for…

🟣 C# / .NET 6+

Get Local User Accounts Report (C#)

Queries Win32_UserAccount via WMI (System.Management) and prints Local User Accounts to the console.

📜 VBScript (WSH)

Get Local Groups Report (VBScript)

Queries Win32_Group via WMI and prints Local Groups to the console — no PowerShell required.

⚡ PowerShell 5.1+

Get Battery Info Report

Queries Win32_Battery via WMI and reports Battery Info in a formatted table, with an optional CSV export.

🖥️ Batch (CMD)

Disable Lock Screen (Batch)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…

🐍 Python 3.10+

Disable Fast Startup (Python)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…

📄 JScript (WSH)

Enable Dark Mode (JScript)

Switches File Explorer and other system surfaces to dark mode. Applies the tweak via WScript.Shell.RegWrite (JScript sy…

📜 VBScript (WSH)

Check "Enable Win32 Long Paths" Status (VBScript)

Reads the registry value behind the "Enable Win32 Long Paths" tweak to confirm whether it's applied.

🧬 WQL / PowerShell

Win32_ComputerSystemProduct: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_ComputerSystemProduct via Register-CimIndicationEvent — real WQL …

📊 VBA (Excel)

Apply Disable News and Interests Feed (VBA)

Hides the taskbar News and Interests / Widgets feed. Applied via WScript.Shell.RegWrite from VBA.

📊 VBA (Excel)

Clean Up The Microsoft Teams cache (VBA)

Deletes every file in the Microsoft Teams cache after a confirmation prompt, using Scripting.FileSystemObject from Exce…