Tag: dotnet

132 script(s) tagged “dotnet”

🟣 C# / .NET 6+

Get Operating System Info Report (C#)

Queries Win32_OperatingSystem via WMI (System.Management) and prints Operating System Info to the console.

🟣 C# / .NET 6+

Get The current user's Temp folder Size Report (C#)

Recursively sums the size of the current user's Temp folder, read-only (no deletion).

🟣 C# / .NET 6+

Get Video Controllers Report (C#)

Queries Win32_VideoController via WMI (System.Management) and prints Video Controllers to the console.

🟣 C# / .NET 6+

Backup Battery Info to JSON (C#)

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

🟣 C# / .NET 6+

Get Connected Monitors Report (C#)

Queries Win32_DesktopMonitor via WMI (System.Management) and prints Connected Monitors to the console.

🟣 C# / .NET 6+

Show Hidden Files (C#)

Makes File Explorer always show hidden files and folders. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get Google Chrome's browser cache Size Report (C#)

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

🟣 C# / .NET 6+

Backup Operating System Info to JSON (C#)

Snapshots Operating System Info (Win32_OperatingSystem) to a timestamped JSON file via System.Management and System.Tex…

🟣 C# / .NET 6+

Enable Light Mode (C#)

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

🟣 C# / .NET 6+

Get Local User Accounts Report (C#)

Queries Win32_UserAccount via WMI (System.Management) and prints Local User Accounts to the console.

🟣 C# / .NET 6+

Disable Snap Assist Suggestions (C#)

Stops Windows from suggesting other windows to snap next to one you just moved. Applies the tweak via Microsoft.Win32.R…

🟣 C# / .NET 6+

Get IIS log files Size Report (C#)

Recursively sums the size of IIS log files, read-only (no deletion).