Browse all scripts

⚑ PowerShell 5.1+

Check "Disable Storage Sense Low-Space Notifications" Status

Reads the current registry value behind the "Disable Storage Sense Low-Space Notifications" tweak so you can confirm wh…

πŸ“œ VBScript (WSH)

Get Logical Disks Report to File (VBScript)

Queries Win32_LogicalDisk via WMI and writes Logical Disks to a timestamped text file, handy for scheduled logon/logoff…

πŸ–₯️ Batch (CMD)

Check "Disable First Logon Animation" Status (Batch)

Uses reg query to check the current value behind the "Disable First Logon Animation" tweak.

πŸ“Š VBA (Excel)

Load Video Controllers into Excel via WMI

Queries Win32_VideoController via GetObject("winmgmts:") and dumps every Video Controllers row straight onto the active…

πŸ“œ VBScript (WSH)

Get Page File Usage Report to File (VBScript)

Queries Win32_PageFileUsage via WMI and writes Page File Usage to a timestamped text file, handy for scheduled logon/lo…

πŸ–₯️ Batch (CMD)

Check "Disable Game Bar Startup Tips" Status (Batch)

Uses reg query to check the current value behind the "Disable Game Bar Startup Tips" tweak.

🧬 WQL / PowerShell

Win32_USBController: Filtering USB Controllers (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_USBController, starting from a LIKE '%' wildcard you customize with a r…

⚑ PowerShell 5.1+

Get Services Report

Queries Win32_Service via WMI and reports Services in a formatted table, with an optional CSV export.

⚑ PowerShell 5.1+

Backup The Windows Internet cache (INetCache) to Zip

Zips up the current contents of the Windows Internet cache (INetCache) before you run a cleanup against it.

πŸ“„ JScript (WSH)

Get BIOS Info Report (JScript)

Queries Win32_BIOS via WMI and prints BIOS Info to the console β€” JScript, VBScript's WSH sibling language.

🟣 C# / .NET 6+

Get Processor Info Report (C#)

Queries Win32_Processor via WMI (System.Management) and prints Processor Info to the console.

⚑ PowerShell 5.1+

Backup Google Chrome's browser cache to Zip

Zips up the current contents of Google Chrome's browser cache before you run a cleanup against it.