Tag: dotnet
132 script(s) tagged “dotnet”
Backup Computer System Product Info to JSON (C#)
Snapshots Computer System Product Info (Win32_ComputerSystemProduct) to a timestamped JSON file via System.Management aβ¦
Show Recycle Bin Icon on Desktop (C#)
Adds the Recycle Bin icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.
Backup Services to JSON (C#)
Snapshots Services (Win32_Service) to a timestamped JSON file via System.Management and System.Text.Json.
Disable Xbox Game Bar Capture (C#)
Disables background game/app capture via the Xbox Game Bar. Applies the tweak via Microsoft.Win32.Registry.
Disable Taskbar Chat Icon (C#)
Removes the Chat/Teams icon from the Windows 11 taskbar. Applies the tweak via Microsoft.Win32.Registry.
Disable Balloon Tip Notifications (C#)
Disables the small notification balloon tips in the system tray. Applies the tweak via Microsoft.Win32.Registry.
Disable Windows Tips & Suggestions (C#)
Stops Windows from showing tips and suggestions notifications. Applies the tweak via Microsoft.Win32.Registry.
Get Motherboard Info Report (C#)
Queries Win32_BaseBoard via WMI (System.Management) and prints Motherboard Info to the console.
Get Network Adapter Configuration Report (C#)
Queries Win32_NetworkAdapterConfiguration via WMI (System.Management) and prints Network Adapter Configuration to the cβ¦
Backup Local Groups to JSON (C#)
Snapshots Local Groups (Win32_Group) to a timestamped JSON file via System.Management and System.Text.Json.
Get Signed Drivers Report (C#)
Queries Win32_PnPSignedDriver via WMI (System.Management) and prints Signed Drivers to the console.
Enable Win32 Long Paths (C#)
Lifts the legacy 260-character MAX_PATH limit for apps that opt in (requires admin). Requires an elevated (Administratoβ¦