Advertisement

Install Updates on Kaby Lake and Ryzen CPUs (Bypass CPU Lock)

As you may already know, Microsoft has locked the ability to receive updates for Intel's Kaby Lake and AMD's Ryzen CPUs owners for those who have Windows 7 or Windows 8.1 installed with these CPUs. This is a very unpleasant move from the software corporation for users who have no desire to accept the upgrade to Windows 10. Here is a trick to bypass this limitation and install all updates including the ones that are prevented from being installed on such devices.

Advertisеment

Windows 7 Unsupported HardwareMicrosoft provides support for Intel's Kaby Lake and AMD's Ryzen CPU series (and all new processors going forward) only in Windows 10. This is purely a business decision, not a technical one to force more people to use Windows 10. In order to receive updates, the user has no choice but to move to the latest operating system version.

Microsoft ended mainstream support for Windows 7 in January 2015. End of mainstream support means the operating system receives security updates but not minor functionality changes. Windows 8.1 is still under mainstream support but Microsoft is ditching customers of this operating system entirely with this hostile move. Microsoft wants everyone running Windows 10 as soon as possible whereas many Windows users have no plans to ever use Windows 10, not even in the future. Once their current hardware stops working, they will be forced to install and use Windows 10 to remain secure and protected.

Many users are not happy with this restrictive policy. A GitHub developer, "zeffy", decided to change this situation. He discovered the ability to install the "locked" update packages on modern hardware by patching some files. On his GitHub page, he has described in detail how he discovered special programming functions, 'IsDeviceServiceable(void)' and 'IsCPUSupported(void)', which are located in the wuaueng.dll DLL library included in the OS. These functions perform a hardware check and are responsible for locking out the CPU so updates cannot be installed.

The author provides ready-to-use patches to "unlock" your Intel Kaby Lake or AMD Ryzen CPU-based PC with Windows 7 or Windows 8.1 installed. Here are the instructions:

IsCPUSupported(void) is only ever called by IsDeviceServiceable(void), which is called by five other functions. Luckily, there are a couple of easy ways to kill this CPU check.

  1. Patch wuaueng.dll and change dword_600002EE948 which is at file offset 0x26C948, from 0x01 to 0x00. This makes IsDeviceServiceable(void) jump over its entire body and return 1 (supported CPU) immediately. This is my preferred method. Note: These offsets are only for the Windows 7 x64 version.
  2. Patch wuaueng.dll and nop out all the instructions highlighted in IsDeviceServiceable(void), this will enable the usage of the ForceUnsupportedCPU of type REG_DWORD under the Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Test\Scan (you will most likely have to create this registry key). Set this value to 0x00000001 to force unsupported CPUs, and back to 0x00000000 to change the behaviour back to default. You will probably need to restart your PC or restart the wuauserv service in order for changes to apply. This behaviour is undocumented and could be removed in future updates.

The only downside of these solutions is that you have to re-apply a new patch whenever wuaueng.dll gets updated.

To grab the patches, go to the zeffy's GitHub page and read the introduction carefully.

Download patches to allow updates to install

Keep in mind that this is a temporary solution. Unquestionably, Microsoft will "fix" this ability as soon as possible and lock the Windows Update ability with a more complicated implementation. The company is not interested in supporting Windows 7 or Windows 8.1 on recent CPUs even if they run just fine.

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

5 thoughts on “Install Updates on Kaby Lake and Ryzen CPUs (Bypass CPU Lock)”

      1. Hey! Do you know a way to install windows 7 on kaby lake processors? They have blocked it. Before the installation starts, it says missing driver for any new kaby lake laptop. I want to buy a new laptop and I don’t want windows 10. I absolutely hate it. Two apps for everything, one metro and one desktop, one settings and one control panel, two internet explorers…etc. I hate it.

        Thanks a lot.

  1. Best way to push back on this is for every tech to go to the business manager at their company who works with Microsoft and have them push back on Microsoft for this stupid policy. Pretty soon it will harder to get older hardware, and since many companies are still standardized on Windows 7 they will see the problems as soon as the machines are imaged with the corporate standard Windows 7 image.

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.