🟣 C#

C# console utilities and scripts for Windows automation via .NET.

🟣 C# / .NET 6+

Get Keyboard Info Report (C#)

Queries Win32_Keyboard via WMI (System.Management) and prints Keyboard Info to the console.

🟣 C# / .NET 6+

Backup Video Controllers to JSON (C#)

Snapshots Video Controllers (Win32_VideoController) to a timestamped JSON file via System.Management and System.Text.Js…

🟣 C# / .NET 6+

Backup Network Adapters to JSON (C#)

Snapshots Network Adapters (Win32_NetworkAdapter) to a timestamped JSON file via System.Management and System.Text.Json.

🟣 C# / .NET 6+

Get The VS Code cache folder Size Report (C#)

Recursively sums the size of the VS Code cache folder, read-only (no deletion).

🟣 C# / .NET 6+

Backup Network Login Profiles to JSON (C#)

Snapshots Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped JSON file via System.Management and Syste…

🟣 C# / .NET 6+

Get Time Zone Settings Report (C#)

Queries Win32_TimeZone via WMI (System.Management) and prints Time Zone Settings to the console.

🟣 C# / .NET 6+

Get Network Shares Report (C#)

Queries Win32_Share via WMI (System.Management) and prints Network Shares to the console.

🟣 C# / .NET 6+

Disable Fast Startup (C#)

Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Ad…

🟣 C# / .NET 6+

Disable Aero Shake (C#)

Stops shaking a window from minimizing every other open window. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Disable Windows Welcome Experience (C#)

Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via Microsoft.Win32.Regi…

🟣 C# / .NET 6+

Backup Printers to JSON (C#)

Snapshots Printers (Win32_Printer) to a timestamped JSON file via System.Management and System.Text.Json.

🟣 C# / .NET 6+

Disable Game Bar Startup Tips (C#)

Stops the Game Bar from showing its startup tip panel. Applies the tweak via Microsoft.Win32.Registry.