🟣 C#

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

🟣 C# / .NET 6+

Get Processor Info Report (C#)

Queries Win32_Processor via WMI (System.Management) and prints Processor Info to the console.

🟣 C# / .NET 6+

Show Seconds in Taskbar Clock (C#)

Adds a seconds display to the taskbar clock. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get The Windows Update download cache Size Report (C#)

Recursively sums the size of the Windows Update download cache, read-only (no deletion).

🟣 C# / .NET 6+

Get Network Login Profiles Report (C#)

Queries Win32_NetworkLoginProfile via WMI (System.Management) and prints Network Login Profiles to the console.

🟣 C# / .NET 6+

Get Processes Report (C#)

Queries Win32_Process via WMI (System.Management) and prints Processes to the console.

🟣 C# / .NET 6+

Disable Start Menu App Suggestions (C#)

Turns off sponsored app suggestions in the Start menu. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Enable Clipboard History (C#)

Turns on Windows+V clipboard history. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Backup Connected Monitors to JSON (C#)

Snapshots Connected Monitors (Win32_DesktopMonitor) to a timestamped JSON file via System.Management and System.Text.Js…

🟣 C# / .NET 6+

Get Installed Hotfixes Report (C#)

Queries Win32_QuickFixEngineering via WMI (System.Management) and prints Installed Hotfixes to the console.

🟣 C# / .NET 6+

Backup USB Controllers to JSON (C#)

Snapshots USB Controllers (Win32_USBController) to a timestamped JSON file via System.Management and System.Text.Json.

🟣 C# / .NET 6+

Backup Physical Memory Modules to JSON (C#)

Snapshots Physical Memory Modules (Win32_PhysicalMemory) to a timestamped JSON file via System.Management and System.Te…

🟣 C# / .NET 6+

Get Startup Programs Report (C#)

Queries Win32_StartupCommand via WMI (System.Management) and prints Startup Programs to the console.