🟣 C#

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

🟣 C# / .NET 6+

Disable Window Animations (C#)

Disables minimize/maximize window animations for a snappier feel. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get The system-wide Windows Temp folder Size Report (C#)

Recursively sums the size of the system-wide Windows Temp folder, read-only (no deletion).

🟣 C# / .NET 6+

Get Printers Report (C#)

Queries Win32_Printer via WMI (System.Management) and prints Printers to the console.

🟣 C# / .NET 6+

Disable First Logon Animation (C#)

Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administ…

🟣 C# / .NET 6+

Get Microsoft Edge's browser cache Size Report (C#)

Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).

🟣 C# / .NET 6+

Backup Installed MSI Products to JSON (C#)

Snapshots Installed MSI Products (Win32_Product) to a timestamped JSON file via System.Management and System.Text.Json.

🟣 C# / .NET 6+

Backup Signed Drivers to JSON (C#)

Snapshots Signed Drivers (Win32_PnPSignedDriver) to a timestamped JSON file via System.Management and System.Text.Json.

🟣 C# / .NET 6+

Backup Pointing Devices to JSON (C#)

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

🟣 C# / .NET 6+

Get The Windows Prefetch folder Size Report (C#)

Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).

🟣 C# / .NET 6+

Backup Motherboard Info to JSON (C#)

Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file via System.Management and System.Text.Json.

🟣 C# / .NET 6+

Disable Taskbar Widgets Icon (C#)

Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Backup Processes to JSON (C#)

Snapshots Processes (Win32_Process) to a timestamped JSON file via System.Management and System.Text.Json.