🟣 C#

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

🟣 C# / .NET 6+

Backup Computer System Product Info to JSON (C#)

Snapshots Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped JSON file via System.Management a…

🟣 C# / .NET 6+

Show Recycle Bin Icon on Desktop (C#)

Adds the Recycle Bin icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Backup Services to JSON (C#)

Snapshots Services (Win32_Service) to a timestamped JSON file via System.Management and System.Text.Json.

🟣 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.

🟣 C# / .NET 6+

Disable Taskbar Chat Icon (C#)

Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Disable Balloon Tip Notifications (C#)

Disables the small notification balloon tips in the system tray. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Disable Windows Tips & Suggestions (C#)

Stops Windows from showing tips and suggestions notifications. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get Motherboard Info Report (C#)

Queries Win32_BaseBoard via WMI (System.Management) and prints Motherboard Info to the console.

🟣 C# / .NET 6+

Get Network Adapter Configuration Report (C#)

Queries Win32_NetworkAdapterConfiguration via WMI (System.Management) and prints Network Adapter Configuration to the c…

🟣 C# / .NET 6+

Backup Local Groups to JSON (C#)

Snapshots Local Groups (Win32_Group) to a timestamped JSON file via System.Management and System.Text.Json.

🟣 C# / .NET 6+

Get Signed Drivers Report (C#)

Queries Win32_PnPSignedDriver via WMI (System.Management) and prints Signed Drivers to the console.

🟣 C# / .NET 6+

Enable Win32 Long Paths (C#)

Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administrato…