Tag: dotnet
132 script(s) tagged “dotnet”
Get Keyboard Info Report (C#)
Queries Win32_Keyboard via WMI (System.Management) and prints Keyboard Info to the console.
Backup Video Controllers to JSON (C#)
Snapshots Video Controllers (Win32_VideoController) to a timestamped JSON file via System.Management and System.Text.Jsβ¦
Backup Network Adapters to JSON (C#)
Snapshots Network Adapters (Win32_NetworkAdapter) to a timestamped JSON file via System.Management and System.Text.Json.
Get The VS Code cache folder Size Report (C#)
Recursively sums the size of the VS Code cache folder, read-only (no deletion).
Backup Network Login Profiles to JSON (C#)
Snapshots Network Login Profiles (Win32_NetworkLoginProfile) to a timestamped JSON file via System.Management and Systeβ¦
Get Time Zone Settings Report (C#)
Queries Win32_TimeZone via WMI (System.Management) and prints Time Zone Settings to the console.
Get Network Shares Report (C#)
Queries Win32_Share via WMI (System.Management) and prints Network Shares to the console.
Disable Fast Startup (C#)
Disables Fast Startup, useful when dual-booting or troubleshooting shutdowns (requires admin). Requires an elevated (Adβ¦
Disable Aero Shake (C#)
Stops shaking a window from minimizing every other open window. Applies the tweak via Microsoft.Win32.Registry.
Disable Windows Welcome Experience (C#)
Disables the full-screen "suggested content" tips that appear after updates. Applies the tweak via Microsoft.Win32.Regiβ¦
Backup Printers to JSON (C#)
Snapshots Printers (Win32_Printer) to a timestamped JSON file via System.Management and System.Text.Json.
Disable Game Bar Startup Tips (C#)
Stops the Game Bar from showing its startup tip panel. Applies the tweak via Microsoft.Win32.Registry.