Browse all scripts

⚑ PowerShell 5.1+

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.

πŸ“Š VBA (Excel)

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…

🧬 WQL / PowerShell

Win32_CDROMDrive: Event-Driven Monitoring (WQL __InstanceCreationEvent)

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

🐍 Python 3.10+

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…

πŸ“Š VBA (Excel)

Apply Disable Windows Telemetry (VBA)

Lowers the diagnostic data Windows sends to Microsoft (requires admin). Applied via WScript.Shell.RegWrite from VBA. Re…

🧬 WQL / PowerShell

Win32_OperatingSystem: Event-Driven Monitoring (WQL __InstanceCreationEvent)

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

πŸ“Š VBA (Excel)

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…

⚑ PowerShell 5.1+

Backup Keyboard Info List to JSON

Snapshots Keyboard Info from Win32_Keyboard to a timestamped JSON file for later comparison or auditing.

🧬 WQL / PowerShell

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…

🐍 Python 3.10+

Clean Up The NuGet packages cache (Python)

Reports the size of the NuGet packages cache and optionally clears it out. Dry-run by default.

🐍 Python 3.10+

Export Network Shares to CSV (Python)

Exports Network Shares (Win32_Share) to a timestamped CSV file via wmic.

🐍 Python 3.10+

Export Computer System Info to CSV (Python)

Exports Computer System Info (Win32_ComputerSystem) to a timestamped CSV file via wmic.