Browse all scripts

🐍 Python 3.10+

Clean Up IIS log files (Python)

Reports the size of IIS log files and optionally clears it out. Dry-run by default.

🟣 C# / .NET 6+

Disable Start Menu Web Search (C#)

Stops the Start Menu search from including web results. Applies the tweak via Microsoft.Win32.Registry.

πŸ“Š VBA (Excel)

Load Time Zone Settings into Excel via WMI

Queries Win32_TimeZone via GetObject("winmgmts:") and dumps every Time Zone Settings row straight onto the active works…

⚑ PowerShell 5.1+

Watch Computer System Product Info for Changes

Polls Win32_ComputerSystemProduct on an interval and prints a line whenever the Computer System Product Info count chan…

🟣 C# / .NET 6+

Get Physical Memory Modules Report (C#)

Queries Win32_PhysicalMemory via WMI (System.Management) and prints Physical Memory Modules to the console.

🐍 Python 3.10+

Backup Physical Disk Drives to JSON (Python)

Snapshots Physical Disk Drives (Win32_DiskDrive) to a timestamped JSON file for later comparison or auditing.

🧬 WQL / PowerShell

Win32_ComputerSystem: Querying Computer System Info Remotely (CIM Session)

Runs the same Win32_ComputerSystem WQL query against a remote computer over a CIM session β€” the modern, WinRM-based rep…

⚑ PowerShell 5.1+

Get The Microsoft Teams cache Size Report

Reports how much disk space the Microsoft Teams cache is currently using, read-only (no deletion).

πŸ“„ JScript (WSH)

Get USB Controllers Report (JScript)

Queries Win32_USBController via WMI and prints USB Controllers to the console β€” JScript, VBScript's WSH sibling languag…

🧬 WQL / PowerShell

Win32_StartupCommand: Querying Startup Programs Remotely (CIM Session)

Runs the same Win32_StartupCommand WQL query against a remote computer over a CIM session β€” the modern, WinRM-based rep…

πŸ“Š VBA (Excel)

Add Timestamp to Active Cell

Inserts the current date and time into the active cell β€” handy bound to a keyboard shortcut for quick logging.

🐍 Python 3.10+

Check "Disable Start Menu Web Search" Status (Python)

Reads the registry value behind the "Disable Start Menu Web Search" tweak via winreg to confirm whether it's applied.