Browse all scripts
Protect All Sheets
Applies sheet protection with a given password to every worksheet in the workbook.
Get USB Controllers Report (Python)
Uses wmic under the hood to report USB Controllers (Win32_USBController) — no third-party packages required.
Disable Recent Documents History (Registry Tweak)
Stops Windows from tracking recently opened documents.
Get Pointing Devices Report (Batch)
Uses wmic to list Pointing Devices (Win32_PointingDevice) straight from the command line.
Get Keyboard Info Report (VBScript)
Queries Win32_Keyboard via WMI and prints Keyboard Info to the console — no PowerShell required.
Clean Up The Microsoft Teams cache (Batch)
Clears the Microsoft Teams cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Apply Disable Autoplay for All Drives (VBA)
Disables Autoplay prompts for every drive type, including USB. Applied via WScript.Shell.RegWrite from VBA.
Check "Disable Fast Startup" Status
Reads the current registry value behind the "Disable Fast Startup" tweak so you can confirm whether it's applied.
Backup Physical Memory Modules to JSON (Python)
Snapshots Physical Memory Modules (Win32_PhysicalMemory) to a timestamped JSON file for later comparison or auditing.
Get Keyboard Info Report (Python)
Uses wmic under the hood to report Keyboard Info (Win32_Keyboard) — no third-party packages required.
Apply Disable Remote Assistance (VBA)
Disables the ability for others to remotely assist this PC (requires admin). Applied via WScript.Shell.RegWrite from VB…
Get Keyboard Info Report (C#)
Queries Win32_Keyboard via WMI (System.Management) and prints Keyboard Info to the console.