Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,134
    14,001
    340
    #4281 xinso, Aug 14, 2021
    Last edited: Aug 14, 2021
  2. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,013
    547
    60
    The failure to add function is prompted as follows, how to correct the error?
    捕获.PNG
     
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,134
    14,001
    340
    Make sure that language pack is successfully installed.
     
  4. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,013
    547
    60
    Consider the language pack certificate expired,The preview version has a time limit
    a.PNG
     
  5. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,013
    547
    60
    The .CAT of the 20279.1 packet and language pack are all invalid.
    捕获.PNG
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,134
    14,001
    340
  7. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,013
    547
    60
    For language packs related to functions, I think 20348microsoft-windows-server-languagepack-package can be used.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,134
    14,001
    340
    #4288 xinso, Aug 14, 2021
    Last edited: Aug 14, 2021
    How to? Different package contents and names...
     
  9. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,013
    547
    60
    With the language pack installation of 20348server, the data center bridging is enabled without any problem.
    b.PNG
     
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,134
    14,001
    340
    Oh, and else?
     
  11. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,013
    547
    60
    I took a look at 20348server-languagepack-package, many can be borrowed.
     
  12. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,134
    14,001
    340
    #4292 xinso, Aug 14, 2021
    Last edited: Aug 14, 2021
    Q1: Besides those shared packages, would others lend happily?
    Q2: What about upcoming LCUs?
    Q3: Do you really want such a crippled system?

    Or,

    Q4: You just want to learn porting?

    I guess Q4.
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,134
    14,001
    340
    #4293 xinso, Aug 14, 2021
    Last edited: Aug 14, 2021
    If I have Server environment, I would rather test "SMB over QUIC" on Non-Azure devices.
    https://forums.mydigitallife.net/th...20348-1-fe_release.83200/page-23#post-1681799
    Code:
    SMB1Deprecation-Enabled 0
    SMBClient-AllowInsecureGuestAuthByDefault 0
    SMBClient-AllowRdmaUsage 1
    SMBServer-AllowHashPublication 1
    SMBServer-AllowRdmaUsage 1
    SMBServer-AllowRemoteLegacyShadowCopyAccess 1
    SMBServer-AllowRemoteShadowCopyAccess 1
    SMBServer-ListenOverQUIC 1
    SMBServer-WindowsMaxInSMBConns 16777216
    SMR-HostManaged-Enabled 1
    
     
  14. kibkalo

    kibkalo MDL Addicted

    Sep 8, 2009
    697
    261
    30
    #4294 kibkalo, Aug 14, 2021
    Last edited: Aug 14, 2021
    I have one ServerTurbine2022 (full) VM, KMS38 activated, reboots and installls updates without losing activation
    Am not able to activate another one, created same day.
    Can upload parts if interested
    upload_2021-8-14_14-32-8.png

    I have got hotpatch enrollment and gated/targeted packages, As well as one of HotPatches itsellf. Would make a link soon.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,134
    14,001
    340
    #4295 xinso, Aug 14, 2021
    Last edited: Aug 14, 2021
    Yeah, I was thinking yesterday that today you'll do such a thing. And you did!

    But... You were too happy to have neglected "from #4268 to #4270".
     
  16. kibkalo

    kibkalo MDL Addicted

    Sep 8, 2009
    697
    261
    30
    That's a positive or negative mark, teacher?
     
  17. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,134
    14,001
    340
    Both.

    From #4268 to #4270
     
  18. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,134
    14,001
    340
    Thank you so much. I'll try my best to learn.

    Now you have got company: zhanglin
     
  19. zhanglin

    zhanglin MDL Expert

    Jan 11, 2018
    1,013
    547
    60
    Yes, I still want to see the effect of 20348ITOEnterpriseS on this.

    Code:
         <detectNone default="true" />
            <mum2:customInformation xmlns:mum2="urn:schemas-microsoft-com:asm.v3">
              <mum2:EnableSelectabilityForEditions>
                <mum2:EnableSelectabilityForEdition name="Microsoft-Windows-IoTEnterpriseSEdition" />
              </mum2:EnableSelectabilityForEditions>
            </mum2:customInformation>
          </selectable>