[DISCUSSION] Windows 10 Insider Preview Build 17650.1001 (PC) [FAST SKIP - RS_Prerelease]

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

  1. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,208
    Likes Received:
    7,533
    Trophy Points:
    210
    #181 Tiger-1, Apr 29, 2018
    Last edited: Apr 30, 2018
  2. gina

    gina MDL Member

    Joined:
    Aug 30, 2007
    Messages:
    104
    Likes Received:
    12
    Trophy Points:
    10
  3. dhjohns

    dhjohns MDL Guru

    Joined:
    Sep 5, 2013
    Messages:
    3,275
    Likes Received:
    1,735
    Trophy Points:
    120
  4. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    It's for personal test purpose. Not appropriate to spread publicly. I'll delete it now.
     
  5. dhjohns

    dhjohns MDL Guru

    Joined:
    Sep 5, 2013
    Messages:
    3,275
    Likes Received:
    1,735
    Trophy Points:
    120
    I apologize.
     
  6. xinso

    xinso MDL Guru

    Joined:
    Mar 5, 2009
    Messages:
    6,267
    Likes Received:
    8,659
    Trophy Points:
    210
    No. It's my bad. Never mind.
     
  7. Tiger-1

    Tiger-1 MDL Guru

    Joined:
    Oct 18, 2014
    Messages:
    6,208
    Likes Received:
    7,533
    Trophy Points:
    210
    well I just did my work with MSMG Toolkit v8.3 using as base Windows 10 Lean x64 and after finishing my ISO was only 2.8GB almost equal to ISO of 2016 LTSB which has 2.7GB and still most APPS are not provisioned by default and not even some components of Windows now only remains unravel how to append essential Windows files that are diverse and important is a case to think about ...still I think that posting here is better because this is only one IP :rolleyes:
     
  8. pp03

    pp03 MDL Member

    Joined:
    Apr 12, 2014
    Messages:
    150
    Likes Received:
    13
    Trophy Points:
    10
  9. dhjohns

    dhjohns MDL Guru

    Joined:
    Sep 5, 2013
    Messages:
    3,275
    Likes Received:
    1,735
    Trophy Points:
    120
    You don't see it?
     
  10. pp03

    pp03 MDL Member

    Joined:
    Apr 12, 2014
    Messages:
    150
    Likes Received:
    13
    Trophy Points:
    10
    i mean iso
     
  11. pp03

    pp03 MDL Member

    Joined:
    Apr 12, 2014
    Messages:
    150
    Likes Received:
    13
    Trophy Points:
    10
    well?
     
  12. pp03

    pp03 MDL Member

    Joined:
    Apr 12, 2014
    Messages:
    150
    Likes Received:
    13
    Trophy Points:
    10
  13. dhjohns

    dhjohns MDL Guru

    Joined:
    Sep 5, 2013
    Messages:
    3,275
    Likes Received:
    1,735
    Trophy Points:
    120
    Use this powershell script, but substitute your own path for folder.
    Code:
    param([switch]$Elevated)
    
    function Test-Admin {
      $currentUser = New-Object Security.Principal.WindowsPrincipal $([Security.Principal.WindowsIdentity]::GetCurrent())
      $currentUser.IsInRole([Security.Principal.WindowsBuiltinRole]::Administrator)
    }
    
    if ((Test-Admin) -eq $false)  {
        if ($elevated) 
        {
            # tried to elevate, did not work, aborting
        } 
        else {
            Start-Process powershell.exe -Verb RunAs -ArgumentList ('-noprofile -noexit -file "{0}" -elevated' -f ($myinvocation.MyCommand.Definition))
    }
    
    exit
    }
    
    'running with full privileges'
    
    $Dir = get-childitem "<path to folder>" -recurse
    # $Dir |get-member
    $List = $Dir | where {$_.extension -eq ".mum"}
    $List | format-table name > <your desktop path>\output.txt
    
     
  14. pp03

    pp03 MDL Member

    Joined:
    Apr 12, 2014
    Messages:
    150
    Likes Received:
    13
    Trophy Points:
    10
    in version ltsc look-alike still the same?
     
  15. pp03

    pp03 MDL Member

    Joined:
    Apr 12, 2014
    Messages:
    150
    Likes Received:
    13
    Trophy Points:
    10
    txt is empty
     
  16. dhjohns

    dhjohns MDL Guru

    Joined:
    Sep 5, 2013
    Messages:
    3,275
    Likes Received:
    1,735
    Trophy Points:
    120
    Put in correct paths.
     
  17. pp03

    pp03 MDL Member

    Joined:
    Apr 12, 2014
    Messages:
    150
    Likes Received:
    13
    Trophy Points:
    10
    put cabs from #176 post?
     
  18. dhjohns

    dhjohns MDL Guru

    Joined:
    Sep 5, 2013
    Messages:
    3,275
    Likes Received:
    1,735
    Trophy Points:
    120
    You need to extract the esds you want to a folder, then direct the ps script to that folder.
     
  19. pp03

    pp03 MDL Member

    Joined:
    Apr 12, 2014
    Messages:
    150
    Likes Received:
    13
    Trophy Points:
    10
    still txt is empty, none of .mum
     
  20. pp03

    pp03 MDL Member

    Joined:
    Apr 12, 2014
    Messages:
    150
    Likes Received:
    13
    Trophy Points:
    10
    upload_2018-5-2_12-56-15.png
    adding these packages to wim but system hasn't server manager, regedit error and no framework 3.5 in turn windows features on or off