Tag: dotnet

132 script(s) tagged “dotnet”

🟣 C# / .NET 6+

Disable Start Menu Web Search (C#)

Stops the Start Menu search from including web results. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get Physical Memory Modules Report (C#)

Queries Win32_PhysicalMemory via WMI (System.Management) and prints Physical Memory Modules to the console.

🟣 C# / .NET 6+

Disable Storage Sense Low-Space Notifications (C#)

Silences low-disk-space notifications from Storage Sense. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get The user CrashDumps folder Size Report (C#)

Recursively sums the size of the user CrashDumps folder, read-only (no deletion).

🟣 C# / .NET 6+

Get Local Groups Report (C#)

Queries Win32_Group via WMI (System.Management) and prints Local Groups to the console.

🟣 C# / .NET 6+

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.

🟣 C# / .NET 6+

Disable Lock Screen Notifications (C#)

Stops app notifications from appearing on the lock screen. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get Physical Disk Drives Report (C#)

Queries Win32_DiskDrive via WMI (System.Management) and prints Physical Disk Drives to the console.

🟣 C# / .NET 6+

Disable Windows Spotlight on Desktop (C#)

Turns off the Windows Spotlight rotating desktop background feature. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Backup Environment Variables to JSON (C#)

Snapshots Environment Variables (Win32_Environment) to a timestamped JSON file via System.Management and System.Text.Js


🟣 C# / .NET 6+

Disable Feedback Notifications (C#)

Stops Windows from periodically asking for feedback. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Disable Background Apps Globally (C#)

Prevents Store apps from running in the background to save resources and battery. Applies the tweak via Microsoft.Win32