This guide provides a method to prevent Windows 10 from automatically upgrading to Windows 11 by modifying the Windows registry settings.
Open Registry Editor:
regedit
and press Enter.Navigate to the Following Path:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate
Create or Modify Keys:
TargetReleaseVersion
and set its value to 1
.TargetReleaseVersionInfo
and set its value to 22H2
(the latest version for Windows 10).ProductVersion
and set its value to Windows 10
.WindowsUpdate
, select Export
, name the file descriptively, and save it.As always, ensure you back up your registry and important data before making changes.