Browse all scripts
Win32_NetworkLoginProfile: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_NetworkLoginProfile via Register-CimIndicationEvent β real WQL evβ¦
Backup Local Groups to JSON (Python)
Snapshots Local Groups (Win32_Group) to a timestamped JSON file for later comparison or auditing.
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.
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β¦
Show Seconds in Taskbar Clock (Batch)
Adds a seconds display to the taskbar clock. Applies the tweak via reg.exe.
Get Connected Monitors Report (Batch)
Uses wmic to list Connected Monitors (Win32_DesktopMonitor) straight from the command line.
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.
Win32_NetworkAdapterConfiguration: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_NetworkAdapterConfiguration via Register-CimIndicationEvent β reaβ¦
Clean Up The Windows Prefetch folder (VBScript)
Reports the size of the Windows Prefetch folder and deletes its contents after a confirmation prompt.
Check "Disable Activity Feed / Timeline" Status (Batch)
Uses reg query to check the current value behind the "Disable Activity Feed / Timeline" tweak.
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.
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β¦