[DISCUSSION] Windows 10 Insider Preview Build 17063 (PC)

Discussion in 'Windows 10' started by Enthousiast, Dec 19, 2017.

  1. MELERIX

    MELERIX MDL Expert

    Nov 7, 2011
    1,217
    653
    60
    did you try update Realtek driver from Realtek website ?
     
  2. Hadron-Curious

    Hadron-Curious MDL Guru

    Jul 4, 2014
    3,730
    603
    120
    There is a lot and lot of improvement in this Build.
     
  3. renotoc

    renotoc MDL Junior Member

    Sep 14, 2016
    86
    15
    0
    I got this:

    Code:
    C:\Windows\system32>dism /Get-WimInfo /WimFile:"C:\mount\install.wim" /Index:1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Details for image : C:\mount\install.wim
    
    Index : 1
    Name : Win 10 Enterprise 10.0.17063.1000 (17063)
    Description : Win 10 Enterprise 10.0.17063.1000 x64 (17063)
    Size : 15 712 325 079 bytes
    WIM Bootable : No
    Architecture : x64
    Hal : <undefined>
    Version : 10.0.17063
    ServicePack Build : 1000
    ServicePack Level : 1000
    Edition : Enterprise
    Installation : Client
    ProductType : WinNT
    ProductSuite : Terminal Server
    System Root : WINDOWS
    Directories : 21590
    Files : 104743
    Created : 15.12.2017 - 1:27:52
    Modified : 20.12.2017 - 0:39:47
    Languages :
            cs-CZ (Default)
    
    The operation completed successfully.
    
    C:\Windows\system32>
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Trev19

    Trev19 MDL Member

    Feb 1, 2011
    100
    10
    10
    is there anyway to enable sets using the registry?? I don't think i have sets yet A/B test i think
     
  5. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Looks as it should hence not the problem.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. renotoc

    renotoc MDL Junior Member

    Sep 14, 2016
    86
    15
    0
    ..ye, and when I convert this .wim to install.esd and then trying to decrypt to iso with abbodis 34 esd decrypter, i get error...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    I already asked what tool you've used, you said ESD<>WIM, but now you're saying you've used ESD>ISO decrypter, there is no need for using that.

    ESD>ISO 34 is meant and made for decrypting/converting Full ESD files to ISO.

    The tool needed for converting/compressing install.wim > install.esd is called ESD<>WIM 7.
     
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Now i get it. That won't work and you confuse Store ESD with install.wim converted to install.esd (different pair of shoes). Use an ISO tool to add the modded install.esd to an ISO.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. noviz

    noviz MDL Novice

    Nov 8, 2012
    6
    0
    0

    Yes .. not work:confused:
     
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #111 s1ave77, Dec 21, 2017
    Last edited: Dec 21, 2017
    Upgrade non Core/Pro to 17063

    While testing upgrade with set-editioned Enterprise i tried what happens when using UUP AiO >> ISO (Pro/Core) and got offered upgrade to Pro while keeping personal apps/settings. The process ended up with Enterprise 17063 still KMS activated.

    BUT: WMIC acts weird in all my tests so far (15063 Enterprise using 17063 Pro and Ent ISOs, 16299 Enterprise using 17063 Pro ISO).

    Code:
    wmic os get caption
    errors with exception hint.
    Code:
    wmic os get caption /value
    gives correct answer :g:.

    Would be interested to know if error is on my end.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. dontnowhy

    dontnowhy MDL Novice

    Feb 1, 2010
    11
    0
    0
    My Thinkpad X301 upgraded to 17063 through Windows update without any trouble, however I got the trouble on the fresh installation on the same device.
    I made the bootable ISO by the Rufus. The fresh installation stopped as it could not make a System Reserve Drive!
     
  12. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,219
    84,895
    340
    dism /Image:Z: /get-currentedition
    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.17063.1000
    
    Current edition is:
    
    Current Edition : Professional
    
    The operation completed successfully.

    dism /Image:Z: /get-targeteditions
    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.17063.1000
    
    Editions that can be upgraded to:
    
    Target Edition : ProfessionalEducation
    Target Edition : ProfessionalWorkstation
    Target Edition : Education
    Target Edition : ProfessionalCountrySpecific
    Target Edition : ProfessionalSingleLanguage
    Target Edition : ServerRdsh
    Target Edition : Enterprise
    
    The operation completed successfully.
    dism /Image:Z: /get-stagededitions
    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.17063.1000
    
    Editions which can be removed:
    
    (The current edition has no removable target editions.)
    
    The operation completed successfully.

    dism /Image:Z: /get-targetcompositioneditions
    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.17063.1000
    
    Composition editions that can be upgraded to:
    
    (The current edition cannot be upgraded to any target composition editions.)
    
    The operation completed successfully.

    dism /Image:Z: /get-targetvirtualeditions
    Code:
    Deployment Image Servicing and Management tool
    Version: 10.0.16299.15
    
    Image Version: 10.0.17063.1000
    
    Virtual editions that can be upgraded to:
    
    Target Virtual Edition : ProfessionalEducation
    Target Virtual Edition : ProfessionalWorkstation
    Target Virtual Edition : Education
    Target Virtual Edition : ProfessionalCountrySpecific
    Target Virtual Edition : ProfessionalSingleLanguage
    Target Virtual Edition : ServerRdsh
    Target Virtual Edition : Enterprise
    
    The operation completed successfully.
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,763
    450
    So, the key line from my set edition tests is the real "upgrade"? License switch upgrade.
    Code:
    Starting to update components...
    Starting to install product key...
    Finished installing product key.
    
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.17063.1000
    Removing package Microsoft-Windows-CoreEdition~31bf3856ad364e35~amd64~~10.0.17063.1000
     
  15. Leopeva64

    Leopeva64 MDL Expert

    Oct 4, 2016
    1,098
    929
    60
    I think not, I already suspected that after what happened with Skip Ahead Microsoft would not allow this function to be activated by making changes to the registry and today Zac bowden confirmed it to me:
    148.jpg
     
  16. WindowsGeek

    WindowsGeek MDL Expert

    Jun 30, 2015
    1,462
    420
    60
    Anyone having issues with edge crashing?
     
  17. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    I haven't had any issues with this build at all.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. tuanpekoe

    tuanpekoe MDL Junior Member

    May 11, 2011
    85
    13
    0
    Try to install Firefox, it has no sound/audio anymore.
     
  19. nZxT_T

    nZxT_T MDL Novice

    Dec 20, 2017
    2
    0
    0
    #120 nZxT_T, Dec 21, 2017
    Last edited: Dec 21, 2017
    :( i think my problem come to my Windows 10 Edition... it's an Education... And i can't change my license for an Pro T_T

    I test install the release without USB peripherical connect, without auto install USB, withe the bios update ,and the display driver update.
    Same error after the installation at the first reboot, it freeze on Windows boot :(

    after the reset i do the error 0xC1900101.

    I wait the future release x)