Home > Computer Tutorials > Troubleshooting > 2 Effective Ways to Disable Upgrade to Windows 11 Prompt

2 Effective Ways to Disable Upgrade to Windows 11 Prompt

Patricia Arquette
Release: 2025-02-11 20:09:12
Original
610 people have browsed it

Prevent Annoying Windows 11 Upgrade Prompts: Two Simple Solutions

Microsoft is actively pushing the Windows 11 upgrade, even to devices that may not fully meet its requirements. If you're not ready to upgrade, or your system is incompatible, you'll likely encounter persistent upgrade prompts. This guide provides two methods to disable these notifications. Note that Windows 10 will reach end-of-support in October 2025.

2 Effective Ways to Disable Upgrade to Windows 11 Prompt

Method 1: Registry Editor

The Windows Registry holds numerous system settings. Modifying specific registry keys can alter system behavior. Caution: Incorrect registry edits can cause system instability. Back up your data beforehand, or use system imaging software for easy restoration.

  1. Press Win S to open the search bar.
  2. Type "registry editor" and select the application.
  3. Navigate to: HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate
  4. Double-click ProductVersion, set its Value data to "Windows 10", and click OK.
  5. Double-click TargetReleaseVersion, set its Value data to "1", and click OK.
  6. Double-click TargetReleaseVersionInfo, set its Value data to "22H2", and click OK.

If any of these keys (WindowsUpdate, ProductVersion, TargetReleaseVersion, or TargetReleaseVersionInfo) are missing, create them manually:

  1. Navigate to: HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows
  2. Right-click Windows, select New > Key, and name it WindowsUpdate.
  3. Create ProductVersion (String Value), setting its value data to "Windows 10".
  4. Create TargetReleaseVersion (DWORD (32-bit) Value), setting its value data to "1".
  5. Create TargetReleaseVersionInfo (String Value), setting its value data to "22H2".

2 Effective Ways to Disable Upgrade to Windows 11 Prompt

Method 2: Local Group Policy Editor (Not Available on Windows 10 Home)

The Local Group Policy Editor allows advanced system configuration. This method is unavailable for Windows 10 Home users.

  1. Press Win R to open the Run dialog.
  2. Type gpedit.exe and press Enter.
  3. Navigate to: Computer ConfigurationAdministrative TemplatesWindows ComponentsWindows UpdateWindows Update for Business
  4. Double-click Select the target Feature Update version.
  5. Select Enabled. In Options, specify the desired Windows version (e.g., "22H2").
  6. Click Apply and OK.

2 Effective Ways to Disable Upgrade to Windows 11 Prompt

Conclusion

By implementing either of these methods, you can effectively silence the persistent Windows 11 upgrade prompts and maintain your current Windows version. Remember to exercise caution when editing the registry.

The above is the detailed content of 2 Effective Ways to Disable Upgrade to Windows 11 Prompt. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template