🟣 C#

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

🟣 C# / .NET 6+

Get Stuck print spooler files Size Report (C#)

Recursively sums the size of stuck print spooler files, read-only (no deletion).

🟣 C# / .NET 6+

Get Network Adapters Report (C#)

Queries Win32_NetworkAdapter via WMI (System.Management) and prints Network Adapters to the console.

🟣 C# / .NET 6+

Disable Sticky Keys Shortcut Prompt (C#)

Stops the Sticky Keys dialog from popping up when Shift is pressed 5 times. Applies the tweak via Microsoft.Win32.Regis…

🟣 C# / .NET 6+

Get Sound Devices Report (C#)

Queries Win32_SoundDevice via WMI (System.Management) and prints Sound Devices to the console.

🟣 C# / .NET 6+

Disable Bing Search Suggestions (C#)

Stops the taskbar search box from showing web/Bing suggestions. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get The Windows Internet cache (INetCache) Size Report (C#)

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

🟣 C# / .NET 6+

Get The npm cache Size Report (C#)

Recursively sums the size of the npm cache, read-only (no deletion).

🟣 C# / .NET 6+

Backup Sound Devices to JSON (C#)

Snapshots Sound Devices (Win32_SoundDevice) to a timestamped JSON file via System.Management and System.Text.Json.

🟣 C# / .NET 6+

Get BIOS Info Report (C#)

Queries Win32_BIOS via WMI (System.Management) and prints BIOS Info to the console.

🟣 C# / .NET 6+

Hide Taskbar Search Box (C#)

Hides the search box on the taskbar, leaving just an icon or nothing. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Disable Autoplay for All Drives (C#)

Disables Autoplay prompts for every drive type, including USB. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get Pointing Devices Report (C#)

Queries Win32_PointingDevice via WMI (System.Management) and prints Pointing Devices to the console.