Browse all scripts
Backup USB Controllers List to JSON
Snapshots USB Controllers from Win32_USBController to a timestamped JSON file for later comparison or auditing.
Get Network Adapter Configuration Report (JScript)
Queries Win32_NetworkAdapterConfiguration via WMI and prints Network Adapter Configuration to the console β JScript, VBβ¦
Apply Show This PC Icon on Desktop (VBA)
Adds the This PC icon back to the desktop. Applied via WScript.Shell.RegWrite from VBA.
Win32_PnPSignedDriver: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_PnPSignedDriver via Register-CimIndicationEvent β real WQL event β¦
Win32_TimeZone: Querying Time Zone Settings Remotely (CIM Session)
Runs the same Win32_TimeZone WQL query against a remote computer over a CIM session β the modern, WinRM-based replacemeβ¦
Export Keyboard Info to CSV (Python)
Exports Keyboard Info (Win32_Keyboard) to a timestamped CSV file via wmic.
Export Local User Accounts to CSV via WMI (VBA)
Queries Win32_UserAccount via WMI and writes every Local User Accounts row straight to a CSV file in Documents, using pβ¦
Export Physical Disk Drives to CSV (Batch)
Uses wmic to export Physical Disk Drives (Win32_DiskDrive) to a timestamped CSV file.
Get Page File Usage Report (C#)
Queries Win32_PageFileUsage via WMI (System.Management) and prints Page File Usage to the console.
Export BIOS Info to CSV (Python)
Exports BIOS Info (Win32_BIOS) to a timestamped CSV file via wmic.
Disable Remote Assistance (JScript)
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) prompβ¦
Check "Disable Snap Assist Suggestions" Status (Python)
Reads the registry value behind the "Disable Snap Assist Suggestions" tweak via winreg to confirm whether it's applied.