Browse all scripts

📊 VBA (Excel)

Protect All Sheets

Applies sheet protection with a given password to every worksheet in the workbook.

🐍 Python 3.10+

Get USB Controllers Report (Python)

Uses wmic under the hood to report USB Controllers (Win32_USBController) — no third-party packages required.

🧰 Registry (.reg)

Disable Recent Documents History (Registry Tweak)

Stops Windows from tracking recently opened documents.

🖥️ Batch (CMD)

Get Pointing Devices Report (Batch)

Uses wmic to list Pointing Devices (Win32_PointingDevice) straight from the command line.

📜 VBScript (WSH)

Get Keyboard Info Report (VBScript)

Queries Win32_Keyboard via WMI and prints Keyboard Info to the console — no PowerShell required.

🖥️ Batch (CMD)

Clean Up The Microsoft Teams cache (Batch)

Clears the Microsoft Teams cache after a confirmation prompt, with a /silent mode for scheduled tasks.

📊 VBA (Excel)

Apply Disable Autoplay for All Drives (VBA)

Disables Autoplay prompts for every drive type, including USB. Applied via WScript.Shell.RegWrite from VBA.

⚡ PowerShell 5.1+

Check "Disable Fast Startup" Status

Reads the current registry value behind the "Disable Fast Startup" tweak so you can confirm whether it's applied.

🐍 Python 3.10+

Backup Physical Memory Modules to JSON (Python)

Snapshots Physical Memory Modules (Win32_PhysicalMemory) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Get Keyboard Info Report (Python)

Uses wmic under the hood to report Keyboard Info (Win32_Keyboard) — no third-party packages required.

📊 VBA (Excel)

Apply Disable Remote Assistance (VBA)

Disables the ability for others to remotely assist this PC (requires admin). Applied via WScript.Shell.RegWrite from VB…

🟣 C# / .NET 6+

Get Keyboard Info Report (C#)

Queries Win32_Keyboard via WMI (System.Management) and prints Keyboard Info to the console.