Tag: dotnet

132 script(s) tagged “dotnet”

🟣 C# / .NET 6+

Disable Activity Feed / Timeline (C#)

Disables the Windows Activity Feed / Timeline feature (requires admin). Requires an elevated (Administrator) prompt. Ap…

🟣 C# / .NET 6+

Get Installed MSI Products Report (C#)

Queries Win32_Product via WMI (System.Management) and prints Installed MSI Products to the console.

🟣 C# / .NET 6+

Get USB Controllers Report (C#)

Queries Win32_USBController via WMI (System.Management) and prints USB Controllers to the console.

🟣 C# / .NET 6+

Get CD/DVD Drives Report (C#)

Queries Win32_CDROMDrive via WMI (System.Management) and prints CD/DVD Drives to the console.

🟣 C# / .NET 6+

Disable Tailored Experiences (C#)

Stops Windows from using diagnostic data to personalize tips and ads. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Get The Office document cache Size Report (C#)

Recursively sums the size of the Office document cache, read-only (no deletion).

🟣 C# / .NET 6+

Get Services Report (C#)

Queries Win32_Service via WMI (System.Management) and prints Services to the console.

🟣 C# / .NET 6+

Get Windows Error Reporting files Size Report (C#)

Recursively sums the size of Windows Error Reporting files, read-only (no deletion).

🟣 C# / .NET 6+

Show This PC Icon on Desktop (C#)

Adds the This PC icon back to the desktop. Applies the tweak via Microsoft.Win32.Registry.

🟣 C# / .NET 6+

Disable Windows Consumer Features (C#)

Stops Windows from auto-installing suggested consumer apps (requires admin). Requires an elevated (Administrator) promp…

🟣 C# / .NET 6+

Disable Cortana (C#)

Disables Cortana integration in Windows Search (requires admin). Requires an elevated (Administrator) prompt. Applies t…

🟣 C# / .NET 6+

Backup Logical Disks to JSON (C#)

Snapshots Logical Disks (Win32_LogicalDisk) to a timestamped JSON file via System.Management and System.Text.Json.