Browse all scripts

⚑ PowerShell 5.1+

Clean Up The Microsoft Teams cache

Reports the size of the Microsoft Teams cache and optionally clears it out. Dry-run by default.

πŸ–₯️ Batch (CMD)

Clean Up The VS Code cache folder (Batch)

Clears the VS Code cache folder after a confirmation prompt, with a /silent mode for scheduled tasks.

πŸ“Š VBA (Excel)

Apply Disable Taskbar Chat Icon (VBA)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applied via WScript.Shell.RegWrite from VBA.

🧬 WQL / PowerShell

Win32_NetworkLoginProfile: Finding Associated Objects (WQL ASSOCIATORS OF)

Demonstrates Get-CimAssociatedInstance, the modern CIM equivalent of WQL's ASSOCIATORS OF syntax, against a Win32_Netwo…

🧬 WQL / PowerShell

Win32_UserAccount: Discovering Available Properties (Get-CimClass)

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

πŸ“Š VBA (Excel)

Check Disable Windows Spotlight on Desktop Registry Value (VBA)

Reads the Disable Windows Spotlight on Desktop registry value via WScript.Shell.RegRead and reports it in a message box…

⚑ PowerShell 5.1+

Enable Clipboard History

Turns on Windows+V clipboard history.

πŸ“Š VBA (Excel)

Apply Disable Balloon Tip Notifications (VBA)

Disables the small notification balloon tips in the system tray. Applied via WScript.Shell.RegWrite from VBA.

🐍 Python 3.10+

Disable Aero Shake (Python)

Stops shaking a window from minimizing every other open window. Applies the tweak via the stdlib winreg module.

πŸ–₯️ Batch (CMD)

Check "Disable Windows Telemetry" Status (Batch)

Uses reg query to check the current value behind the "Disable Windows Telemetry" tweak.

πŸ“œ VBScript (WSH)

Get Network Login Profiles Report to File (VBScript)

Queries Win32_NetworkLoginProfile via WMI and writes Network Login Profiles to a timestamped text file, handy for sched…

🐍 Python 3.10+

Backup The VS Code cache folder to Zip (Python)

Zips up the current contents of the VS Code cache folder before you run a cleanup against it.