Browse all scripts
Clean Up IIS log files (Python)
Reports the size of IIS log files and optionally clears it out. Dry-run by default.
Disable Start Menu Web Search (C#)
Stops the Start Menu search from including web results. Applies the tweak via Microsoft.Win32.Registry.
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β¦
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β¦
Get Physical Memory Modules Report (C#)
Queries Win32_PhysicalMemory via WMI (System.Management) and prints Physical Memory Modules to the console.
Backup Physical Disk Drives to JSON (Python)
Snapshots Physical Disk Drives (Win32_DiskDrive) to a timestamped JSON file for later comparison or auditing.
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β¦
Get The Microsoft Teams cache Size Report
Reports how much disk space the Microsoft Teams cache is currently using, read-only (no deletion).
Get USB Controllers Report (JScript)
Queries Win32_USBController via WMI and prints USB Controllers to the console β JScript, VBScript's WSH sibling languagβ¦
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β¦
Add Timestamp to Active Cell
Inserts the current date and time into the active cell β handy bound to a keyboard shortcut for quick logging.
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.