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

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

  1. alexxf

    alexxf MDL Expert

    Feb 9, 2008
    1,022
    760
    60
  2. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,364
    210
    #2802 lobo11, Apr 9, 2017
    Last edited: Apr 9, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. javaspain

    javaspain MDL Member

    Jul 29, 2009
    218
    114
    10
    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu]
    ;Computer
    "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001
    ;Network
    "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000001
    ;Recycled Bin
    "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001
    ;User's Files
    "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000001
    ;Control Panel
    "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
    ;Computer
    "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001
    ;Network
    "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000001
    ;Recycled Bin
    "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001
    ;User's Files
    "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000001
    ;Control Panel
    "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001
     
  4. javaspain

    javaspain MDL Member

    Jul 29, 2009
    218
    114
    10
    Copy all the cab files to a folder and run on a BAT / CMD command line.

    ---------------------------------------------- batch.install.all.cab.cmd ----------------------------------------------
    FOR %%I IN ("*.CAB") DO Dism /online /Add-Package /Quiet /Norestart /PackagePath:"%%I"
    ---------------------------------------------- batch.install.all.cab.cmd ----------------------------------------------
     
  5. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #2805 s1ave77, Apr 9, 2017
    Last edited by a moderator: Apr 20, 2017
    To run directly in cmd prompt (needs shortened runtime variable):
    Code:
    FOR %I IN (*.CAB) DO Dism /online /Add-Package /Quiet /Norestart /PackagePath:"%I"
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. JBenal

    JBenal MDL Addicted

    Nov 2, 2009
    521
    209
    30
    Start10 menu:
    controlpanel.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. WardocsRevenge

    WardocsRevenge MDL Expert

    Jan 13, 2012
    1,848
    645
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. SkyFox1

    SkyFox1 MDL Novice

    Mar 15, 2017
    6
    0
    0
    Is it is possible to disable updates in Creator's Update?
     
  9. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,916
    5,755
    180
    Do you have Core or Pro ?
     
  10. SkyFox1

    SkyFox1 MDL Novice

    Mar 15, 2017
    6
    0
    0
    I plan to download the Pro version.
     
  11. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    Two options in Tweaks and Fixes post, restore traditional Control Panel to Win-X menu and add Control Panel to right-click context menu (Desktop).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    Disable Windows Update Service and use WUMT when you want to manually run a check and apply/hide updates.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,257
    1,157
    60
  14. kewkie

    kewkie MDL Member

    Dec 10, 2014
    196
    80
    10
    Wanted to go clean install today and found this.

    Currently on a normal WIN10 pro installation, is there any disadvantage by using this build? Or should I wait the 2 days until it will be throw out to the public?
     
  15. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    Public will get same as what you have.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. MrKaon

    MrKaon MDL Senior Member

    Jan 23, 2011
    400
    310
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. kewkie

    kewkie MDL Member

    Dec 10, 2014
    196
    80
    10
    Awesome, thanks! So it is fine to already use this build here for a fresh install.
     
  19. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    Windows Media Player will play both sound, and video for these files.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #2820 Nucleus, Apr 9, 2017
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...