Browse all scripts

πŸ“Š VBA (Excel)

Backup Workbook with Timestamp

Saves a timestamped copy of the current workbook next to the original, without disturbing the open file.

πŸ“œ VBScript (WSH)

Get The npm cache Size Report (VBScript)

Recursively sums the size of the npm cache, read-only (no deletion).

πŸ“Š VBA (Excel)

Load Physical Disk Drives into Excel via WMI

Queries Win32_DiskDrive via GetObject("winmgmts:") and dumps every Physical Disk Drives row straight onto the active wo…

🐍 Python 3.10+

Export Pointing Devices to CSV (Python)

Exports Pointing Devices (Win32_PointingDevice) to a timestamped CSV file via wmic.

πŸ–₯️ Batch (CMD)

Check "Enable Clipboard History" Status (Batch)

Uses reg query to check the current value behind the "Enable Clipboard History" tweak.

🧬 WQL / PowerShell

Win32_Product: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_Product via Register-CimIndicationEvent β€” real WQL event query sy…

⚑ PowerShell 5.1+

Check "Disable Cortana" Status

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

🐍 Python 3.10+

Show Seconds in Taskbar Clock (Python)

Adds a seconds display to the taskbar clock. Applies the tweak via the stdlib winreg module.

πŸ“„ JScript (WSH)

Get Installed Hotfixes Report (JScript)

Queries Win32_QuickFixEngineering via WMI and prints Installed Hotfixes to the console β€” JScript, VBScript's WSH siblin…

πŸ–₯️ Batch (CMD)

Export Page File Usage to CSV (Batch)

Uses wmic to export Page File Usage (Win32_PageFileUsage) to a timestamped CSV file.

πŸ“Š VBA (Excel)

Apply Disable Background Apps Globally (VBA)

Prevents Store apps from running in the background to save resources and battery. Applied via WScript.Shell.RegWrite fr…

🐍 Python 3.10+

Export USB Controllers to CSV (Python)

Exports USB Controllers (Win32_USBController) to a timestamped CSV file via wmic.