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

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

  1. Hackeur

    Hackeur MDL Senior Member

    Jun 14, 2009
    338
    472
    10
    #1081 Hackeur, Mar 26, 2017
    Last edited by a moderator: Apr 20, 2017
    my right click context menu with the old control panel access - works in Kreator update

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Computer]
    "icon"="shell32.dll,-221"
    "Position"="Bottom"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Shutdown Computer]
    "icon"="shell32.dll,-329"
    "Position"="Bottom"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\System panel]
    "icon"="shell32.dll,-290"
    "Position"="Bottom"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Sounds panel]
    "icon"="shell32.dll,-277"
    "Position"="Bottom"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Restart Computer\command]
    @="shutdown.exe -r -t 00 -f"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Shutdown Computer\command]
    @="shutdown.exe -s -t 00 -f"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\System panel\command]
    @="control /name Microsoft.System"
    
    [HKEY_CLASSES_ROOT\DesktopBackground\Shell\Sounds panel\command]
    @="control /name Microsoft.Sound"
    save as .reg

    some items have disappeared such as title, menu, palette font sizes settings!
     
  2. ZerOx16x

    ZerOx16x MDL Member

    Oct 28, 2013
    161
    243
    10
    #1082 ZerOx16x, Mar 26, 2017
    Last edited by a moderator: Apr 20, 2017
  3. ThinkHard

    ThinkHard MDL Junior Member

    Jul 10, 2016
    54
    9
    0
  4. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,469
    2,485
    120
    It is true. I have localized Czech Windows, so I wasn't sure about exact feature name in english.
     
  5. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    Thank you. :good3:

    Added to Tweaks and Fixes post.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. excalibur2

    excalibur2 MDL Senior Member

    Aug 1, 2015
    271
    25
    10
    You can do what I did a few builds back is to go to start, windows system and drag control panel to desktop to create an icon.
     
  7. antonio8909

    antonio8909 MDL Guru

    Feb 16, 2014
    3,116
    1,517
    120
    #1087 antonio8909, Mar 26, 2017
    Last edited: Mar 26, 2017
    Thank you so much Nucleus for your post about tweaks and fixes :)

    False, 10586 (1511) didn't receive LTSB
     
  8. javaspain

    javaspain MDL Member

    Jul 29, 2009
    218
    114
    10
    ctrl + r > run > control.exe
     
  9. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,469
    2,485
    120
    #1089 moderate, Mar 26, 2017
    Last edited by a moderator: Apr 20, 2017
  10. 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...
  11. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    Hi,
    please if anyone can help me.

    I have ThinkCentre M900z on which I tried to install Windows 10 build 15063.

    When I reach the start of installation and want to install Windows on selected partition (formatted by the installation program), the error comes up that it can't install Windows on that partition.

    USB installation key was created with Rufus for UEFI.

    I would really appreciate your advice on this matter.

    Thank you!
     
  12. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,469
    2,485
    120
    #1092 moderate, Mar 26, 2017
    Last edited: Mar 26, 2017
    Maybe your partition is UEFI (even when formatted by setup (it happens with only-formatting without removing partition 1st entirely)) and in BIOS/FW you have selected booting from MBR.

    1. Do in WindowsRE: diskpart.exe, select disk 0, select partition 1, clean, exit (check this disk "0" is really 0 in your configuration)

    or:

    2. Enable UEFI booting in UEFI FW.

    Also check, that you aren't selecting USB drive. :))

    Finally you can just boot to WindowsRE and skip entire setup by:

    dism /apply-image /imagefile:C:\sources\install.esd /index:1 /applydir:W:\
    or
    dism /apply-image /imagefile:C:\sources\install.wim /index:1 /applydir:W:\

    (mount C: and W: drives in diskpart 1st:
    assign letter="C"
    assign letter="W"
    selecting disk and partition is required 1st)
     
  13. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    can we use 15063 chinese iso but specify to use en-US?

    as so to avoid telemetry?
     
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #1095 s1ave77, Mar 26, 2017
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. biatche

    biatche MDL Addicted

    Nov 14, 2009
    573
    144
    30
    #1096 biatche, Mar 26, 2017
    Last edited by a moderator: Apr 20, 2017
  16. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #1097 Nucleus, Mar 26, 2017
    Last edited by a moderator: Apr 20, 2017
    Thank you. :good3:

    Adding to Tweaks and Fixes post.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,567
    450
    Chinese editions will probably have a different kind of telemetry ;):D:D

    But nucleus has posted the link to what all is missing in the N editions, a couple of times before. It misses mediafeatures, not telemetry.
     
  18. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,868
    2,950
    90
    #1099 Nucleus, Mar 26, 2017
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. luky

    luky MDL Addicted

    Dec 21, 2008
    729
    33
    30
    Sorry, we do not succeed in your package.
    The BIOS is configured correctly UEFI Only,
    USB boot Windows 10 is made with Rufus tools such as installation UEFI.

    The installation but we do not succeed.