diff --git a/docs/core/install/windows.md b/docs/core/install/windows.md index 2a68272cb6d1f..b9f7aac0ad455 100644 --- a/docs/core/install/windows.md +++ b/docs/core/install/windows.md @@ -232,9 +232,9 @@ The installer executables always install new content before removing the previou | .NET version | Registry key | Name | Type | Value | | -------------- | :--------- | :---------- | :---------- | :---------- | -| All | HKLM\SOFTWARE\Microsoft\\.NET | RemovePreviousVersion | REG_SZ | _always_, _never_, or _nextSession_ | -| .NET 9 | HKLM\SOFTWARE\Microsoft\\.NET\9.0 | RemovePreviousVersion | REG_SZ | _always_, _never_, or _nextSession_ | -| .NET 8 | HKLM\SOFTWARE\Microsoft\\.NET\8.0 | RemovePreviousVersion | REG_SZ | _always_, _never_, or _nextSession_ | +| All | HKLM\SOFTWARE\Microsoft\\.NET | RemovePreviousVersion | REG_SZ | `always`, `never`, or `nextSession` | +| .NET 9 | HKLM\SOFTWARE\Microsoft\\.NET\9.0 | RemovePreviousVersion | REG_SZ | `always`, `never`, or `nextSession` | +| .NET 8 | HKLM\SOFTWARE\Microsoft\\.NET\8.0 | RemovePreviousVersion | REG_SZ | `always`, `never`, or `nextSession` | - `never` retains previous installations and requires manual intervention to remove previous .NET installations. - `always` removes previous installations after the new version is installed. This is the default behavior in .NET.