Tag: dotnet
132 script(s) tagged “dotnet”
Disable Start Menu Web Search (C#)
Stops the Start Menu search from including web results. Applies the tweak via Microsoft.Win32.Registry.
Get Physical Memory Modules Report (C#)
Queries Win32_PhysicalMemory via WMI (System.Management) and prints Physical Memory Modules to the console.
Disable Storage Sense Low-Space Notifications (C#)
Silences low-disk-space notifications from Storage Sense. Applies the tweak via Microsoft.Win32.Registry.
Get The user CrashDumps folder Size Report (C#)
Recursively sums the size of the user CrashDumps folder, read-only (no deletion).
Get Local Groups Report (C#)
Queries Win32_Group via WMI (System.Management) and prints Local Groups to the console.
Backup Page File Usage to JSON (C#)
Snapshots Page File Usage (Win32_PageFileUsage) to a timestamped JSON file via System.Management and System.Text.Json.
Disable Lock Screen Notifications (C#)
Stops app notifications from appearing on the lock screen. Applies the tweak via Microsoft.Win32.Registry.
Get Physical Disk Drives Report (C#)
Queries Win32_DiskDrive via WMI (System.Management) and prints Physical Disk Drives to the console.
Disable Windows Spotlight on Desktop (C#)
Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via Microsoft.Win32.Registry.
Backup Environment Variables to JSON (C#)
Snapshots Environment Variables (Win32_Environment) to a timestamped JSON file via System.Management and System.Text.JsâŠ
Disable Feedback Notifications (C#)
Stops Windows from periodically asking for feedback. Applies the tweak via Microsoft.Win32.Registry.
Disable Background Apps Globally (C#)
Prevents Store apps from running in the background to save resources and battery. Applies the tweak via Microsoft.Win32âŠ