Browse all scripts
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β¦
Win32_QuickFixEngineering: Installed Hotfixes (WQL)
A minimal WQL reference query against Win32_QuickFixEngineering β the raw SELECT statement plus a one-line runner, usefβ¦
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β¦
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β¦
Check "Show Hidden Files" Status (Python)
Reads the registry value behind the "Show Hidden Files" tweak via winreg to confirm whether it's applied.
Disable Cortana
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt.
Disable Fast Startup (VBScript)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Adβ¦
Apply Disable Activity Feed / Timeline (VBA)
Disables the Windows Activity Feed / Timeline feature (requires admin). Applied via WScript.Shell.RegWrite from VBA. Reβ¦
Backup Physical Memory Modules to JSON (C#)
Snapshots Physical Memory Modules (Win32_PhysicalMemory) to a timestamped JSON file via System.Management and System.Teβ¦
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.
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β¦
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.