Browse all scripts

πŸ“Š VBA (Excel)

Load Computer System Info into Excel via WMI

Queries Win32_ComputerSystem via GetObject("winmgmts:") and dumps every Computer System Info row straight onto the acti…

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Installed Hotfixes (WQL)

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

🧬 WQL / PowerShell

Win32_CDROMDrive: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_CDROMDrive exposes on the current system, instead of gue…

🧬 WQL / PowerShell

Win32_PnPSignedDriver: Sorting Signed Drivers (WQL has no ORDER BY)

WQL has no ORDER BY clause β€” this shows the standard workaround of piping Get-CimInstance results through Sort-Object o…

🐍 Python 3.10+

Check "Show Hidden Files" Status (Python)

Reads the registry value behind the "Show Hidden Files" tweak via winreg to confirm whether it's applied.

⚑ PowerShell 5.1+

Disable Cortana

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt.

πŸ“œ VBScript (WSH)

Disable Fast Startup (VBScript)

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

πŸ“Š VBA (Excel)

Apply Disable Activity Feed / Timeline (VBA)

Disables the Windows Activity Feed / Timeline feature (requires admin). Applied via WScript.Shell.RegWrite from VBA. Re…

🟣 C# / .NET 6+

Backup Physical Memory Modules to JSON (C#)

Snapshots Physical Memory Modules (Win32_PhysicalMemory) to a timestamped JSON file via System.Management and System.Te…

πŸ“„ JScript (WSH)

Get Time Zone Settings Report (JScript)

Queries Win32_TimeZone via WMI and prints Time Zone Settings to the console β€” JScript, VBScript's WSH sibling language.

🧬 WQL / PowerShell

Win32_QuickFixEngineering: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_QuickFixEngineering exposes on the current system, inste…

🐍 Python 3.10+

Check "Disable Xbox Game Bar Capture" Status (Python)

Reads the registry value behind the "Disable Xbox Game Bar Capture" tweak via winreg to confirm whether it's applied.