Browse all scripts
Check "Align Taskbar Icons Left" Status
Reads the current registry value behind the "Align Taskbar Icons Left" tweak so you can confirm whether it's applied.
Export Local Groups to CSV via WMI (VBA)
Queries Win32_Group via WMI and writes every Local Groups row straight to a CSV file in Documents, using plain VBA fileβ¦
Win32_CDROMDrive: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_CDROMDrive via Register-CimIndicationEvent β real WQL event queryβ¦
Check "Disable Windows Welcome Experience" Status (Python)
Reads the registry value behind the "Disable Windows Welcome Experience" tweak via winreg to confirm whether it's appliβ¦
Apply Disable Windows Telemetry (VBA)
Lowers the diagnostic data Windows sends to Microsoft (requires admin). Applied via WScript.Shell.RegWrite from VBA. Reβ¦
Win32_OperatingSystem: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_OperatingSystem via Register-CimIndicationEvent β real WQL event β¦
List Files in The pip download cache (VBA)
Lists every file in the pip download cache with size and last-modified date directly on the active worksheet, using Scrβ¦
Backup Keyboard Info List to JSON
Snapshots Keyboard Info from Win32_Keyboard to a timestamped JSON file for later comparison or auditing.
Win32_ComputerSystemProduct: Querying Computer System Product Info Remotely (CIM Session)
Runs the same Win32_ComputerSystemProduct WQL query against a remote computer over a CIM session β the modern, WinRM-baβ¦
Clean Up The NuGet packages cache (Python)
Reports the size of the NuGet packages cache and optionally clears it out. Dry-run by default.
Export Network Shares to CSV (Python)
Exports Network Shares (Win32_Share) to a timestamped CSV file via wmic.
Export Computer System Info to CSV (Python)
Exports Computer System Info (Win32_ComputerSystem) to a timestamped CSV file via wmic.