Microsoft .net Desktop - Runtime %28x64%29 8.0x

| Feature | .NET Framework (4.8) | .NET Desktop Runtime (8.0.x) | | :--- | :--- | :--- | | | Built into Windows (single global version) | Side-by-side installation (multiple versions allowed) | | Deployment | Required OS feature | Self-contained or dependent on runtime | | Future | Maintenance mode (security updates only) | Active development (new features every year) | | Best for | Legacy enterprise apps (ERP, CRM built pre-2020) | Modern WPF/WinForms apps, high-performance tools |

Enterprises using WSUS (Windows Server Update Services) can approve the "Microsoft .NET 8.0 Desktop Runtime" updates just like OS updates. microsoft .net desktop runtime %28x64%29 8.0x

| Method | Best for | Command/Policy | | :--- | :--- | :--- | | | Cloud-managed devices | Win32 app: detection rule = registry HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x64\sharedfx\Microsoft.WindowsDesktop.App\8.0.x | | PDQ Deploy | On-prem inventory | Deploy as "Install Step" → ".NET Desktop Runtime" package | | SCCM (MECM) | Large enterprise | Create Application with MSI detection | | Group Policy | Small domain | Startup script: msiexec /i windowsdesktop-runtime-8.0.x-win-x64.msi /q | | Feature |