Your system doesn't fit rockstar. What to do if the app is not compatible with your device

  1. When buying a new computer with an Intel Kaby Lake processor, Qualcomm 8996 and AMD Bristol Ridge or newer, if you want to install the Windows 7,8,8.1 operating system, you will encounter a warning that will be shown when looking for updates:
  2. Not Supported Hardware
  3. Your PC uses a processor designed for the latest version of Windows. Since the processor is not supported along with the version of Windows you are currently using, your system will miss important security updates.
  4. It is also possible that an error will be shown in the update center due to which it is not possible to search for updates:
  5. Windows could not find new updates
  6. An error occurred while checking for updates for your computer.
  7. Errors found:
  8. Code 80240037 Windows Update has encountered an unknown error.
  9. Thus, the only proven solution that Microsoft offers is to install the latest version of the Windows 10 operating system, which can be downloaded from the official website.
  10. Which processors are not compatible?

  11. Intel Atom Z530
  12. Intel Atom D525
  13. Intel Core i5-M 560
  14. Intel Core i5-4300M
  15. Intel Pentium B940
  16. Kaby lake
  17. Ryzen
  18. Skylake
  19. Qualcomm 8996 (Snapdragon 820)
  20. AMD Bristol Ridge
  21. AMD FX-8350
  22. AMD Turion 64 Mobile Technology ML-34
  23. Microsoft Official Blog.
  24. On the official Microsoft blog, more than one article has been posted on this matter. We warned in advance about incompatibility problems, let's say these processors and operating systems below 10. Translation of an article from the official Microsoft blog:
  25. Earlier this year, we shared Windows 10 with silicon innovation and our collaboration with partners to achieve breakthroughs in performance, imaging, connectivity, power, graphics, and more as the Windows platform evolves with them. At the time, we shared our commitment to safety, reliability, and compatibility with our established base.
  26. Enterprise customers are migrating to Windows 10 faster than any version of Windows. At the same time, we recognize that in some cases, customers have multiple systems requiring longer deployment times. We've heard this feedback and are posting an update to our 6th Gen Intel Core (Skylake) support policy today. * We have extended the support period from July 17, 2018 until the end of support dates for Windows 7 and Windows 8.1; And we will provide all the necessary security updates. This policy change primarily applies to our commercial customers who currently manage deployments with Windows 7 and Windows 8.1 and does not apply to customers running windows management 10.
  27. Windows 7 is in extended support today, and support will end for Windows 7 on January 14, 2020, and support for Windows 8.1 will end on January 10, 2023. 6th Generation Intel Core devices for Windows 7 and Windows 8.1 will be supported by all applicable security updates until the end of support for Windows 7 and Windows 8.1. This change is made possible through a strong partnership with our OEM partners and Intel who will test validate and update security updates for 6th Gen Intel Core systems running Windows 7 and Windows 8.1 until the end of support dates. As reported earlier this year, Future Silicon Platforms, including the 7th Gen Intel Core processor family (Kaby Lake) and 7th Gen AMD processors (such as Bristol Ridge), will only be supported on Windows 10, while all future releases on silicon processors will require latest version Windows 10.
  28. This change is intended to help our customers purchase modern hardware with confidence while continuing to manage their migrations to Windows 10. There are currently over 350 million devices on Windows 10 and over 135 billion hours of use since launch when deployed. corporate clients Windows 10 to devices every day. We recommend that customers update these 6th Gen Intel Core systems to Windows 7 and Windows 8.1 as soon as possible so that they can get full support along with the big improvements that come from running modern hardware with modern software.
  29. More information on this topic can be found
  30. * Applies to Windows 7, Windows 8.1 and Windows Embedded 7, 8, 8.1.
  31. Official blog, in English.
  32. Methods for fixing incompatibility.

    Installing a patch to fix incompatibility:

  33. Of course, lovers of boring versions of Windows such as 7 found a way out and at the moment it can be downloaded from Github from user zeffy. I will give all the links below at the end of the article, and now there is not much about the script. If you download the script from home page Zeffy on GitHub then in the downloads you will find an archive, it will contain files that are not compiled, this is not what you want. Such an archive is suitable for those who want to see for themselves what is inside the installation file or add their own fixes and then compile. To install the patch, you need to go to the page with releases, the author updates and supplements them, you can even see that the versions of the patch are changing. although to be honest, I did not constantly look into the code and did not observe, but many thanks for having such a patch and let's not talk about sad things. Go to the page with releases and select the release you need, for your system and bit rate, let me remind you if anyone has forgotten the bit rate of x32 and x64. After you download the release you need, run the file for execution, it will be downloaded one if for Windows and have the extension msi installation file. The full name for x64 bit Windows will be "wufuc_setup_x64.msi" without quotes. Install in the usual way like all programs in Windows, everything is simple. Yes, if you did not find the page with releases, you can get to it by clicking on the button at the end of the article "Download Wufuc from GitHub"
  34. How does this Zeffy wufuc script work?

  35. AT system file under the name wuaueng.Dll there are two functions responsible for checking the processor: IsDeviceServiceable (invalidated) and IsCPUSupported (invalidated). IsDeviceServiceable calls IsCPUSupported, then reuses the result in a repetitive process that checks for processor compatibility. The wufuc patch exploits this behavior by fixing booleans, Windows update thinks it has already checked the processor and your processor is supported by the system.
  36. During the installation process, a task is created in Windows that automatically launches the wufuc patch when the user logs in, then, depending on the settings of the center windows updates, wufuc will wait for updates.
  37. When the updates arrive on your computer, the wufuc patch will inject into LoadLibraryExW via Windows Api and will automatically hook IsDeviceServiceable () inside Wuaueng.dll
  38. Also RegQueryValueExW is needed to provide compatibility with UpdatePack7R2.
  39. Update removal method:

  40. An incompatibility message appears due to the installation of an update through Windows Update. Let's take a look at how to uninstall and what updates to uninstall.
  41. To remove an installed update, open a command prompt as administrator. AT command line we type the following command:
  42. wusa / uninstall / kb: 4015550
  43. We confirm Enter. Further, one more update is removed with the same command:
  44. wusa / uninstall / KB: 4012218
  45. Confirm Enter again.
  46. Then we do more with: KB4022719, KB4015549, KB4038777, KB4041686, the same thing.
  47. We hide these updates from the installation in the future.

    Disable the Diagnostics Tracking Service:

  48. It is possible that the Diagnostics Tracking Service is installed and running in the system.
  49. Disable it by stopping it in advance and selecting manual start or disabled. This service has been renamed and all options can be found in the telemetry article. I advise you to disable telemetry so that the sent data about your computer device is processed as little as possible and unnecessary updates arrive as little as possible. But disabling does not help in all cases, and then only when the incompatibility is fixed and so that it does not occur again, we disable telemetry and perform other methods described in the article.
  50. The options may not work for all, so I advise you to try each and stay at the working one. Why don't all options work? Because they are different and perform different fixes. Of course, so that such errors do not arise, there is another option is to change the processor or operating system.
  51. Some services have been renamed, would you like to see updated data on disabling telemetry? Go to the full article by clicking on the link below:
  52. Compatibility table of processors with operating systems.

  53. Below is a table of processor compatibility with Windows versions.
  54. Windows version Intel processors AMD processors Qualcomm processors
    Windows 7 and earlier (xp) Intel Core i3, i5, i7-6xxx, Core m3, m5, m7-6xxx Xeon E3-xxxx v5 - 6th generation.
    ---
    Windows 8.1
    Intel Atom, Celeron, Pentium, similar series of processors.
    A-series Ax-8xxx, E-series Ex-8xxx, FX-870K - 6th generation. ---
    Windows 10 update 1507 Intel Core i3, i5, i7-6xxx, Core m3, m5, m7-6xxx, Xeon E3-xxxx v5 - 6th generation.
    Intel Atom, Celeron, Pentium, similar series of processors.
    A-series Ax-8xxx, E-series Ex-8xxx, FX-870K - 6th generation. ---
    Windows 10 Enterprise
    LTSB 2015
    Intel Core i3, i5, i7-6xxx, Core m3, m5, m7-6xxx, Xeon E3-xxxx v5 - 6th generation.
    Intel Atom, Celeron, Pentium, similar series.
    A-series Ax-8xxx, E-series Ex-8xxx, FX-870K - 6th generation. ---
    Windows 10 1511 Intel Core i3, i5, i7-7xxx, Core m3-7xxx, Xeon E3-xxxx v6 - 7th generation.
    ---
    Windows 10 1607
    Intel Atom, Celeron, Pentium - current series
    A-series Ax-9xxx, E-series Ex-9xxx, FX-9xxx - 7th generation. ---
    Windows 10 Enterprise
    LTSB 2016
    Intel Core i3, i5, i7, i9-7xxx, Core m3-7xxx, Xeon E3-xxxx v6 - 7th generation.
    Intel Atom, Celeron, Pentium - current series
    A-series Ax-9xxx, E-series Ex-9xxx, FX-9xxx - 7th generation. ---
    Windows 10 1703 Intel Core i3, i5, i7, i9-7xxx, Core m3-7xxx, Xeon E3-xxxx v6 - 7th generation.
    8th generation Intel Core i7-8xxxU;
    Intel Atom, Celeron, Pentium - current series
    A-series Ax-9xxx, E-series Ex-9xxx, FX-9xxx - 7th generation.
    AMD Ryzen 3,5,7 1xxx
    ---
    Windows 10 1709 Intel Core i3, i5, i7-8xxx - 8th generation inclusive.
    Intel Atom, Celeron, Pentium, current series.
    A-series Ax-9xxx, E-series Ex-9xxx, FX-9xxx - 7th generation.
    AMD Ryzen 3,5,7 1xxx
    Qualcomm
    Snapdragon
    835
    Windows 10 Pro
    for Workstation 1709
    Intel Core i3, i5, i7-8xxx - 8th generation.
    Intel Atom, Celeron, Pentium, current series
    A-series Ax-9xxx, E-series Ex-9xxx, FX-9xxx
    7th generation.
    AMD Ryzen 3,5,7 1xxx;
    AMD Opteron;
    AMD Epyc 7xxxx.
    ---
    Windows 10
    1803
    Intel Core i3 / i5 / i7 / i9-8xxxK / U / H / G
    Intel 8th generation
    Intel Xeon E-21xx
    Intel Atom (J4xxx / J5xxx / N4xxx / N5xxx)
    Celeron and Pentium Processors

    7th Gen AMD.
    AMD Athlon 2xx, AMD Ryzen 3/5/7 2xxx
    AMD Opteron
    AMD EPYC 7xxx
    Qualcomm
    Snapdragon
    835, 850
    Windows 10
    1809
    Intel Core i3 / i5 / i7 / i9-9xxxK
    9th generation.
    Intel Xeon E-21xx
    Celeron, Pentium.
    A-Series Ax-9xxx, E-Series Ex-9xxx, FX-9xxx
    7th Gen AMD.
    AMD Athlon 2xx;
    AMD Ryzen 3/5/7 2xxx;
    AMD Opteron;
    AMD EPYC 7xxx
    Qualcomm
    Snapdragon
    850
    Windows 10
    Enterprise LTSC
    1809
    Intel Core i3 / i5 / i7 / i9-9xxxK
    9th generation.
    Intel Xeon E-21xx
    Intel Atom J4xxx / J5xxx / N4xxx / N5xxx
    Celeron, Pentium.
    A-Series Ax-9xxx, E-Series Ex-9xxx, FX-9xxx
    7th Gen AMD.
    AMD Athlon 2xx;
    AMD Ryzen 3/5/7 2xxx;
    AMD Opteron;
    AMD EPYC 7xxx.
    ---
    Windows 10
    1903
    Intel Core i3 / i5 / i7 / i9-9xxxK
    9th generation.
    Intel Xeon E-21xx
    Intel Atom J4xxx / J5xxx / N4xxx / N5xxx
    Celeron, Pentium.
    A-Series Ax-9xxx, E-Series Ex-9xxx, FX-9xxx
    7th Gen AMD.
    AMD Athlon 2xx;
    AMD Ryzen 3/5/7 2xxx;
    AMD Opteron;
    AMD EPYC 7xxx.
    Qualcomm
    Snapdragon
    850

    Compatibility table of processors with server operating systems.

  55. Compatibility data for processors and server versions of Windows.
  56. With the help of these tables, you can choose both a processor for an operating system and a turnover of wasps under a stone.
  57. Links mentioned in the article:

    Go to Microsoft's website and see what they say about the topic.
    Download Windows 10 to the official Microsoft website
    Github check out the compatibility fix script.
    YA Disk script not compiled
    wufuc from GitHub
    From the Author:
  58. Speaking of Windows support. I suggest you visit the page where you can find information about support for any of the products and find out the end of receiving updates.

In search of the necessary, it is especially unpleasant to find a program that is completely suitable for requests, which, instead of a download button, issues: "The application is incompatible with your device." Not to say that it causes panic, but an unpleasant residue remains. It is even more annoying when there is no other suitable application. How to proceed? What is the reason?

Why does this error appear?

The phrase "the application is incompatible with your device" Android writes in several cases:

  1. Outdated firmware version. "Android" continues to evolve, applications are trying to keep up with it.
  2. Location. Some developers place restrictions on the installation of their program in a particular country.
  3. Low smartphone performance. The developers believe that your device simply will not be able to function properly with this game or program.

No matter how scary such reasons sound, in principle, they are all "treated".

APK files

Such files are suitable if the "Play Market" itself blocks downloading to your device. You can download APK files both independently and by asking someone who understands such issues.

In order to install the application, first you need to visit the settings. There, in the "Security" section, next to the "Unknown Sources" subsection, put a check mark, thereby enabling the device to install applications not only from the "Market".

After the done operations, just open the APK file as you would with a photo or music track. Then click "Next", and upon completion of the installation "Ok" - and use the program to the fullest.

In order to carry out this operation, it is not necessary to have extended rights, that is, rooting. The only thing they might be needed for is to copy the APK file from the device on which this application already installed.

The disadvantage of this method of solving the problem of incompatibility of applications may be that the program will not be updated through the "Market", and as a result, if it comes out a new version, all the manipulations described above (except for security settings) will need to be done again.

Market Helper app

This program is not in the "Market" and only works on devices with accessibility. The app won't make your phone better or smarter. The essence of the program is that it changes your identification and the "Market" considers that your device is actually from another manufacturer or other model. What's more, Market Helper allows you to change your geolocation data from the comfort of your couch. This is ideal for applications not available in your area.

The principle of installing Market Helper is the same as with aPK files... After the installation and configuration is complete, the “application is not compatible with your device” error should disappear.

Regional restrictions

If the app is incompatible with your device due to restrictions imposed by the area you are in, use VPN tunnel routing. This method will transfer you to another country where the server router is installed. Of course, this method is not as reliable as using the program described above, but it's still worth trying. In addition, no root is required for this method, which is undoubtedly a merit.

conclusions

Each of these methods does not guarantee success. In some cases, it is necessary to forcibly clear the cache in the "Market". To do this, through the settings, you need to stop it, clear the data, start Market Helper or VPN and re-enable the "Market" itself. Please be aware that any changes to the settings are at your own risk.

Now you will not see the message “the application is incompatible with your device”. You already know what to do if your loved ones have it.

Often, novice users do to save time and money. The user who does the installation for the first time may encounter problems and may ask the question why Windows is not installing ?. Operating systems of the Windows family are very popular and now you need to know for what reasons they may not be installed.

Incorrect BIOS setup.

Any clean install of Windows starts with preparing your computer. At this stage, when trying to install Windows from a disk or flash drive, problems appear and nothing is installed. For everything to work, you need to set up the boot device that will read the Windows media. For example, if the installation will be performed from a DVD / CD disk, then the first device to boot must be a DVD / CD drive with an optical drive (disk)
If needed, then the first device to boot should be the USB flash drive itself, or rather USB HDD, USB Flash, USB Drive, also in the BIOS there may be a signature on the name of your flash drive or something similar, depending on the BIOS firmware version and model motherboard computer. Before saving the selected settings, you need to make sure the floppy drive is disabled. You need to go to the "Standard CMOS Features" section, where you need to disable "Floppy - 1.44 or Drive A". Next, you need to save the settings, press F10 and YES. The computer will reboot and the system will start installing Windows from a disk or flash drive.
Even when installing from a USB flash drive, there may be problems with the type of use hard disk... On modern computers, the hard drive can operate in IDE AHCI and RAID modes. If you do not have a RAID array of disks, then we will analyze the rest of the settings. In the IDE configuration section, you can find these settings. I recommend using AHCI mode, but when installing Windows from old flash drives, an inscription about the absence of a driver may appear. If you have such a problem, go to IDE mode and then the installation will go without errors. More details about BIOS settings.

Broken system image or damaged media.

Another persistent problem is incorrect recording of the Windows image. Bad disc (blank disc), damaged DVD / CD drive through which Windows burned. The same can be with a flash drive - broken memory or faulty USB ports on the mainland. It also happens that the equipment is working properly and is working correctly, and the image itself is damaged initially even before the moment of recording, for example, it was not downloaded or even was damaged when uploading to the site. In this case, you need to have several Windows images on hand, on different drives. You can try to install the operating system using another drive, for example, an external one. Use different Windows and device installation methods to help you achieve your goal of installing Windows by exclusion.

The hardware of the computer is damaged.

Another problem is the failure of the computer hardware. It could be a damaged motherboard, video card, hDD, RAM, power supply and processor.
It is necessary to conduct. Identify the damaged part and replace or repair it. There are many tests for this that don't need an OS. You can check the motherboard, processor and video card using the PC Test utility. Winchester can be checked hDD program Regenerator. Memory by the MemTest utility. The power supply can be checked through BIOS or just physically.

Outdated PC hardware

I think everything is clear here if the hardware of the computer does not meet the minimum system requirements to install Windows, you cannot install it. For example, to install Windows 10, your computer must have at least 1GB random access memory, hard disk space at least 16GB, processor frequency must be at least 1 GHz. The video card must support DirectX 9.0c. It is clear that such a computer will not be able to provide comfortable work. Therefore, for normal operation, a multi-core processor with a frequency of more than 1.6 GHz and 2 GB of RAM is required. Sometimes all parameters can be suitable except for video or sound card. For example, many still have ATI Radeon x700 video cards with 256 or 512MB of memory. It seems to be not very old video cards. But they don't have DirectX 9.0c support. They support DirectX 9.0b but can no longer work on Windows 8, 8.1 and 10. Carefully study all the specifications of your computer before installing Windows for compliance with system requirements. And if they fit, only then start the installation.

What else might prevent Windows from installing?

Old Motherboard BIOS boards or video cards. Update them.
Disconnected loop or power, check all loop and cable connections.
Conflicting details - network cards, sound cards, tv tuners and the like.
Windows assemblies, many download assemblies of operating systems and try to install them. Such operating systems, often, simply cannot be installed on certain computers. Use clean original Windows images for installation and then you shouldn't have any problems.