Browse all scripts

πŸ“„ JScript (WSH)

Disable Start Menu App Suggestions (JScript)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

πŸ“Š VBA (Excel)

Check Disable Start Menu App Suggestions Registry Value (VBA)

Reads the Disable Start Menu App Suggestions registry value via WScript.Shell.RegRead and reports it in a message box —…

🧬 WQL / PowerShell

Win32_BaseBoard: Motherboard Info (WQL)

A minimal WQL reference query against Win32_BaseBoard β€” the raw SELECT statement plus a one-line runner, useful for lea…

🟣 C# / .NET 6+

Disable Activity Feed / Timeline (C#)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…

πŸ“Š VBA (Excel)

List Files in The Microsoft Teams cache (VBA)

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

🧬 WQL / PowerShell

Win32_ComputerSystemProduct: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Compu…

πŸ–₯️ Batch (CMD)

Export Local User Accounts to CSV (Batch)

Uses wmic to export Local User Accounts (Win32_UserAccount) to a timestamped CSV file.

🧬 WQL / PowerShell

Win32_USBController: Querying USB Controllers Remotely (CIM Session)

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

πŸ“Š VBA (Excel)

Export CD/DVD Drives to CSV via WMI (VBA)

Queries Win32_CDROMDrive via WMI and writes every CD/DVD Drives row straight to a CSV file in Documents, using plain VB…

πŸ“œ VBScript (WSH)

Disable Game Bar Startup Tips (VBScript)

Stops the Game Bar from showing its startup tip panel. Applies the tweak via WScript.Shell.RegWrite.

🐍 Python 3.10+

Export Operating System Info to CSV (Python)

Exports Operating System Info (Win32_OperatingSystem) to a timestamped CSV file via wmic.

🧬 WQL / PowerShell

Win32_Printer: Querying Printers Remotely (CIM Session)

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