Tag: dotnet
132 script(s) tagged “dotnet”
Get Operating System Info Report (C#)
Queries Win32_OperatingSystem via WMI (System.Management) and prints Operating System Info to the console.
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).
Get Video Controllers Report (C#)
Queries Win32_VideoController via WMI (System.Management) and prints Video Controllers to the console.
Backup Battery Info to JSON (C#)
Snapshots Battery Info (Win32_Battery) to a timestamped JSON file via System.Management and System.Text.Json.
Get Connected Monitors Report (C#)
Queries Win32_DesktopMonitor via WMI (System.Management) and prints Connected Monitors to the console.
Show Hidden Files (C#)
Makes File Explorer always show hidden files and folders. Applies the tweak via Microsoft.Win32.Registry.
Get Google Chrome's browser cache Size Report (C#)
Recursively sums the size of Google Chrome's browser cache, read-only (no deletion).
Backup Operating System Info to JSON (C#)
Snapshots Operating System Info (Win32_OperatingSystem) to a timestamped JSON file via System.Management and System.Texβ¦
Enable Light Mode (C#)
Reverts File Explorer and other system surfaces to light mode. Applies the tweak via Microsoft.Win32.Registry.
Get Local User Accounts Report (C#)
Queries Win32_UserAccount via WMI (System.Management) and prints Local User Accounts to the console.
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β¦
Get IIS log files Size Report (C#)
Recursively sums the size of IIS log files, read-only (no deletion).