Browse all scripts
Disable First Logon Animation
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…
Win32_USBController: USB Controllers (WQL)
A minimal WQL reference query against Win32_USBController — the raw SELECT statement plus a one-line runner, useful for…
Get Local User Accounts Report (C#)
Queries Win32_UserAccount via WMI (System.Management) and prints Local User Accounts to the console.
Get Local Groups Report (VBScript)
Queries Win32_Group via WMI and prints Local Groups to the console — no PowerShell required.
Get Battery Info Report
Queries Win32_Battery via WMI and reports Battery Info in a formatted table, with an optional CSV export.
Disable Lock Screen (Batch)
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…
Disable Fast Startup (Python)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…
Enable Dark Mode (JScript)
Switches File Explorer and other system surfaces to dark mode. Applies the tweak via WScript.Shell.RegWrite (JScript sy…
Check "Enable Win32 Long Paths" Status (VBScript)
Reads the registry value behind the "Enable Win32 Long Paths" tweak to confirm whether it's applied.
Win32_ComputerSystemProduct: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_ComputerSystemProduct via Register-CimIndicationEvent — real WQL …
Apply Disable News and Interests Feed (VBA)
Hides the taskbar News and Interests / Widgets feed. Applied via WScript.Shell.RegWrite from VBA.
Clean Up The Microsoft Teams cache (VBA)
Deletes every file in the Microsoft Teams cache after a confirmation prompt, using Scripting.FileSystemObject from Exce…