Browse all scripts

🟣 C# / .NET 6+

Get Local Groups Report (C#)

Queries Win32_Group via WMI (System.Management) and prints Local Groups to the console.

🟣 C# / .NET 6+

Backup Page File Usage to JSON (C#)

Snapshots Page File Usage (Win32_PageFileUsage) to a timestamped JSON file via System.Management and System.Text.Json.

🧬 WQL / PowerShell

Win32_OperatingSystem: Querying Operating System Info Remotely (CIM Session)

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

⚑ PowerShell 5.1+

Backup Connected Monitors List to JSON

Snapshots Connected Monitors from Win32_DesktopMonitor to a timestamped JSON file for later comparison or auditing.

πŸ“œ VBScript (WSH)

Get Network Login Profiles Report (VBScript)

Queries Win32_NetworkLoginProfile via WMI and prints Network Login Profiles to the console β€” no PowerShell required.

πŸ–₯️ Batch (CMD)

Check "Disable Start Menu Suggested Apps" Status (Batch)

Uses reg query to check the current value behind the "Disable Start Menu Suggested Apps" tweak.

⚑ PowerShell 5.1+

Backup Time Zone Settings List to JSON

Snapshots Time Zone Settings from Win32_TimeZone to a timestamped JSON file for later comparison or auditing.

πŸ“œ VBScript (WSH)

Check "Align Taskbar Icons Left" Status (VBScript)

Reads the registry value behind the "Align Taskbar Icons Left" tweak to confirm whether it's applied.

πŸ“œ VBScript (WSH)

Show This PC Icon on Desktop (VBScript)

Adds the This PC icon back to the desktop. Applies the tweak via WScript.Shell.RegWrite.

⚑ PowerShell 5.1+

Get Network Adapter Configuration Report

Queries Win32_NetworkAdapterConfiguration via WMI and reports Network Adapter Configuration in a formatted table, with …

🟣 C# / .NET 6+

Disable Lock Screen Notifications (C#)

Stops app notifications from appearing on the lock screen. Applies the tweak via Microsoft.Win32.Registry.

🧬 WQL / PowerShell

Win32_TimeZone: Filtering Time Zone Settings (WQL WHERE)

Shows the WQL WHERE clause syntax against Win32_TimeZone, starting from a LIKE '%' wildcard you customize with a real s…