Browse all scripts

🧬 WQL / PowerShell

Win32_VideoController: Querying Video Controllers Remotely (CIM Session)

Runs the same Win32_VideoController WQL query against a remote computer over a CIM session β€” the modern, WinRM-based re…

🟣 C# / .NET 6+

Disable Taskbar Transparency (C#)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via Microsoft.Win32…

πŸ“œ VBScript (WSH)

Check "Disable Windows Spotlight on Desktop" Status (VBScript)

Reads the registry value behind the "Disable Windows Spotlight on Desktop" tweak to confirm whether it's applied.

🐍 Python 3.10+

Backup System Drivers to JSON (Python)

Snapshots System Drivers (Win32_SystemDriver) to a timestamped JSON file for later comparison or auditing.

🟣 C# / .NET 6+

Backup Processor Info to JSON (C#)

Snapshots Processor Info (Win32_Processor) to a timestamped JSON file via System.Management and System.Text.Json.

🧬 WQL / PowerShell

Win32_PageFileUsage: Filtering Page File Usage (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_PageFileUsage, starting from a LIKE '%' wildcard you customize with a r…

⚑ PowerShell 5.1+

Check "Disable Activity Feed / Timeline" Status

Reads the current registry value behind the "Disable Activity Feed / Timeline" tweak so you can confirm whether it's ap…

⚑ PowerShell 5.1+

Get Computer System Info Report

Queries Win32_ComputerSystem via WMI and reports Computer System Info in a formatted table, with an optional CSV export.

🧰 AutoHotkey v2

Lock Workstation Hotkey

Win+L already locks Windows, but this adds Ctrl+Alt+L as a backup binding for keyboards where Win+L is remapped or bloc…

πŸ–₯️ Batch (CMD)

Get Local Groups Report (Batch)

Uses wmic to list Local Groups (Win32_Group) straight from the command line.

🟣 C# / .NET 6+

Backup Network Adapter Configuration to JSON (C#)

Snapshots Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped JSON file via System.Manag…

🧬 WQL / PowerShell

Win32_DesktopMonitor: Connected Monitors (WQL)

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