[DISCUSSION] Windows 10 Enterprise (N) LTSC 2019

Discussion in 'Windows 10' started by Tito, Feb 1, 2018.

  1. John_D

    John_D MDL Novice

    Jul 16, 2018
    4
    0
    0
    Okay! It's finished and it's done! Probably, it was a problem with location folder for some reason. Anyways, thanks a lot (x2 since it's late too) for your effort and help!
    P.S. Now I install the windows as I should with the normal edition right ?
     
  2. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,530
    450
    YW:)

    And Yes, it actually is a normal edition;):D
     
  3. Dr4w

    Dr4w MDL Junior Member

    Feb 3, 2017
    65
    7
    0
    Ok, I asked cause LTSB has it
     
  4. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    762
    556
    30
    #1824 Supern00b, Nov 5, 2018
    Last edited: Nov 6, 2018
    I did post about it a few days ago.
    What happens is that the syntax is probably incorrect, while GodHand says he can't reproduce it.
    The "}" is only valid in the first part of the powershell command, not in the second.
    So, to correct this error you actually delete the last "}" on both lines and then the command will complete correctly.

    That's not the only problem, I have to change "*LTSC" into "*LTSC*" for the script to work correctly.
    And set line 1465 to "0" because if not, safely remove USB drive message is not being displayed (also effects other system messages)

    Until now I've been able to make the above mentioned modifications and it floats my boat.

    Cheers.
     
  5. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Interestingly there still are remnants (even after purging the partially existing base files) there is still a 'Start' entry you cant uninstall/disable the easy way :g:. Only inconvenience i found so far and didn't check further.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. TheStutch

    TheStutch MDL Novice

    Apr 14, 2018
    41
    73
    0
    Thanks!!
    Your suggestion to delete the last "}" cleared the errors and allowed the code to complete! I saw your earlier post, but I didn't realize that you'd found a solution to the powershell problem.

    The variable $ImageName that gets compared to "*LTSC" is "Windows 10 Enterprise LTSC" so I'm not sure why you have to add the additional wildcard to LTSC, but hey, whatever works!

    I know this is the correct value for $ImageName when your source is LTSB 2019 because I add its "metadata" along with a few other variables to the output folder name. This make it easier for me to keep track of different optimized images while I'm doing tests.
    The change I make to line 385 in Optimize-Offline-3.1.2.6
    Code:
    $SaveDir = [System.IO.Directory]::CreateDirectory((Join-Path -Path $ScriptRoot -ChildPath Optimize-Offline"-[$($ScriptVersion)]-[$($ImageBuild)]-[$($ImageName)]-[$((Get-Date).ToString('yy.MM.dd hh.mm.ss'))]"))
    Makes, for example, an output folder named "Optimize-Offline-[3.1.2.6]-[17763]-[Windows 10 Enterprise LTSC]-[18.11.06 10.10.27]"

    I'm not sure which version of Optimize-Offline you're referring to where you're setting line 1465 to "0"?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. sebus

    sebus MDL Guru

    Jul 23, 2008
    6,384
    2,037
    210
    Yes, on each new (first time) user logon!
     
  8. _Avada_Kedavra_

    _Avada_Kedavra_ MDL Novice

    Oct 15, 2018
    26
    4
    0
    Just installed LTSC 2019
    I got few questions,Please answer these,Don't ignore <kitten gif>
    1-During installation,i got 2 choices,they were LTSC 2019 and LTSC [N] 2019,what is meaning of 'N' and what's the difference b/w two?
    2-How do you guys update?by normally going to Setting>Update & Security>Check for updates? or some sort of manually downloading from 3rd party sites?
    I did it through 'Check for updates' in settings,it said like ~200MB in size but it took around 500MB of my internet data, some update also failed couple of times,and one of them still failing. Is this normal?
    [BTW it was my very first time updating windows in the past 8yrs of using my PC lol]
    3-Task manager is showing incorrect usage of CPU and Memory, any fix for it?
    4-If you have/recommend any tweaks/tricks, please do share.
    My Current Build is 17763.55
    Thank you
     
  9. Nekko

    Nekko MDL Novice

    Oct 10, 2018
    16
    0
    0
    Can somebody tell me how do I update my cumulative update to the latest version? Using LTSC btw
     
  10. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,530
    450
    1. how many years do N versions now exist? It lacks all media features.
    2. normal WU, more info about the details please
    3. Do you read the info, posted here and on the official 1809 announcement blog?
    4. Almost every thread/post on MDL, lately, is about tweaks (fixes never are provided by non MSFT people).
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,530
    450
    You use a very specific windows edition but don't know how to integrate updates by dism?
     
  12. Nekko

    Nekko MDL Novice

    Oct 10, 2018
    16
    0
    0
    No sorry. I used Windows Update before so I was fine, but it decided to not detect the latest one.
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,530
    450
    Code:
    Dism /Online /Add-Package /PackagePath:x:\packages\KB4465477_SSU.cab /PackagePath:x:\packages\kb4464455_CU.cab
    This is a cmd for a specific integration order, SSU first, CU last. If the SSU is already installed, no need to re-install.
     
  14. Nekko

    Nekko MDL Novice

    Oct 10, 2018
    16
    0
    0
    Here is what I get :
    Code:
    C:\Windows\system32>Dism /Online /Add-Package /PackagePath:x:\packages\KB4465477_SSU.cab /PackagePath:x:\packages\kb4464455_CU.cab
    
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.55
    
    An error occurred trying to open - x:\packages\KB4465477_SSU.cab Error: 0x80070003
    An error occurred trying to open - x:\packages\KB4465477_SSU.cab Error: 0x80070003
    An error occurred trying to open - x:\packages\kb4464455_CU.cab Error: 0x80070003
    An error occurred trying to open - x:\packages\kb4464455_CU.cab Error: 0x80070003
    
    Error: 3
    
    An error occurred trying to open - x:\packages\KB4465477_SSU.cab Error: 0x80070003
    An error occurred trying to open - x:\packages\kb4464455_CU.cab Error: 0x80070003
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    Where is that package supposed to be? Am I doing something wrong?
     
  15. bogdanw

    bogdanw MDL Novice

    Jul 7, 2011
    2
    0
    0
    I have installed Windows 10 Enterprise S Eval, Version 1809 from this iso 17763.1.180914-1434.rs5_release_CLIENT_LTSC_EVAL_x64FRE_en-us.iso and I can't activate it.
    Microsoft Toolkit: Cannot Activate because this product is incapable of KMS Activation.
    KMS VL ALL: No Windows Volume License Product Detected
    Any solution?
     
  16. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,530
    450
    You have to modify the paths to your situation...
     
  17. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,530
    450
    At every EVAL post is or should be a line "CANNOT be KMS activated". You need to reinstall the non EVAL edition.
     
  18. Nekko

    Nekko MDL Novice

    Oct 10, 2018
    16
    0
    0
    Sorry to bother but what you're saying is that I download kb4464455_CU.cab and specifying it's path?
     
  19. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,679
    103,530
    450
    Yes, but if the SSU is not already installed, download that cab too, you can use UUP(DL) for downloading both at once.
     
  20. Feniksrising

    Feniksrising MDL Member

    Nov 27, 2016
    184
    136
    10
    Windows update failing is entirely normal. Even after 20 years Microsoft just can't get it right. Even on a completely fresh install I get errors and corruption.