Tag: dotnet

132 script(s) tagged “dotnet”

🟣 C# / .NET 6+

Backup Keyboard Info to JSON (C#)

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

🟣 C# / .NET 6+

Get The NuGet packages cache Size Report (C#)

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

🟣 C# / .NET 6+

Get Environment Variables Report (C#)

Queries Win32_Environment via WMI (System.Management) and prints Environment Variables to the console.

🟣 C# / .NET 6+

Enable Dark Mode (C#)

Switches File Explorer and other system surfaces to dark mode. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Disable Start Menu Suggested Apps (C#)

Stops Windows from silently installing suggested Store apps. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get Battery Info Report (C#)

Queries Win32_Battery via WMI (System.Management) and prints Battery Info to the console.

🟣 C# / .NET 6+

Get The Microsoft Teams cache Size Report (C#)

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

🟣 C# / .NET 6+

Backup BIOS Info to JSON (C#)

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

🟣 C# / .NET 6+

Get The Explorer thumbnail cache Size Report (C#)

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

🟣 C# / .NET 6+

Enable Num Lock on Startup (C#)

Turns Num Lock on by default for every new sign-in. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Disable Recent Documents History (C#)

Stops Windows from tracking recently opened documents. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Backup Physical Disk Drives to JSON (C#)

Snapshots Physical Disk Drives (Win32_DiskDrive) to a timestamped JSON file via System.Management and System.Text.Json.