Tag: dotnet

132 script(s) tagged “dotnet”

🟣 C# / .NET 6+

Backup System Drivers to JSON (C#)

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

🟣 C# / .NET 6+

Backup Computer System Info to JSON (C#)

Snapshots Computer System Info (Win32_ComputerSystem) to a timestamped JSON file via System.Management and System.Text.…

🟣 C# / .NET 6+

Get System Drivers Report (C#)

Queries Win32_SystemDriver via WMI (System.Management) and prints System Drivers to the console.

🟣 C# / .NET 6+

Get Page File Usage Report (C#)

Queries Win32_PageFileUsage via WMI (System.Management) and prints Page File Usage to the console.

🟣 C# / .NET 6+

Disable Explorer Startup Delay (C#)

Removes the artificial delay before startup apps launch. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Backup Installed Hotfixes to JSON (C#)

Snapshots Installed Hotfixes (Win32_QuickFixEngineering) to a timestamped JSON file via System.Management and System.Te…

🟣 C# / .NET 6+

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…

🟣 C# / .NET 6+

Get Computer System Product Info Report (C#)

Queries Win32_ComputerSystemProduct via WMI (System.Management) and prints Computer System Product Info to the console.

🟣 C# / .NET 6+

Disable Taskbar Transparency (C#)

Turns off the translucent taskbar/Start menu effect for a small performance gain. Applies the tweak via Microsoft.Win32…

🟣 C# / .NET 6+

Backup Processor Info to JSON (C#)

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

🟣 C# / .NET 6+

Backup Network Adapter Configuration to JSON (C#)

Snapshots Network Adapter Configuration (Win32_NetworkAdapterConfiguration) to a timestamped JSON file via System.Manag…

🟣 C# / .NET 6+

Get The pip download cache Size Report (C#)

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