[DISCUSSION] Windows 10 Enterprise (N) LTSC 2019

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

  1. RideTheLightning

    RideTheLightning MDL Member

    Sep 20, 2018
    180
    183
    10
    #2501 RideTheLightning, Dec 5, 2018
    Last edited: Dec 5, 2018
    OK, LTSC 2019 is installed and the initial result looks good.

    While not as stable as LTSB 2016 it's real damn close, I really like it.

    There have been one annoying issue related to installation of .Net Framework 3.5 however, my regular DISM command with a local copy of the NetFx3 cab returned dism error 0x8024402c

    The easy fix was to mount the LTSC 2019 iso and run a different DISM command.

    Driver wise and software wise everything looks good, things are never 100% stable but it works just as good as before so I'm satisfied.

    A couple of more cumulative updates and it might become the next "LTSB 2016"
     
  2. fs2com

    fs2com MDL Member

    Oct 14, 2009
    103
    37
    10
    After apply the rollup fix using the code then reboot, the association bug is fixed now.
    Thx Enthousiast for the assistance :)

    The slight annoying thing is I had to manually fix the image association one by one using right click command per image types (jpg, bmp, png, etc) to open with windows photo viewer.
    Can't use setting from Default apps since it's list only 2 list (Ms Office Picture Manager and Paint).

    But after I change around 5 file image types the default apps list now adding Windows Photo Viewer to it lists.
     
  3. RideTheLightning

    RideTheLightning MDL Member

    Sep 20, 2018
    180
    183
    10
    That's the dism command that gave me the 0x8024402c error, funny thing is that it have worked perfectly fine since initial Windows 10 (1507)

    This is what worked for me when I mounted the LTSC 2019 iso:

    DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:G:\sources\sxs

    I don't know why really the first command fails but the second one succeeds, deep down it should be doing the same thing basically?
     
  4. Supern00b

    Supern00b MDL Addicted

    Dec 30, 2010
    728
    540
    30
    I've read in the MSMG topic that this is a DISM bug on 1809, can't remember exactly but it seems that if you rename the file it works.
    DISM may not accept the original filename.

    Cheers.
     
  5. RideTheLightning

    RideTheLightning MDL Member

    Sep 20, 2018
    180
    183
    10
    I have noticed through the years that it's extremely neat picky with folder and file names, I have shorten down the original filename to netfx3.cab which shouldn't cause problems (in theory)

    The same dism command I have used for so long can be successfully run in 1803 but not in 1809.

    Not a big deal in general since I always include the OS iso in my digital software discs so installing it from the LTSC 2019 iso is OK for me too.

    Well enough of that, LTSC 2019 is clean and I don't have to mess with clutter removing tweaks like in 1803 so that's a huge plus.
    I'm sure they sort things out later on.

    EDIT:

    You could basically just take the cab file from the OS iso and create a digital iso with the same folder structure as the OS iso and run DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:G:\sources\sxs and it wouldn't notice the difference if you would want to save space.
     
  6. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    same here
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    No wonder ;). First command is to install update as CAB (after adapting to the actual file name). Second command enables .NET 3.x. Not to confuse.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,278
    94,773
    450
    The enable-feature command can't integrate updates but the /add-package command can do both, integrate updates and enable dotnetfx (if the name is not specified it will integrate all cabs inside the sxs folder):
    Code:
    Microsoft Windows [Version 10.0.17763.168]
    (c) 2018 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>dism /online /add-package /packagepath:d:\sources\sxs
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.168
    
    Processing 1 of 4 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~en-US~11.0.17763.1
    [==========================100.0%==========================]
    Processing 2 of 4 - Adding package Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    [==========================100.0%==========================]
    Processing 3 of 4 - Adding package Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.17763.1
    [==========================100.0%==========================]
    Processing 4 of 4 - Adding package Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>dism /online /get-features
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.168
    
    Features listing for package : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    
    Feature Name : Printing-PrintToPDFServices-Features
    State : Enabled
    
    Feature Name : Windows-Defender-Default-Definitions
    State : Enabled
    
    Feature Name : Printing-XPSServices-Features
    State : Enabled
    
    Feature Name : SearchEngine-Client-Package
    State : Enabled
    
    Feature Name : MSRDC-Infrastructure
    State : Enabled
    
    Feature Name : TelnetClient
    State : Disabled
    
    Feature Name : TFTP
    State : Disabled
    
    Feature Name : TIFFIFilter
    State : Disabled
    
    Feature Name : WorkFolders-Client
    State : Enabled
    
    Feature Name : LegacyComponents
    State : Disabled
    
    Feature Name : DirectPlay
    State : Disabled
    
    Feature Name : Printing-Foundation-Features
    State : Enabled
    
    Feature Name : FaxServicesClientPackage
    State : Enabled
    
    Feature Name : Printing-Foundation-InternetPrinting-Client
    State : Enabled
    
    Feature Name : Printing-Foundation-LPDPrintService
    State : Disabled
    
    Feature Name : Printing-Foundation-LPRPortMonitor
    State : Disabled
    
    Feature Name : SimpleTCP
    State : Disabled
    
    Feature Name : MicrosoftWindowsPowerShellV2Root
    State : Enabled
    
    Feature Name : MicrosoftWindowsPowerShellV2
    State : Enabled
    
    Feature Name : Windows-Identity-Foundation
    State : Disabled
    
    Feature Name : Microsoft-Windows-Subsystem-Linux
    State : Disabled
    
    Feature Name : HypervisorPlatform
    State : Disabled
    
    Feature Name : VirtualMachinePlatform
    State : Disabled
    
    Feature Name : Client-ProjFS
    State : Disabled
    
    Feature Name : NetFx4-AdvSrvs
    State : Enabled
    
    Feature Name : NetFx4Extended-ASPNET45
    State : Disabled
    
    Feature Name : IIS-WebServerRole
    State : Disabled
    
    Feature Name : IIS-WebServer
    State : Disabled
    
    Feature Name : IIS-CommonHttpFeatures
    State : Disabled
    
    Feature Name : IIS-HttpErrors
    State : Disabled
    
    Feature Name : IIS-HttpRedirect
    State : Disabled
    
    Feature Name : IIS-ApplicationDevelopment
    State : Disabled
    
    Feature Name : IIS-NetFxExtensibility
    State : Disabled
    
    Feature Name : IIS-NetFxExtensibility45
    State : Disabled
    
    Feature Name : IIS-HealthAndDiagnostics
    State : Disabled
    
    Feature Name : IIS-HttpLogging
    State : Disabled
    
    Feature Name : IIS-LoggingLibraries
    State : Disabled
    
    Feature Name : IIS-RequestMonitor
    State : Disabled
    
    Feature Name : IIS-HttpTracing
    State : Disabled
    
    Feature Name : IIS-Security
    State : Disabled
    
    Feature Name : IIS-URLAuthorization
    State : Disabled
    
    Feature Name : IIS-RequestFiltering
    State : Disabled
    
    Feature Name : IIS-IPSecurity
    State : Disabled
    
    Feature Name : IIS-Performance
    State : Disabled
    
    Feature Name : IIS-HttpCompressionDynamic
    State : Disabled
    
    Feature Name : IIS-WebServerManagementTools
    State : Disabled
    
    Feature Name : IIS-ManagementScriptingTools
    State : Disabled
    
    Feature Name : IIS-IIS6ManagementCompatibility
    State : Disabled
    
    Feature Name : IIS-Metabase
    State : Disabled
    
    Feature Name : WAS-WindowsActivationService
    State : Disabled
    
    Feature Name : WAS-ProcessModel
    State : Disabled
    
    Feature Name : WAS-NetFxEnvironment
    State : Disabled
    
    Feature Name : WAS-ConfigurationAPI
    State : Disabled
    
    Feature Name : IIS-HostableWebCore
    State : Disabled
    
    Feature Name : IIS-StaticContent
    State : Disabled
    
    Feature Name : IIS-DefaultDocument
    State : Disabled
    
    Feature Name : IIS-DirectoryBrowsing
    State : Disabled
    
    Feature Name : IIS-WebDAV
    State : Disabled
    
    Feature Name : IIS-WebSockets
    State : Disabled
    
    Feature Name : IIS-ApplicationInit
    State : Disabled
    
    Feature Name : IIS-ASPNET
    State : Disabled
    
    Feature Name : IIS-ASPNET45
    State : Disabled
    
    Feature Name : IIS-ASP
    State : Disabled
    
    Feature Name : IIS-CGI
    State : Disabled
    
    Feature Name : IIS-ISAPIExtensions
    State : Disabled
    
    Feature Name : IIS-ISAPIFilter
    State : Disabled
    
    Feature Name : IIS-ServerSideIncludes
    State : Disabled
    
    Feature Name : IIS-CustomLogging
    State : Disabled
    
    Feature Name : IIS-BasicAuthentication
    State : Disabled
    
    Feature Name : IIS-HttpCompressionStatic
    State : Disabled
    
    Feature Name : IIS-ManagementConsole
    State : Disabled
    
    Feature Name : IIS-ManagementService
    State : Disabled
    
    Feature Name : IIS-WMICompatibility
    State : Disabled
    
    Feature Name : IIS-LegacyScripts
    State : Disabled
    
    Feature Name : IIS-LegacySnapIn
    State : Disabled
    
    Feature Name : IIS-FTPServer
    State : Disabled
    
    Feature Name : IIS-FTPSvc
    State : Disabled
    
    Feature Name : IIS-FTPExtensibility
    State : Disabled
    
    Feature Name : WCF-Services45
    State : Enabled
    
    Feature Name : WCF-HTTP-Activation45
    State : Disabled
    
    Feature Name : WCF-TCP-Activation45
    State : Disabled
    
    Feature Name : WCF-Pipe-Activation45
    State : Disabled
    
    Feature Name : WCF-MSMQ-Activation45
    State : Disabled
    
    Feature Name : WCF-TCP-PortSharing45
    State : Enabled
    
    Feature Name : MSMQ-Container
    State : Disabled
    
    Feature Name : MSMQ-Server
    State : Disabled
    
    Feature Name : MSMQ-Triggers
    State : Disabled
    
    Feature Name : MSMQ-ADIntegration
    State : Disabled
    
    Feature Name : MSMQ-HTTP
    State : Disabled
    
    Feature Name : MSMQ-Multicast
    State : Disabled
    
    Feature Name : MSMQ-DCOMProxy
    State : Disabled
    
    Feature Name : WCF-HTTP-Activation
    State : Disabled
    
    Feature Name : WCF-NonHTTP-Activation
    State : Disabled
    
    Feature Name : IIS-CertProvider
    State : Disabled
    
    Feature Name : IIS-WindowsAuthentication
    State : Disabled
    
    Feature Name : IIS-DigestAuthentication
    State : Disabled
    
    Feature Name : IIS-ClientCertificateMappingAuthentication
    State : Disabled
    
    Feature Name : IIS-IISCertificateMappingAuthentication
    State : Disabled
    
    Feature Name : IIS-ODBCLogging
    State : Disabled
    
    Feature Name : NetFx3
    State : Enabled
    
    Feature Name : SMB1Protocol
    State : Disabled
    
    Feature Name : SMB1Protocol-Client
    State : Disabled
    
    Feature Name : SMB1Protocol-Server
    State : Disabled
    
    Feature Name : SMB1Protocol-Deprecation
    State : Disabled
    
    Feature Name : MediaPlayback
    State : Enabled
    
    Feature Name : WindowsMediaPlayer
    State : Enabled
    
    Feature Name : Microsoft-Windows-NetFx3-OC-Package
    State : Enabled
    
    Feature Name : Microsoft-Windows-NetFx4-US-OC-Package
    State : Enabled
    
    Feature Name : Microsoft-Windows-Client-EmbeddedExp-Package
    State : Enabled
    
    Feature Name : Microsoft-Windows-NetFx3-WCF-OC-Package
    State : Enabled
    
    Feature Name : Microsoft-Windows-NetFx4-WCF-US-OC-Package
    State : Enabled
    
    Feature Name : Containers-DisposableClientVM
    State : Disabled
    
    Feature Name : Microsoft-Hyper-V-All
    State : Disabled
    
    Feature Name : Microsoft-Hyper-V
    State : Disabled
    
    Feature Name : Microsoft-Hyper-V-Tools-All
    State : Disabled
    
    Feature Name : Microsoft-Hyper-V-Management-PowerShell
    State : Disabled
    
    Feature Name : Microsoft-Hyper-V-Hypervisor
    State : Disabled
    
    Feature Name : Microsoft-Hyper-V-Services
    State : Disabled
    
    Feature Name : Microsoft-Hyper-V-Management-Clients
    State : Disabled
    
    Feature Name : HostGuardian
    State : Disabled
    
    Feature Name : Client-DeviceLockdown
    State : Disabled
    
    Feature Name : Client-EmbeddedShellLauncher
    State : Disabled
    
    Feature Name : Client-EmbeddedBootExp
    State : Disabled
    
    Feature Name : Client-EmbeddedLogon
    State : Disabled
    
    Feature Name : Client-KeyboardFilter
    State : Disabled
    
    Feature Name : Client-UnifiedWriteFilter
    State : Disabled
    
    Feature Name : DataCenterBridging
    State : Disabled
    
    Feature Name : DirectoryServices-ADAM-Client
    State : Disabled
    
    Feature Name : Windows-Defender-ApplicationGuard
    State : Disabled
    
    Feature Name : ServicesForNFS-ClientOnly
    State : Disabled
    
    Feature Name : ClientForNFS-Infrastructure
    State : Disabled
    
    Feature Name : NFS-Administration
    State : Disabled
    
    Feature Name : Containers
    State : Disabled
    
    Feature Name : SmbDirect
    State : Enabled
    
    Feature Name : MultiPoint-Connector
    State : Disabled
    
    Feature Name : MultiPoint-Connector-Services
    State : Disabled
    
    Feature Name : MultiPoint-Tools
    State : Disabled
    
    Feature Name : AppServerClient
    State : Disabled
    
    Feature Name : Internet-Explorer-Optional-amd64
    State : Enabled
    
    The operation completed successfully.
    
    C:\Windows\system32>
    
    Code:
    
    C:\Windows\system32>dism /online /get-packages
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.168
    
    Packages listing:
    
    Package Identity : Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:07 AM
    
    Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    State : Installed
    Release Type : Language Pack
    Install Time : 9/15/2018 9:06 AM
    
    Package Identity : Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : Feature Pack
    Install Time : 9/15/2018 9:07 AM
    
    Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : Foundation
    Install Time : 9/15/2018 7:36 AM
    
    Package Identity : Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:06 AM
    
    Package Identity : Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~en-US~11.0.17763.1
    State : Installed
    Release Type : Language Pack
    Install Time : 9/15/2018 9:06 AM
    
    Package Identity : Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:06 AM
    
    Package Identity : Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:07 AM
    
    Package Identity : Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:07 AM
    
    Package Identity : Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:07 AM
    
    Package Identity : Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:07 AM
    
    Package Identity : Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:07 AM
    
    Package Identity : Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:07 AM
    
    Package Identity : Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    State : Installed
    Release Type : Language Pack
    Install Time : 12/5/2018 1:45 PM
    
    Package Identity : Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 12/5/2018 1:45 PM
    
    Package Identity : Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:06 AM
    
    Package Identity : Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:06 AM
    
    Package Identity : OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:07 AM
    
    Package Identity : Package_for_KB4470788~31bf3856ad364e35~amd64~~17763.164.1.1
    State : Installed
    Release Type : Security Update
    Install Time : 12/5/2018 1:26 PM
    
    Package Identity : Package_for_KB4477029~31bf3856ad364e35~amd64~~10.0.1.0
    State : Installed
    Release Type : Security Update
    Install Time : 12/5/2018 1:26 PM
    
    Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.107.1.3
    State : Superseded
    Release Type : Update
    Install Time : 10/29/2018 10:39 PM
    
    Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.168.1.10
    State : Installed
    Release Type : Update
    Install Time : 12/5/2018 1:39 PM
    
    The operation completed successfully.
    
    C:\Windows\system32>
     
  9. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    I do need the netfx3 package, but when I do a dism /online /get-packages I don't see it. I don't think it's there with LTSC. I only have some rarely used apps that need it so I haven't dealt with it yet, but would be nice if I could add netfx3 with dism.
     
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    *snip
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,278
    94,773
    450
    I showed exactly how to do it, what is the problem? All iso's have the same content in the sxs folder. Only en-US has lp cabs for msie and dotnetfx3, they are not needed.

    Get-Packages lists the integrate/enabled packages.
    Get-Features lists the enabled features.
     
  12. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    I swear it's not there in the package listing on my system, don't know if it's something I did to the image or not, this is with a clean install.

    Code:
    C:\Windows\system32>dism /online /get-packages
    
    Deployment Image Servicing and Management tool
    Version: 10.0.17763.1
    
    Image Version: 10.0.17763.168
    
    Packages listing:
    
    Package Identity : Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:09 AM
    
    Package Identity : Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.17763.1
    State : Installed
    Release Type : Language Pack
    Install Time : 9/15/2018 9:08 AM
    
    Package Identity : Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : Feature Pack
    Install Time : 9/15/2018 9:08 AM
    
    Package Identity : Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : Foundation
    Install Time : 9/15/2018 7:36 AM
    
    Package Identity : Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:08 AM
    
    Package Identity : Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:08 AM
    
    Package Identity : Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:08 AM
    
    Package Identity : Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:08 AM
    
    Package Identity : Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:09 AM
    
    Package Identity : Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:09 AM
    
    Package Identity : Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:09 AM
    
    Package Identity : Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:08 AM
    
    Package Identity : Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:08 AM
    
    Package Identity : Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:08 AM
    
    Package Identity : OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.17763.1
    State : Installed
    Release Type : OnDemand Pack
    Install Time : 9/15/2018 9:08 AM
    
    Package Identity : Package_for_KB4465664~31bf3856ad364e35~amd64~~17763.132.1.0
    State : Installed
    Release Type : Security Update
    Install Time : 12/4/2018 7:42 PM
    
    Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.107.1.3
    State : Superseded
    Release Type : Update
    Install Time : 10/29/2018 10:37 PM
    
    Package Identity : Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.168.1.9
    State : Installed
    Release Type : Update
    Install Time : 12/4/2018 7:43 PM
    
    The operation completed successfully.
    
     
  13. aruiz

    aruiz MDL Novice

    Mar 6, 2018
    23
    2
    0
    The calculator closes when I switch to unit conversion, someone can check it?
     
  14. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Buddy, you'll need to read ;). NET is part of untouched ISO, you won't find it on your system if not installed :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Krager

    Krager MDL Senior Member

    Jan 9, 2017
    396
    233
    10
    Okay, get it now, from mounted iso, wasn't registering.
     
  16. Hackeur

    Hackeur MDL Senior Member

    Jun 14, 2009
    330
    441
    10
    @Tiger-1

    I set up all my systems with multiple 40GB partitions, the main one with LTSB 2016, 2nd and 3rd with LTSC 2019 and another partition for experiments/maintenance.(SSD's and M.2 drives)
    .
     
  17. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,897
    10,733
    240
    ok bro I hope that all works fine...:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. Michele-94

    Michele-94 MDL Novice

    May 20, 2018
    12
    0
    0
    Hi guys, sorry for my ignorance and for my bad english, but where can I download this version ( it_windows_10_enterprise_ltsc_2019_x64_dvd_2fa02691.iso )? Is there a guide that explains how to download this ISO? I only find the iso in English ... thanks!
     
  19. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,155
    21,099
    240
    @Michele-94

    english iso + italian svf = italian iso

    all nfo's on 1st page


    Code:
    it_windows_10_enterprise_ltsc_2019_x64_dvd_c5a1b113.iso = SW_DVD5_WIN_ENT_LTSC_2019_64-bit_Italian_MLF_X21-96445.ISO
    check @
    17763.107 2019 LTSC VLSC SVF(/SFX) Patches by @Enthousiast
    17763.107 Consumer/Business/LTSC VLSC and Server 2019 SVF Patches by WZOR
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. Michele-94

    Michele-94 MDL Novice

    May 20, 2018
    12
    0
    0


    I'm sorry but I'm not understanding, I downloaded the file: SW_DVD5_WIN_ENT_LTSC_2019_64-bit_Italian_MLF_X21-96445.ISO

    Then I will download the ISO in English. Then how do I translate the ISO into Italian? Thanks and sorry again