Browse all scripts
Check "Disable Balloon Tip Notifications" Status (Batch)
Uses reg query to check the current value behind the "Disable Balloon Tip Notifications" tweak.
Get Installed Hotfixes Report (Python)
Uses wmic under the hood to report Installed Hotfixes (Win32_QuickFixEngineering) β no third-party packages required.
Disable Cortana (VBScript)
Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies tβ¦
Disable Xbox Game Bar Capture
Disables background game/app capture via the Xbox Game Bar.
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β¦
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.
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 β¦
Get Operating System Info Report (Python)
Uses wmic under the hood to report Operating System Info (Win32_OperatingSystem) β no third-party packages required.
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/β¦
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 β¦
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 β¦
Disable Lock Screen (Python)
Skips straight to the sign-in screen instead of showing the lock screen (requires admin). Requires an elevated (Adminisβ¦