Browse all scripts
Win32_PnPSignedDriver: Finding Associated Objects (WQL ASSOCIATORS OF)
Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_PnPSiβ¦
Disable Taskbar Chat Icon
Removes the Chat/Teams icon from the Windows 11 taskbar.
Backup Installed MSI Products to JSON (C#)
Snapshots Installed MSI Products (Win32_Product) to a timestamped JSON file via System.Management and System.Text.Json.
Get Local Groups Report to File (VBScript)
Queries Win32_Group via WMI and writes Local Groups to a timestamped text file, handy for scheduled logon/logoff scriptβ¦
Export Network Login Profiles to CSV (Batch)
Uses wmic to export Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped CSV file.
Enable Num Lock on Startup (Batch)
Turns Num Lock on by default for every new sign-in. Applies the tweak via reg.exe.
Backup Signed Drivers to JSON (C#)
Snapshots Signed Drivers (Win32_PnPSignedDriver) to a timestamped JSON file via System.Management and System.Text.Json.
List Files in The Windows Internet cache (INetCache) (VBA)
Lists every file in the Windows Internet cache (INetCache) with size and last-modified date directly on the active workβ¦
Load Signed Drivers into Excel via WMI
Queries Win32_PnPSignedDriver via GetObject("winmgmts:") and dumps every Signed Drivers row straight onto the active woβ¦
Load Processes into Excel via WMI
Queries Win32_Process via GetObject("winmgmts:") and dumps every Processes row straight onto the active worksheet, no Pβ¦
Win32_DiskDrive: Physical Disk Drives (WQL)
A minimal WQL reference query against Win32_DiskDrive β the raw SELECT statement plus a one-line runner, useful for leaβ¦
Check "Show Recycle Bin Icon on Desktop" Status (Python)
Reads the registry value behind the "Show Recycle Bin Icon on Desktop" tweak via winreg to confirm whether it's applied.