Browse all scripts

⚑ PowerShell 5.1+

Backup Signed Drivers List to JSON

Snapshots Signed Drivers from Win32_PnPSignedDriver to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Check "Disable Recent Documents History" Status (Python)

Reads the registry value behind the "Disable Recent Documents History" tweak via winreg to confirm whether it's applied.

🐍 Python 3.10+

Get Services Report (Python)

Uses wmic under the hood to report Services (Win32_Service) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Get The Windows Update download cache Size Report (VBScript)

Recursively sums the size of the Windows Update download cache, read-only (no deletion).

πŸ“œ VBScript (WSH)

Disable Autoplay for All Drives (VBScript)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via WScript.Shell.RegWrite.

⚑ PowerShell 5.1+

Check "Disable Balloon Tip Notifications" Status

Reads the current registry value behind the "Disable Balloon Tip Notifications" tweak so you can confirm whether it's a…

🟣 C# / .NET 6+

Get Network Adapter Configuration Report (C#)

Queries Win32_NetworkAdapterConfiguration via WMI (System.Management) and prints Network Adapter Configuration to the c…

⚑ PowerShell 5.1+

Check "Hide Taskbar Search Box" Status

Reads the current registry value behind the "Hide Taskbar Search Box" tweak so you can confirm whether it's applied.

πŸ“„ JScript (WSH)

Get Network Login Profiles Report (JScript)

Queries Win32_NetworkLoginProfile via WMI and prints Network Login Profiles to the console β€” JScript, VBScript's WSH si…

πŸ“„ JScript (WSH)

Disable Lock Screen (JScript)

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

🧬 WQL / PowerShell

Win32_CDROMDrive: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_CDROM…

πŸ“œ VBScript (WSH)

Disable Remote Assistance (VBScript)

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…