Browse all scripts

📊 VBA (Excel)

Export Environment Variables to CSV via WMI (VBA)

Queries Win32_Environment via WMI and writes every Environment Variables row straight to a CSV file in Documents, using…

🧬 WQL / PowerShell

Win32_Share: Network Shares (WQL)

A minimal WQL reference query against Win32_Share — the raw SELECT statement plus a one-line runner, useful for learnin…

📄 JScript (WSH)

Get Video Controllers Report (JScript)

Queries Win32_VideoController via WMI and prints Video Controllers to the console — JScript, VBScript's WSH sibling lan…

📊 VBA (Excel)

List Files in The NuGet packages cache (VBA)

Lists every file in the NuGet packages cache with size and last-modified date directly on the active worksheet, using S…

📊 VBA (Excel)

Load Network Adapter Configuration into Excel via WMI

Queries Win32_NetworkAdapterConfiguration via GetObject("winmgmts:") and dumps every Network Adapter Configuration row …

📜 VBScript (WSH)

Clean Up The system-wide Windows Temp folder (VBScript)

Reports the size of the system-wide Windows Temp folder and deletes its contents after a confirmation prompt.

📊 VBA (Excel)

Apply Disable Xbox Game Bar Capture (VBA)

Disables background game/app capture via the Xbox Game Bar. Applied via WScript.Shell.RegWrite from VBA.

⚡ PowerShell 5.1+

Disable Windows Consumer Features

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

📜 VBScript (WSH)

Get Physical Memory Modules Report (VBScript)

Queries Win32_PhysicalMemory via WMI and prints Physical Memory Modules to the console — no PowerShell required.

📊 VBA (Excel)

Check Increase Icon Cache Size Registry Value (VBA)

Reads the Increase Icon Cache Size registry value via WScript.Shell.RegRead and reports it in a message box — no PowerS…

📊 VBA (Excel)

Check Hide Taskbar Search Box Registry Value (VBA)

Reads the Hide Taskbar Search Box registry value via WScript.Shell.RegRead and reports it in a message box — no PowerSh…

⚡ PowerShell 5.1+

Disable Remote Assistance

Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…