[DISCUSSION] Windows 10 (1703 RS2) "Creators Update" Final 15063 (PC)

Discussion in 'Windows 10' started by Enthousiast, Mar 21, 2017.

  1. Jari

    Jari MDL Senior Member

    Jan 18, 2013
    263
    63
    10
    Yes, it might. I can remember a such case before (wrong kind of pic for lockscreen)... You should test it. It does not take long to check it.
     
  2. ThinkHard

    ThinkHard MDL Junior Member

    Jul 10, 2016
    54
    9
    0
    USB Duplicate Drives Appear When Windows Is Installed Correctly, I know how to fix it, but, I have that problem for some time with Windows 10, Has anyone else been the same problem???
     
  3. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,013
    775
    180
    In navigation pane ?
    This exist from Win10 TH1.
     
  4. ThinkHard

    ThinkHard MDL Junior Member

    Jul 10, 2016
    54
    9
    0
    I found the solution by google, it is edited in the registry, but, I want to know if the problem is when creating ISO
     
  5. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,013
    775
    180
    No it's not related to it.
     
  6. ThinkHard

    ThinkHard MDL Junior Member

    Jul 10, 2016
    54
    9
    0
    Very well, thank you very much, I will perform a clean installation later, and then comment.
     
  7. _Manolo_

    _Manolo_ MDL Member

    Dec 1, 2009
    139
    164
    10
    Might be answered hundreds of time, but :
    From 15063 PRO.wim
    dism /image:\mount /get-targeteditions
    Target edition : EnterpriseG
    Target edition : Education

    What the hell is that EnterpriseG edition ?

    Google ? Gaming ? Garbage ? :smoking:
     
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    35,567
    59,633
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. _Manolo_

    _Manolo_ MDL Member

    Dec 1, 2009
    139
    164
    10
    I wouldn't say buggy, but that made my eyes blinked at first sight ! :D
    I wondered whether 15063 could be the definitive RS2... :tea:
     
  10. armond

    armond MDL Addicted

    Jun 16, 2008
    673
    219
    30
    Thank you all for clarifying. I still hope we have LTSB for this build.
     
  11. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    2,939
    1,414
    90
    At the moment is working the screen. I hope this will be the fix. Thanks!
     
  12. Outcast

    Outcast MDL Member

    Mar 23, 2009
    162
    118
    10
    #1133 Outcast, Mar 26, 2017
    Last edited: Mar 26, 2017
    Government. Gremlin. Grinch.
     
  13. fiekert123

    fiekert123 MDL Junior Member

    Jan 15, 2011
    71
    31
    0
    I've had no problems so far installing it (enterprise). when upgrading to 14393 my ram got disabled, and my copy got deactivated. fortunately this didn't happen this time. had to reset a couple of apps due to m$ unwillingness to let us choose our software. settings are mostly kept as they were. happy client so far!
     
  14. _Manolo_

    _Manolo_ MDL Member

    Dec 1, 2009
    139
    164
    10
    Indeed ! :kick: :D
     
  15. venioni

    venioni MDL Senior Member

    Mar 28, 2014
    477
    118
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. rpo

    rpo MDL Expert

    Jan 3, 2010
    1,166
    990
    60
    Is your partition lay out correct? You need four partitions for a UEFI/GPT installation :
    rem == CreatePartitions-UEFI.txt ==
    rem == These commands are used with DiskPart to
    rem create four partitions
    rem for a UEFI/GPT-based PC.
    rem Adjust the partition sizes to fill the drive
    rem as necessary. ==
    select disk 0
    clean
    convert gpt
    rem == 1. System partition =========================
    create partition efi size=100
    rem ** NOTE: For Advanced Format 4Kn drives,
    rem change this value to size = 260 **
    format quick fs=fat32 label="System"
    assign letter="S"
    rem == 2. Microsoft Reserved (MSR) partition =======
    create partition msr size=16
    rem == 3. Windows partition ========================
    rem == a. Create the Windows partition ==========
    create partition primary
    rem == b. Create space for the recovery tools ===
    shrink minimum=500
    rem ** NOTE: Update this size to match the
    rem size of the recovery tools
    rem (winre.wim) plus free space **
    rem == c. Prepare the Windows partition =========
    format quick fs=ntfs label="Windows"
    assign letter="W"
    rem === 4. Recovery tools partition ================
    create partition primary
    format quick fs=ntfs label="Recovery tools"
    assign letter="R"
    set id="de94bba4-06d1-4d40-a16a-bfd50179d6ac"
    gpt attributes=0x8000000000000001
    list volume
    exit

    After booting to WindowsRE just enter
    dism /apply-image /imagefile:K:\sources\install.wim /index:1 /applydir:W:\
    where "K" is the driver letter of the mounted USB stick and "W" the letter of the NTFS Windows partition.

    After DISM has terminated its work, make your systeme bootable by entering :
    bcdboot /s S: /f ALL W:\Windows
    After reboot, the installation process continues.
     
  17. moderate

    moderate MDL Guru

    Aug 31, 2009
    2,787
    2,302
    90
    Gay Group Gear... :))
     
  18. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,013
    775
    180
    #1140 cuteee, Mar 26, 2017
    Last edited by a moderator: Apr 20, 2017