1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,723
    103,757
    450
    Cumulative Updates contain all previously released fixes, except flash and ssu's.
     
  2. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    #5502 Windows 10 User, Jan 8, 2018
    Last edited: Jan 17, 2018
    I don't know if this is possible but it looks like this Photos app problem after opening a picture isn't specifically related with the Sticky Notes being removed by NTLite since it happens with other apps after they are removed. It seems that if I only remove a certain app I don't have it but if I remove all the unwanted besides the Calculator, Photos, Store, NET.Native. and VCLibs apps I have it, which is strange! I think removing system apps doesn't change anything, also! How can I run in NTLite a silent post-setup PowerShell script to remove certain apps for all users?

    EDIT: The new NTLite version solved the Photos app problem.
     
  3. zepo120

    zepo120 MDL Novice

    Jan 8, 2018
    8
    1
    0
    Hi all,

    Thanks for this wonderfull tool I just discovered :)

    I found a in ToolKit.cmd :

    no way to select an index in ESD to WIM conversion:
    line 4163:
    if "%ESDIndexNo%" neq "*" if "%ESDIndexNo%" lss 1 (

    where it should be:
    if "%ESDIndexNo%" neq "*" if %ESDIndexNo% lss 1 (

    ie: no double quotes around the second %ESDIndexNo%
     
  4. ffs_

    ffs_ MDL Junior Member

    Sep 17, 2016
    74
    39
    0
    I'm thinking about the same.
     
  5. lomticksoftoast

    lomticksoftoast MDL Member

    Nov 12, 2009
    197
    149
    10
    For my main workstation PC, I totally agree that W10 Enterprise 1709 is the way to go, but for PCs my family use to do office work and browsing, I don't plan to--or want to--touch the OS until the hardware dies! I won't even put the next LTSC "2019/2020" on them. LTSB 2016 is the end-of-the-line. I just recently upgraded my mother-in-laws PC from XP to LTSB 2016 and she is so totally happy--her PC flies! Linux was not an option for her since she is barnacled onto Quicken 2006 and MS Office ... wait for it ... Access!!
     
  6. sixor

    sixor MDL Novice

    Feb 2, 2013
    21
    6
    0
    hi

    what if

    i created an iso of win10pro, integrated update .125, deleted all crap.

    now a new update came out, and i want to integrate it

    should i do it all again from the start with the original iso, or can i just integrate into the lited iso without debloating?
     
  7. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    yep I think same thing you are correct :) but I need justify my decision that is I decided change for Build 1709 because new system M$FT use inside gpedit.msc related to WU for me this new system of options about how to user can choose which is better is really very inteligent still is necessary also choose correct version of Windows of course in case for me is Enterprise for obvious reasons and finally myself think seriously in change to open source someday I'm only waiting developers reach best results with Vulkan and open GL is only my 2 cents ;):D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,737
    14,447
    340
    Vulkan and open GL for gaming?
     
  9. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    Hi xinso yep and more some things too
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    278
    306
    10
    Hello dear forum users! Help please, not fully enabled. 99.9% Microsoft .NET Framework 3.5
     

    Attached Files:

  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Ok try with these codes

    Code:
    echo.Reading Host OS Information...
    for /f "tokens=6 delims= " %%a in ('DISM /Online /English /Get-Intl ^| findstr /i /C:"Default system UI language"') do (set HOST_Language=%%a)
    echo.
    
    or

    Code:
    for /f "tokens=2 delims=:" %%a in ('DISM /Online /English /Get-Intl ^| findstr /i /C:"Default system UI language"') do (set HOST_Language=%%a)
    set "HOST_Language=%HOST_Language:~1%"
    echo.
    
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    I didn't say removing Sticky Notes will break Photos, But In my test retaining Maps App does make the Photos App to work.

    I don't know PowerShell and so can't help with it, better do ask in NTLite thread/forum about Post-Setup commands.

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes it's already been fixed in the upcoming version, it took a lot time to understand that the second %ESDIndexNo% or %ImageCount% doesn't the double quotes.

     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Just integrate the update and install the OS or install the OS and then install the update either way it will work.

     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Don't worry as long as the operation completed successfully without any errors it is good, if you have any doubt then install the OS and check whether the the feature us enabled in the Programs and Features.

    or re-try to integrate the .NET Framework 3.5, it will check whether it's integrated and enabled and if it's integrated and enabled then it will not try to integrate again.

     
  16. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    278
    306
    10
    Thank you very much
     
  17. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    278
    306
    10
  18. sergey130270

    sergey130270 MDL Senior Member

    May 15, 2014
    278
    306
    10
    help please, not completely deleted
    Uninstalling Windows MediaPlayer
    Processing 1 of 1 - Removing the Microsoft-Windows-MediaPlayer-Package package ~ 31bf3856ad364e35 ~ x86 ~~ 10.0.16299.15
    [=========================== 99,5% ================== == =====]
     
  19. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    #5520 Tiger-1, Jan 8, 2018
    Last edited: Jan 8, 2018
    ^^
    don't worry dude as MSMG already tell ;) myself when working this night I also see this behavior 2 times but NO issues in this moment I'm running clear as water and working like a charm thanks MSMG for this awesome tool :worthy::D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...