Browse all scripts
Clean Up The pip download cache (Batch)
Clears the pip download cache after a confirmation prompt, with a /silent mode for scheduled tasks.
Check "Enable Dark Mode" Status (Python)
Reads the registry value behind the "Enable Dark Mode" tweak via winreg to confirm whether it's applied.
Check Disable Snap Assist Suggestions Registry Value (VBA)
Reads the Disable Snap Assist Suggestions registry value via WScript.Shell.RegRead and reports it in a message box β noβ¦
Win32_Printer: Event-Driven Monitoring (WQL __InstanceCreationEvent)
Subscribes to WMI's __InstanceCreationEvent for Win32_Printer via Register-CimIndicationEvent β real WQL event query syβ¦
Report Size of The current user's Temp folder (VBA)
Reports the total size and top-level file count of the current user's Temp folder using Scripting.FileSystemObject, strβ¦
Check "Disable Taskbar Transparency" Status (Batch)
Uses reg query to check the current value behind the "Disable Taskbar Transparency" tweak.
Export Processor Info to CSV (Python)
Exports Processor Info (Win32_Processor) to a timestamped CSV file via wmic.
Disable Xbox Game Bar Capture (C#)
Disables background game/app capture via the Xbox Game Bar. Applies the tweak via Microsoft.Win32.Registry.
Win32_Keyboard: Keyboard Info (WQL)
A minimal WQL reference query against Win32_Keyboard β the raw SELECT statement plus a one-line runner, useful for learβ¦
Watch Network Shares for Changes
Polls Win32_Share on an interval and prints a line whenever the Network Shares count changes β a lightweight way to notβ¦
Disable Start Menu Suggested Apps (Python)
Stops Windows from silently installing suggested Store apps. Applies the tweak via the stdlib winreg module.