Browse all scripts
Backup Signed Drivers List to JSON
Snapshots Signed Drivers from Win32_PnPSignedDriver to a timestamped JSON file for later comparison or auditing.
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.
Get Services Report (Python)
Uses wmic under the hood to report Services (Win32_Service) β no third-party packages required.
Get The Windows Update download cache Size Report (VBScript)
Recursively sums the size of the Windows Update download cache, read-only (no deletion).
Disable Autoplay for All Drives (VBScript)
Disables Autoplay prompts for every drive type, including USB. Applies the tweak via WScript.Shell.RegWrite.
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β¦
Get Network Adapter Configuration Report (C#)
Queries Win32_NetworkAdapterConfiguration via WMI (System.Management) and prints Network Adapter Configuration to the cβ¦
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.
Get Network Login Profiles Report (JScript)
Queries Win32_NetworkLoginProfile via WMI and prints Network Login Profiles to the console β JScript, VBScript's WSH siβ¦
Disable Lock Screen (JScript)
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminisβ¦
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β¦
Disable Remote Assistance (VBScript)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) prompβ¦