Browse all scripts
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…
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…
Get Video Controllers Report (JScript)
Queries Win32_VideoController via WMI and prints Video Controllers to the console — JScript, VBScript's WSH sibling lan…
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…
Load Network Adapter Configuration into Excel via WMI
Queries Win32_NetworkAdapterConfiguration via GetObject("winmgmts:") and dumps every Network Adapter Configuration row …
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.
Apply Disable Xbox Game Bar Capture (VBA)
Disables background game/app capture via the Xbox Game Bar. Applied via WScript.Shell.RegWrite from VBA.
Disable Windows Consumer Features
Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…
Get Physical Memory Modules Report (VBScript)
Queries Win32_PhysicalMemory via WMI and prints Physical Memory Modules to the console — no PowerShell required.
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…
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…
Disable Remote Assistance
Disables the ability for others to remotely assist this PC (requires admin). Requires an elevated (Administrator) promp…