[DISCUSSION] Windows 10 Insider Preview Build 11082

Discussion in 'Windows 10' started by pawX, Dec 16, 2015.

Thread Status:
Not open for further replies.
  1. Chris123NT

    Chris123NT MDL Expert

    Oct 23, 2010
    1,070
    793
    60
  2. Full inu

    Full inu MDL Addicted

    Jun 9, 2015
    516
    133
    30
    I wonder, when MS will refine UI of WinPE...? It's still from Windows 8, right?
    And W8' is a variant of Vista/Seven...
     
  3. BetaWorld

    BetaWorld MDL Member

    Jan 9, 2015
    111
    274
    10
    #143 BetaWorld, Dec 19, 2015
    Last edited: Dec 19, 2015
    @xinso Sorry to trouble you, but could you please help us with all zh-tw ESDs? I would appreciate it if you do us a favor.
    If possible, help me with all SKU/language ESDs every time there is a new version released...:hug:
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,031
    14,672
    340
    BetaWorld,

    I am sorry, but I have quitted on ESD fetching for a while.
     
  5. BetaWorld

    BetaWorld MDL Member

    Jan 9, 2015
    111
    274
    10
    Thank you anyway... By the way, do you still hold some old version ESDs? I'd like to get some files from you to add them to my archive. Could you please give me a list? Thanks a lot.
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,031
    14,672
    340
    They were gone with the damaged HDD. Maybe mtwei could be of help.
     
  7. apologized

    apologized MDL Addicted

    Nov 29, 2012
    874
    507
    30
    maybe u can teach them how to fetch ESD ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,031
    14,672
    340
    #148 xinso, Dec 19, 2015
    Last edited: Dec 19, 2015
    I have shared all I can thru posts here and there.

    Now I collect only:

    All en-US editions
    +
    features_on_demand
    +
    language_pack
     
  9. apologized

    apologized MDL Addicted

    Nov 29, 2012
    874
    507
    30
    yep me too just French Lang and En stuff
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,031
    14,672
    340
    #150 xinso, Dec 19, 2015
    Last edited by a moderator: Apr 20, 2017
    I learnt from Abboi1406: To install a package

    1. Extract a cab. e.i. Extract English language pack en-US.cab to X:\en-US
    2. Run the elevated command to install

    online
    Code:
    dism /online /add-package:X:\en-US\update.mum
    offline
    Code:
    dism /image:X:\MOUNT /add-package:X:\en-US\update.mum
     
  11. apologized

    apologized MDL Addicted

    Nov 29, 2012
    874
    507
    30
    yeah @Abboi1406 always made great work to bring to us the frech learning
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. BetaWorld

    BetaWorld MDL Member

    Jan 9, 2015
    111
    274
    10
    Could you please teach me how to fetch different SKU/language ESDs without re-installing or installing language packs?
     
  13. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,031
    14,672
    340
    #153 xinso, Dec 19, 2015
    Last edited by a moderator: Apr 20, 2017
    Now Windows 10 insider build is very difficult. You can do it easily with Windows 8.1 for Slow ring ones:

    1. Install en-US Windows 8.1 Core or Pro
    2. Accept upgrade to Windows 10
    3. Change update option to Check updates but let me choose whether to download and install
    4.
    Apply the registry
    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]
    "AllowOSUpgrade"=dword:00000001
    5. Get en-US ESDs as follows:

    (a) Check updates and start downloading ESD
    (b) Capture ESD link while ESD is being downloading
    (c) Stop Windows Update by
    Code:
    sc stop wuauserv
    (d) Modify/Save/Import EditionID
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]
    "EditionID"="Education"
    P.S. Available EditionID - depending on language:
    Core
    CoreN
    Pro
    ProN
    Education
    EducationN
    CoreSingleLanguage
    CoreContrySpecific

    (e) Import the registry
    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\OSUpgrade]
    "AllowOSUpgrade"=dword:00000001
    (f) Reboot to get another ESD link

    Repeat (a) to (f) untill all en-US ESDs have been fetched.

    Then, to get ESDs of other language:

    1. Modify/Save/Import Language entry. de-DE for instance
    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\MUI\PreinstalledLanguages]
    
    [-HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\MUI\UILanguages]
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\MUI\UILanguages\de-DE]
    "LCID"=dword:00000409
    "Type"=dword:00000111
    2. Reboot and Repeat (a) to (f) untill all de-DE ESDs have been fetched.

    P.S. Available languages:

    ar-sa
    bg-bg
    cs-cz
    da-dk
    de-de
    el-gr
    en-gb
    en-us
    es-es
    et-ee
    fi-fi
    fr-fr
    he-il
    hr-hr
    hu-hu
    it-it
    ja-jp
    ko-kr
    lt-lt
    lv-lv
    nb-no
    nl-nl
    pl-pl
    pt-br
    pt-pt
    ro-ro
    ru-ru
    sk-sk
    sl-si
    sr-latn-rs
    sv-se
    th-th
    tr-tr
    uk-ua
    zh-cn
    zh-hk
    zh-tw

    [Note1]
    Everytime when reboot to get a new ESD, the Windows Update will prompt error. This is normal, because it found that the Language or EditionID had been altered, and would delete the old one. Give it another attemp until it starts working.

    [Note2]
    It will fail to boot if System found no relative language. So please be cautious dealing with Language registry trick. I personally have dual-boot systems before commencing.

    Done.

    Remember that it needs patience and practice.

    Good luck.
     
  14. massi44

    massi44 MDL Junior Member

    Sep 25, 2012
    59
    38
    0
    #154 massi44, Dec 19, 2015
    Last edited by a moderator: Apr 20, 2017
  15. Niekess

    Niekess MDL Addicted

    Mar 31, 2011
    836
    564
    30
    Ooh, no file progress dialog. Are you finally changing these UI's into something new Microsoft? :)
    I think I will install this one and look into the files.
     
  16. xinso

    xinso MDL Guru

    Mar 5, 2009
    14,031
    14,672
    340
    #156 xinso, Dec 19, 2015
    Last edited: Dec 20, 2015
    @NTLite

    It would not log in after all Windows APPs and some System APPs removed online.

    When I tried to run explorer, it prompted: SettingSyncCore.dll not found.
     
  17. javaspain

    javaspain MDL Member

    Jul 29, 2009
    231
    123
    10
    #157 javaspain, Dec 19, 2015
    Last edited by a moderator: Apr 20, 2017
  18. javaspain

    javaspain MDL Member

    Jul 29, 2009
    231
    123
    10
    #158 javaspain, Dec 19, 2015
    Last edited by a moderator: Apr 20, 2017
  19. mtwei

    mtwei MDL Senior Member

    Nov 18, 2010
    321
    807
    10
    #160 mtwei, Dec 20, 2015
    Last edited: Dec 20, 2015