Browse all scripts

πŸ–₯️ Batch (CMD)

Check "Disable Balloon Tip Notifications" Status (Batch)

Uses reg query to check the current value behind the "Disable Balloon Tip Notifications" tweak.

🐍 Python 3.10+

Get Installed Hotfixes Report (Python)

Uses wmic under the hood to report Installed Hotfixes (Win32_QuickFixEngineering) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Disable Cortana (VBScript)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…

⚑ PowerShell 5.1+

Disable Xbox Game Bar Capture

Disables background game/app capture via the Xbox Game Bar.

🧬 WQL / PowerShell

Win32_Group: Discovering Available Properties (Get-CimClass)

Uses Get-CimClass to list every real property and method Win32_Group exposes on the current system, instead of guessing…

🐍 Python 3.10+

Backup The Microsoft Teams cache to Zip (Python)

Zips up the current contents of the Microsoft Teams cache before you run a cleanup against it.

🧬 WQL / PowerShell

Win32_Share: Querying Network Shares Remotely (CIM Session)

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

🐍 Python 3.10+

Get Operating System Info Report (Python)

Uses wmic under the hood to report Operating System Info (Win32_OperatingSystem) β€” no third-party packages required.

πŸ“œ VBScript (WSH)

Get Pointing Devices Report to File (VBScript)

Queries Win32_PointingDevice via WMI and writes Pointing Devices to a timestamped text file, handy for scheduled logon/…

πŸ“Š VBA (Excel)

Export Network Adapter Configuration to CSV via WMI (VBA)

Queries Win32_NetworkAdapterConfiguration via WMI and writes every Network Adapter Configuration row straight to a CSV …

πŸ“Š VBA (Excel)

List Files in The Office document cache (VBA)

Lists every file in the Office document cache with size and last-modified date directly on the active worksheet, using …

🐍 Python 3.10+

Disable Lock Screen (Python)

Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminis…