Browse all scripts
Backup Workbook with Timestamp
Saves a timestamped copy of the current workbook next to the original, without disturbing the open file.
Get The npm cache Size Report (VBScript)
Recursively sums the size of the npm cache, read-only (no deletion).
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β¦
Export Pointing Devices to CSV (Python)
Exports Pointing Devices (Win32_PointingDevice) to a timestamped CSV file via wmic.
Check "Enable Clipboard History" Status (Batch)
Uses reg query to check the current value behind the "Enable Clipboard History" tweak.
Win32_Product: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_Product via Register-CimIndicationEvent β real WQL event query syβ¦
Check "Disable Cortana" Status
Reads the current registry value behind the "Disable Cortana" tweak so you can confirm whether it's applied.
Show Seconds in Taskbar Clock (Python)
Adds a seconds display to the taskbar clock. Applies the tweak via the stdlib winreg module.
Get Installed Hotfixes Report (JScript)
Queries Win32_QuickFixEngineering via WMI and prints Installed Hotfixes to the console β JScript, VBScript's WSH siblinβ¦
Export Page File Usage to CSV (Batch)
Uses wmic to export Page File Usage (Win32_PageFileUsage) to a timestamped CSV file.
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β¦
Export USB Controllers to CSV (Python)
Exports USB Controllers (Win32_USBController) to a timestamped CSV file via wmic.