[Downloads, Info and DISCUSSION] "Windows 10 April 2018 Update" Final 1803 [17134.xxx] (PC)

Discussion in 'Windows 10' started by Enthousiast, Apr 16, 2018.

  1. Borgin

    Borgin MDL Junior Member

    Apr 15, 2018
    85
    4
    0
    Thanks Guys!!

    Good to know since the SHA-256 wasn't available anywhere else.
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,804
    104,169
    450
    @LostED I've linked to your checksums post at the OP :)
     
  3. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    hmm because someone stay worried about little things, when this big thing is how to configure your system properly no only cut/remove whitout at less know what is doing , maybe I'm wrong ;):eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    874
    30
    dism /Export-Image /SourceImageFile:"D:\2\sources\install.wim" /SourceIndex:3 /DestinationImageFile:"d:\install.wim" /Compress:max /checkintegrity

    I believe this is the correct command to make an install.wim with single index in it from one with multiple indexes in it. I'm exporting the Enterprise index so on this install.wim it's index:3

    Should I rebuild the install.wim or anything after and if I do what DISM command/commands do I run?

    Your advice would be grateful, Google is not my friend in this. :(
     
  5. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,804
    104,169
    450
    When you export an index to a new install.wim that is actually rebuilding.
     
  6. KedarWolf

    KedarWolf MDL Addicted

    Mar 17, 2016
    977
    874
    30
    So no component cleanup or image rebuild needed then. :)
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,804
    104,169
    450
    By exporting you already did a rebuild, componentcleanup would be useful when you integrated an update.
     
  8. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    704
    30
    Manual scanning may work in 1803 as
    Code:
    usoclient startinteractivescan
    instead of the well-known
    Code:
    usoclient startscan
    which is in the Task Scheduler too.
    It looks like the regular command works, but only when it is due to start, not earlier.

    Can someone confirm this please.
     
  9. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,258
    1,158
    60
    It works, thanks, that is a keeper.
     

    Attached Files:

  10. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    704
    30
    Thank you for confirming.
    I have to add that the
    Code:
    usoclient startinteractivescan
    runs only as Administrator, which I can see in your screenshot.
    The more regular
    Code:
    usoclient startscan
    runs either way, but as we have seen, it is no longer as useful as it used to be.
    Maybe a bug which will be fixed via a CU or intentional change of behaviour, as many others.
     
  11. ForeverYoung2

    ForeverYoung2 MDL Novice

    Dec 5, 2015
    39
    24
    0
    Apologies for the ignorance in advance.

    So which SVF do I use to turn Win 10 Enterprise Eval 1803 to volume licensing?
    Any Enterprise 1803 VL iso available?
     
  12. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,804
    104,169
    450
  13. ForeverYoung2

    ForeverYoung2 MDL Novice

    Dec 5, 2015
    39
    24
    0
    @Enthousiast
    that's exactly what I was looking at, I just wasn't sure if it turns EVAL to VL

    Thanks!! will get it done today
     
  14. jonaand

    jonaand MDL Senior Member

    Aug 4, 2012
    360
    31
    10
    hello
    in widnows 10 pro
    for me in ethernet option (i don't have wiffi)
    option "public network or private network" is missing
    i only show "metered connection" and properties,
    i dont know where is option to change public or private network
     
  15. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,792
    7,756
    210
    Did you put your UAC consent level to the highest setting? The options you mentioned are only shown if you are on the default consent setting (second-from-highest).
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. jonaand

    jonaand MDL Senior Member

    Aug 4, 2012
    360
    31
    10
    is in the third. i have disable temeletry and send information
     
  17. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,792
    7,756
    210
    I don't have them either. What I do is using Winaero Tweaker (find on winaero.com and also in the MDL app sub-board), it offers an option to put the Private/Public switch into the Desktop context menu.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. halasz

    halasz MDL Member

    Jan 13, 2013
    116
    35
    10
    Could use powershell
    Code:
    $Profiles = Get-NetConnectionProfile  | Where-Object {$_.NetworkCategory -eq 'Public'}
    ForEach ($Profile in $Profiles) { Set-NetConnectionProfile -NetworkCategory 'Private' }
     
  19. jonaand

    jonaand MDL Senior Member

    Aug 4, 2012
    360
    31
    10
    in another pc i have windows 10 eduaction
    and have this option. maybe they remove this from pro
     
  20. archangeliques

    archangeliques MDL Member

    May 2, 2017
    117
    15
    10
    Hi, I can't get KB4338548 via WU, it says up to date. Anyone having the same issue?