Browse all scripts

πŸ“Š VBA (Excel)

Load Network Adapters into Excel via WMI

Queries Win32_NetworkAdapter via GetObject("winmgmts:") and dumps every Network Adapters row straight onto the active w…

πŸ–₯️ Batch (CMD)

Check "Disable Storage Sense Low-Space Notifications" Status (Batch)

Uses reg query to check the current value behind the "Disable Storage Sense Low-Space Notifications" tweak.

🐍 Python 3.10+

Export Physical Disk Drives to CSV (Python)

Exports Physical Disk Drives (Win32_DiskDrive) to a timestamped CSV file via wmic.

πŸ–₯️ Batch (CMD)

Check "Disable Lock Screen Notifications" Status (Batch)

Uses reg query to check the current value behind the "Disable Lock Screen Notifications" tweak.

πŸ“„ JScript (WSH)

Disable Windows Consumer Features (JScript)

Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…

πŸ–₯️ Batch (CMD)

Export Computer System Product Info to CSV (Batch)

Uses wmic to export Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped CSV file.

πŸ“œ VBScript (WSH)

Get Processor Info Report to File (VBScript)

Queries Win32_Processor via WMI and writes Processor Info to a timestamped text file, handy for scheduled logon/logoff …

🟣 C# / .NET 6+

Get The Office document cache Size Report (C#)

Recursively sums the size of the Office document cache, read-only (no deletion).

πŸ“œ VBScript (WSH)

Clean Up The Microsoft Teams cache (VBScript)

Reports the size of the Microsoft Teams cache and deletes its contents after a confirmation prompt.

🧬 WQL / PowerShell

Win32_Group: Querying Local Groups Remotely (CIM Session)

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

🟣 C# / .NET 6+

Get Services Report (C#)

Queries Win32_Service via WMI (System.Management) and prints Services to the console.

πŸ“Š VBA (Excel)

Load Connected Monitors into Excel via WMI

Queries Win32_DesktopMonitor via GetObject("winmgmts:") and dumps every Connected Monitors row straight onto the active…