π£ C#
C# console utilities and scripts for Windows automation via .NET.
Backup System Drivers to JSON (C#)
Snapshots System Drivers (Win32_SystemDriver) to a timestamped JSON file via System.Management and System.Text.Json.
Backup Computer System Info to JSON (C#)
Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file via System.Management and System.Text.β¦
Get System Drivers Report (C#)
Queries Win32_SystemDriver via WMI (System.Management) and prints System Drivers to the console.
Get Page File Usage Report (C#)
Queries Win32_PageFileUsage via WMI (System.Management) and prints Page File Usage to the console.
Disable Explorer Startup Delay (C#)
Removes the artificial delay before startup apps launch. Applies the tweak via Microsoft.Win32.Registry.
Backup Installed Hotfixes to JSON (C#)
Snapshots Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped JSON file via System.Management and System.Teβ¦
Increase Icon Cache Size (C#)
Raises the icon cache limit, useful on machines with huge numbers of shortcuts. Applies the tweak via Microsoft.Win32.Rβ¦
Get Computer System Product Info Report (C#)
Queries Win32_ComputerSystemProduct via WMI (System.Management) and prints Computer System Product Info to the console.
Disable Taskbar Transparency (C#)
Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via Microsoft.Win32β¦
Backup Processor Info to JSON (C#)
Snapshots Processor Info (Win32_Processor) to a timestamped JSON file via System.Management and System.Text.Json.
Backup Network Adapter Configuration to JSON (C#)
Snapshots Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped JSON file via System.Managβ¦
Get The pip download cache Size Report (C#)
Recursively sums the size of the pip download cache, read-only (no deletion).