Browse all scripts

πŸ“œ VBScript (WSH)

Get CD/DVD Drives Report to File (VBScript)

Queries Win32_CDROMDrive via WMI and writes CD/DVD Drives to a timestamped text file, handy for scheduled logon/logoff …

🟣 C# / .NET 6+

Backup Local User Accounts to JSON (C#)

Snapshots Local User Accounts (Win32_UserAccount) to a timestamped JSON file via System.Management and System.Text.Json.

🐍 Python 3.10+

Backup CD/DVD Drives to JSON (Python)

Snapshots CD/DVD Drives (Win32_CDROMDrive) to a timestamped JSON file for later comparison or auditing.

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Signed Drivers (WQL)

A minimal WQL reference query against Win32_PnPSignedDriver β€” the raw SELECT statement plus a one-line runner, useful f…

⚑ PowerShell 5.1+

Backup The pip download cache to Zip

Zips up the current contents of the pip download cache before you run a cleanup against it.

🧬 WQL / PowerShell

Win32_PageFileUsage: Querying Page File Usage Remotely (CIM Session)

Runs the same Win32_PageFileUsage WQL query against a remote computer over a CIM session β€” the modern, WinRM-based repl…

🐍 Python 3.10+

Backup Installed Hotfixes to JSON (Python)

Snapshots Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup Operating System Info to JSON (Python)

Snapshots Operating System Info (Win32_OperatingSystem) to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Disable Lock Screen (C#)

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

πŸ“Š VBA (Excel)

Check Disable First Logon Animation Registry Value (VBA)

Reads the Disable First Logon Animation registry value via WScript.Shell.RegRead and reports it in a message box β€” no P…

πŸ–₯️ Batch (CMD)

Check "Disable Remote Assistance" Status (Batch)

Uses reg query to check the current value behind the "Disable Remote Assistance" tweak.

πŸ“œ VBScript (WSH)

Check "Disable Start Menu Suggested Apps" Status (VBScript)

Reads the registry value behind the "Disable Start Menu Suggested Apps" tweak to confirm whether it's applied.