π£ C#
C# console utilities and scripts for Windows automation via .NET.
Disable Window Animations (C#)
Disables minimize/maximize window animations for a snappier feel. Applies the tweak via Microsoft.Win32.Registry.
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).
Get Printers Report (C#)
Queries Win32_Printer via WMI (System.Management) and prints Printers to the console.
Disable First Logon Animation (C#)
Skips the "Hi, we are setting things up for you" first-logon animation (requires admin). Requires an elevated (Administβ¦
Get Microsoft Edge's browser cache Size Report (C#)
Recursively sums the size of Microsoft Edge's browser cache, read-only (no deletion).
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.
Backup Signed Drivers to JSON (C#)
Snapshots Signed Drivers (Win32_PnPSignedDriver) to a timestamped JSON file via System.Management and System.Text.Json.
Backup Pointing Devices to JSON (C#)
Snapshots Pointing Devices (Win32_PointingDevice) to a timestamped JSON file via System.Management and System.Text.Json.
Get The Windows Prefetch folder Size Report (C#)
Recursively sums the size of the Windows Prefetch folder, read-only (no deletion).
Backup Motherboard Info to JSON (C#)
Snapshots Motherboard Info (Win32_BaseBoard) to a timestamped JSON file via System.Management and System.Text.Json.
Disable Taskbar Widgets Icon (C#)
Removes the Widgets icon from the Windows 11 taskbar. Applies the tweak via Microsoft.Win32.Registry.
Backup Processes to JSON (C#)
Snapshots Processes (Win32_Process) to a timestamped JSON file via System.Management and System.Text.Json.