Browse all scripts

🧬 WQL / PowerShell

Win32_NetworkLoginProfile: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_NetworkLoginProfile via Register-CimIndicationEvent β€” real WQL ev…

🐍 Python 3.10+

Backup Local Groups to JSON (Python)

Snapshots Local Groups (Win32_Group) to a timestamped JSON file for later comparison or auditing.

🐍 Python 3.10+

Backup The pip download cache to Zip (Python)

Zips up the current contents of the pip download cache before you run a cleanup against it.

🧬 WQL / PowerShell

Win32_LogicalDisk: Logical Disks (WQL)

A minimal WQL reference query against Win32_LogicalDisk β€” the raw SELECT statement plus a one-line runner, useful for l…

πŸ–₯️ Batch (CMD)

Show Seconds in Taskbar Clock (Batch)

Adds a seconds display to the taskbar clock. Applies the tweak via reg.exe.

πŸ–₯️ Batch (CMD)

Get Connected Monitors Report (Batch)

Uses wmic to list Connected Monitors (Win32_DesktopMonitor) straight from the command line.

πŸ“œ VBScript (WSH)

Clean Up Microsoft Edge's browser cache (VBScript)

Reports the size of Microsoft Edge's browser cache and deletes its contents after a confirmation prompt.

🧬 WQL / PowerShell

Win32_NetworkAdapterConfiguration: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_NetworkAdapterConfiguration via Register-CimIndicationEvent β€” rea…

πŸ“œ VBScript (WSH)

Clean Up The Windows Prefetch folder (VBScript)

Reports the size of the Windows Prefetch folder and deletes its contents after a confirmation prompt.

πŸ–₯️ Batch (CMD)

Check "Disable Activity Feed / Timeline" Status (Batch)

Uses reg query to check the current value behind the "Disable Activity Feed / Timeline" tweak.

🐍 Python 3.10+

Clean Up The current user's Temp folder (Python)

Reports the size of the current user's Temp folder and optionally clears it out. Dry-run by default.

πŸ“Š VBA (Excel)

Report Size of The Office document cache (VBA)

Reports the total size and top-level file count of the Office document cache using Scripting.FileSystemObject, straight…