Browse all scripts

🐍 Python 3.10+

Backup Local User Accounts to JSON (Python)

Snapshots Local User Accounts (Win32_UserAccount) to a timestamped JSON file for later comparison or auditing.

⚑ PowerShell 5.1+

Check "Disable Snap Assist Suggestions" Status

Reads the current registry value behind the "Disable Snap Assist Suggestions" tweak so you can confirm whether it's app…

πŸ“Š VBA (Excel)

Check Enable Clipboard History Registry Value (VBA)

Reads the Enable Clipboard History registry value via WScript.Shell.RegRead and reports it in a message box β€” no PowerS…

⚑ PowerShell 5.1+

Clean Up The pip download cache

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

🟣 C# / .NET 6+

Get Computer System Info Report (C#)

Queries Win32_ComputerSystem via WMI (System.Management) and prints Computer System Info to the console.

πŸ–₯️ Batch (CMD)

Export Video Controllers to CSV (Batch)

Uses wmic to export Video Controllers (Win32_VideoController) to a timestamped CSV file.

πŸ“œ VBScript (WSH)

Clean Up Google Chrome's browser cache (VBScript)

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

πŸ“œ VBScript (WSH)

Check "Enable Num Lock on Startup" Status (VBScript)

Reads the registry value behind the "Enable Num Lock on Startup" tweak to confirm whether it's applied.

⚑ PowerShell 5.1+

Watch Video Controllers for Changes

Polls Win32_VideoController on an interval and prints a line whenever the Video Controllers count changes β€” a lightweig…

πŸ“œ VBScript (WSH)

Check "Disable Windows Tips & Suggestions" Status (VBScript)

Reads the registry value behind the "Disable Windows Tips & Suggestions" tweak to confirm whether it's applied.

⚑ PowerShell 5.1+

Check "Enable Num Lock on Startup" Status

Reads the current registry value behind the "Enable Num Lock on Startup" tweak so you can confirm whether it's applied.

⚑ PowerShell 5.1+

Disable Start Menu Web Search

Stops the Start Menu search from including web results.