Browse all scripts

πŸ“œ VBScript (WSH)

Get Network Adapter Configuration Report to File (VBScript)

Queries Win32_NetworkAdapterConfiguration via WMI and writes Network Adapter Configuration to a timestamped text file, …

🐍 Python 3.10+

Get The Windows Update download cache Size Report (Python)

Recursively sums the size of the Windows Update download cache, read-only (no deletion).

πŸ–₯️ Batch (CMD)

Disable Taskbar Transparency (Batch)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via reg.exe.

🐍 Python 3.10+

Check "Disable Window Animations" Status (Python)

Reads the registry value behind the "Disable Window Animations" tweak via winreg to confirm whether it's applied.

πŸ“Š VBA (Excel)

Export Video Controllers to CSV via WMI (VBA)

Queries Win32_VideoController via WMI and writes every Video Controllers row straight to a CSV file in Documents, using…

🟣 C# / .NET 6+

Backup Operating System Info to JSON (C#)

Snapshots Operating System Info (Win32_OperatingSystem) to a timestamped JSON file via System.Management and System.Tex…

πŸ“Š VBA (Excel)

Apply Disable Tailored Experiences (VBA)

Stops Windows from using diagnostic data to personalize tips and ads. Applied via WScript.Shell.RegWrite from VBA.

πŸ–₯️ Batch (CMD)

Clean Up The Windows Prefetch folder (Batch)

Clears the Windows Prefetch folder after a confirmation prompt, with a /silent mode for scheduled tasks.

🐍 Python 3.10+

Check "Disable Autoplay for All Drives" Status (Python)

Reads the registry value behind the "Disable Autoplay for All Drives" tweak via winreg to confirm whether it's applied.

⚑ PowerShell 5.1+

Backup Physical Disk Drives List to JSON

Snapshots Physical Disk Drives from Win32_DiskDrive to a timestamped JSON file for later comparison or auditing.

🧬 WQL / PowerShell

Win32_USBController: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_USBController via Register-CimIndicationEvent β€” real WQL event qu…

πŸ“œ VBScript (WSH)

Get Local User Accounts Report to File (VBScript)

Queries Win32_UserAccount via WMI and writes Local User Accounts to a timestamped text file, handy for scheduled logon/…