You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When navigating to the "Updates" tab and selecting "Security (Recommended) Settings, everything works as expected, and Windows receives the latest updates. However, if the "Default (Out of Box) Settings" option is selected, Windows fails to download the latest updates.
Steps to reproduce
Go to the "Updates" tab in the application.
Select "Security (Recommended) Settings":
Expected behavior: Windows updates change as expected.
Select "Default (Out of Box) Settings":
Observed behavior: Windows does not receive the latest feature updates.
Expected behavior
"Default (Out of Box) Settings" should ensure Windows is changed to receive the latest feature updates.
Screenshots
None provided
Additional context
I was using Windows 11 (22H2) and attempting to update to 23H2, but Windows Update did not detect the update. To resolve this, I had to manually download and install windows11.0-kb5027397-x64_.msu for windows to see 23H2.
After successfully updating to 23H2, Windows Update did not detect the 24H2 update. To resolve this issue, I had to make manual changes in the Windows Registry:
Add a new string value named ProductVersion and set its value to Windows 11.
Add another string value named TargetReleaseVersionInfo and set it to 24H2.
These manual steps were required to get Windows to recognize and install the 24H2 update.
I did even try to use the "Reset Windows Update" option under the Config tab, and restarted many times, but none of that didn't make any difference.
Issue validation
I checked for duplicate issues.
I checked for already existing discussions.
I checked for an already existing pull request addressing the issue.
The text was updated successfully, but these errors were encountered:
Describe the bug
When navigating to the "Updates" tab and selecting "Security (Recommended) Settings, everything works as expected, and Windows receives the latest updates. However, if the "Default (Out of Box) Settings" option is selected, Windows fails to download the latest updates.
Steps to reproduce
Expected behavior
"Default (Out of Box) Settings" should ensure Windows is changed to receive the latest feature updates.
Screenshots
None provided
Additional context
I was using Windows 11 (22H2) and attempting to update to 23H2, but Windows Update did not detect the update. To resolve this, I had to manually download and install
windows11.0-kb5027397-x64_.msu
for windows to see 23H2.After successfully updating to 23H2, Windows Update did not detect the 24H2 update. To resolve this issue, I had to make manual changes in the Windows Registry:
ProductVersion
and set its value toWindows 11
.TargetReleaseVersionInfo
and set it to24H2
.These manual steps were required to get Windows to recognize and install the 24H2 update.
I did even try to use the "Reset Windows Update" option under the Config tab, and restarted many times, but none of that didn't make any difference.
Issue validation
The text was updated successfully, but these errors were encountered: