Browse all scripts

πŸ–₯️ Batch (CMD)

Clean Up The pip download cache (Batch)

Clears the pip download cache after a confirmation prompt, with a /silent mode for scheduled tasks.

🐍 Python 3.10+

Check "Enable Dark Mode" Status (Python)

Reads the registry value behind the "Enable Dark Mode" tweak via winreg to confirm whether it's applied.

πŸ“Š VBA (Excel)

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…

⚑ PowerShell 5.1+

Show Hidden Files

Makes File Explorer always show hidden files and folders.

🧬 WQL / PowerShell

Win32_Printer: Event-Driven Monitoring (WQL __InstanceCreationEvent)

Subscribes to WMI's __InstanceCreationEvent for Win32_Printer via Register-CimIndicationEvent β€” real WQL event query sy…

πŸ“Š VBA (Excel)

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…

πŸ–₯️ Batch (CMD)

Check "Disable Taskbar Transparency" Status (Batch)

Uses reg query to check the current value behind the "Disable Taskbar Transparency" tweak.

🐍 Python 3.10+

Export Processor Info to CSV (Python)

Exports Processor Info (Win32_Processor) to a timestamped CSV file via wmic.

🟣 C# / .NET 6+

Disable Xbox Game Bar Capture (C#)

Disables background game/app capture via the Xbox Game Bar. Applies the tweak via Microsoft.Win32.Registry.

🧬 WQL / PowerShell

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…

⚑ PowerShell 5.1+

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…

🐍 Python 3.10+

Disable Start Menu Suggested Apps (Python)

Stops Windows from silently installing suggested Store apps. Applies the tweak via the stdlib winreg module.