Bypass ESU Blue

Discussion in 'Windows 8' started by abbodi1406, Feb 14, 2023.

  1. pm67310

    pm67310 MDL Guru

    Joined:
    Sep 6, 2011
    Messages:
    3,641
    Likes Received:
    2,893
    Trophy Points:
    120
    server 2012 ( not r2 ) update install on windows 8.0 fine :)
     
  2. badr-aldeen

    badr-aldeen MDL Novice

    Joined:
    Aug 18, 2020
    Messages:
    18
    Likes Received:
    4
    Trophy Points:
    0
    I did not notice about the updates ESU KB5017220 before installing Bypass even I used it on Windows 7 before
    Any way uninstall ESU Bypass then install KB5017220 then re install Bypass again
    Then I changed EditionID from " Coresinglelanguage" to " EmbeddedIndustry"
    Without need for reboot I get two updates
    KB5022899 and KB5022733

    Thank you for you amazing work
     
  3. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    17,631
    Likes Received:
    93,661
    Trophy Points:
    340
    KB5017220 is not needed

    it's ment for Server 2012 R2 ESU starting in November
     
  4. badr-aldeen

    badr-aldeen MDL Novice

    Joined:
    Aug 18, 2020
    Messages:
    18
    Likes Received:
    4
    Trophy Points:
    0
    I just followed "Read me " instructions o_Oo_O
    even I know there is no ESU for Windows 8.1
    and I just read about windows server 2012 ESU until 2026
    I just get confused
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    17,631
    Likes Received:
    93,661
    Trophy Points:
    340
    #25 abbodi1406, Feb 18, 2023
    Last edited: Feb 18, 2023
    (OP)
    Yeah, i added it just in case
     
  6. pm67310

    pm67310 MDL Guru

    Joined:
    Sep 6, 2011
    Messages:
    3,641
    Likes Received:
    2,893
    Trophy Points:
    120
    #26 pm67310, Feb 18, 2023
    Last edited: Feb 18, 2023
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    17,631
    Likes Received:
    93,661
    Trophy Points:
    340
    #27 abbodi1406, Feb 18, 2023
    Last edited: Feb 19, 2023
    (OP)
    You don't need wsus proxy for that, below registry change is enough for Windows 8.0
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "InstallationType"="Embedded"
    "EditionID"="EmbeddedIndustry"
    "ProductName"="Windows Embedded 8 Industry Pro"
    
    ;-- or --
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "InstallationType"="Embedded"
    "EditionID"="EmbeddedIndustryE"
    "ProductName"="Windows Embedded 8 Industry Enterprise"
    
    ;-- or --
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "InstallationType"="Embedded"
    "EditionID"="Embedded"
    "ProductName"="Windows Embedded 8 Standard"
     
  8. pm67310

    pm67310 MDL Guru

    Joined:
    Sep 6, 2011
    Messages:
    3,641
    Likes Received:
    2,893
    Trophy Points:
    120
  9. ah-le-le

    ah-le-le MDL Novice

    Joined:
    Oct 27, 2012
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
    Am I correct in that this bypass only removes the block that prevents the installation of Windows 8 Embedded Patches? Patches must be downloaded and installed manually. This bypass has no effect on Windows Update finding, downloading, and installing the patches.
     
  10. ah-le-le

    ah-le-le MDL Novice

    Joined:
    Oct 27, 2012
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
    I now realized there needs to be a registry edit before Windows Update works. Problem is I followed the post above me thinking that was for Windows 8.1 and made 3 incorrect changes.

    I know EditionID= should be EmbeddedIndustry.

    What should be the proper value for

    InstallationType=

    and

    ProuctName=

    Thank you for helping.
     
  11. skorpion68

    skorpion68 MDL Novice

    Joined:
    Mar 21, 2015
    Messages:
    39
    Likes Received:
    78
    Trophy Points:
    0
    Hello ah-le-le,
    see post #27. You only have to change the 8 to 8.1.
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    17,631
    Likes Received:
    93,661
    Trophy Points:
    340
    It's not needed to change InstallationType & ProuctName for Windows 8.1
    EditionID is enough
     
  13. pm67310

    pm67310 MDL Guru

    Joined:
    Sep 6, 2011
    Messages:
    3,641
    Likes Received:
    2,893
    Trophy Points:
    120
    windows 8.1 ? => add this

    EditionID"="EmbeddedIndustryE"

    if windows 8.0

    create batch file with this

    reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v EditionID /t REG_SZ /d "Embedded" /f
    reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v InstallationType /t REG_SZ /d "Embedded" /f
    reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName /t REG_SZ /d "Windows Embedded 8 Standard" /f

    run net stop wuauserv

    delete software distribution folder re run windows update
     
  14. ah-le-le

    ah-le-le MDL Novice

    Joined:
    Oct 27, 2012
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
    Thanks guys. I realize that it is not necessary to change the values of:

    InstallationType=

    and

    ProductName=

    on a Windows 8.1 machine to receive the updates but I mistakenly already did.

    Currently, the values on the Windows 8.1 Home System are:

    "InstallationType"="Embedded"
    "EditionID"="EmbeddedIndustry"
    "ProductName"="Windows Embedded 8 Standard"

    Will this mismatch cause a problem? I am concerned it might in the future which is why I want to enter what is considered the proper values.

    Additional question:

    Is Windows Defender part of Windows Embedded? Reason for asking is it seems as though Defender is no longer updated though Windows Update.
     
  15. maur0

    maur0 MDL Senior Member

    Joined:
    Aug 3, 2012
    Messages:
    420
    Likes Received:
    207
    Trophy Points:
    10
    #35 maur0, Feb 20, 2023
    Last edited: Feb 20, 2023
    the only problem with win 8 is being able to install framework 4.8 any tips?
    it installs but when you use a program that uses framework 4.8 it says it doesn't have it installed
     
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    17,631
    Likes Received:
    93,661
    Trophy Points:
    340
    "InstallationType"="Client"
    "ProductName"="Windows 8.1"

    maybe
    you can change EditionID back to "Core", and only change to "EmbeddedIndustry" on patch tuesday (when new Windows updates are released)
     
  17. pm67310

    pm67310 MDL Guru

    Joined:
    Sep 6, 2011
    Messages:
    3,641
    Likes Received:
    2,893
    Trophy Points:
    120
    use orca msi editor and delete check ?
     
  18. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    17,631
    Likes Received:
    93,661
    Trophy Points:
    340
    .NET 4.8 and IE11 are blocked for Win 8
    if you use Dism.exe to install them, it will appear it succeed, but it will not install the full package
     
  19. kkhww

    kkhww MDL Member

    Joined:
    Mar 15, 2021
    Messages:
    171
    Likes Received:
    184
    Trophy Points:
    10
  20. ah-le-le

    ah-le-le MDL Novice

    Joined:
    Oct 27, 2012
    Messages:
    35
    Likes Received:
    0
    Trophy Points:
    0
    Thank you. That is what I will do.

    Off topic, but this thread is pretty sparse considering that Windows 8 is still a decent and relatively lightweight OS that just needed a 3rd party shell.