Browse all scripts

πŸ–₯️ Batch (CMD)

Export Local Groups to CSV (Batch)

Uses wmic to export Local Groups (Win32_Group) to a timestamped CSV file.

πŸ–₯️ Batch (CMD)

Export Time Zone Settings to CSV (Batch)

Uses wmic to export Time Zone Settings (Win32_TimeZone) to a timestamped CSV file.

πŸ“Š VBA (Excel)

Apply Enable Num Lock on Startup (VBA)

Turns Num Lock on by default for every new sign-in. Applied via WScript.Shell.RegWrite from VBA.

πŸ“„ JScript (WSH)

Show This PC Icon on Desktop (JScript)

Adds the This PC icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite (JScript syntax).

πŸ“Š VBA (Excel)

Export Time Zone Settings to CSV via WMI (VBA)

Queries Win32_TimeZone via WMI and writes every Time Zone Settings row straight to a CSV file in Documents, using plain…

🐍 Python 3.10+

Backup Computer System Info to JSON (Python)

Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup Motherboard Info to JSON (Python)

Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Backup Pointing Devices to JSON (C#)

Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file via System.Management and System.Text.Json.

πŸ“Š VBA (Excel)

Export Network Shares to CSV via WMI (VBA)

Queries Win32_Share via WMI and writes every Network Shares row straight to a CSV file in Documents, using plain VBA fi…

🐍 Python 3.10+

Get Pointing Devices Report (Python)

Uses wmic under the hood to report Pointing Devices (Win32_PointingDevice) β€” no third-party packages required.

🐍 Python 3.10+

Show Hidden Files (Python)

Makes File Explorer always show hidden files and folders. Applies the tweak via the stdlib winreg module.

⚑ PowerShell 5.1+

Backup BIOS Info List to JSON

Snapshots BIOS Info from Win32_BIOS to a timestamped JSON file for later comparison or auditing.