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

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

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,705
    14,432
    340
    It's for personal test purpose. Not appropriate to spread publicly. I'll delete it now.
     
  2. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    I apologize.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,705
    14,432
    340
    No. It's my bad. Never mind.
     
  4. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    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:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    You don't see it?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    572
    95
    30
    i mean iso
     
  7. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    572
    95
    30
    well?
     
  8. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    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
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    572
    95
    30
    in version ltsc look-alike still the same?
     
  10. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    572
    95
    30
    txt is empty
     
  11. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    Put in correct paths.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    572
    95
    30
    put cabs from #176 post?
     
  13. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    You need to extract the esds you want to a folder, then direct the ps script to that folder.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    572
    95
    30
    still txt is empty, none of .mum
     
  15. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    572
    95
    30
    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
     
  16. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    572
    95
    30
    no device manager and gpedit too
     
  17. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    572
    95
    30
    only PowerShell (so i can install sql) and control panel
     
  18. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    572
    95
    30
    i don't know what's going on, now regedit and device manager works