ExTS Admin BetaTime Posted November 16, 2018 ExTS Admin Posted November 16, 2018 Howdy, With previous Windows installations, for example 1803, I would made a Folder and copy: Microsoft-Windows-NetFX3-OnDemand-Package.cab Microsoft-Windows-NetFX3-OnDemand-Package-en-us.cab To the folder plus a batch file to install manually & offline: DISM /Online /Enable-Feature /FeatureName:NetFX3 /All /LimitAccess /Source:%~dp0 --- Unfortunately with release of Windows 10 1809 x64 the file names are changed and the code also does not work: Win 10 x64 1809 :: sources \ sxs \ microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~en-US~.cab 1st you notice the file name changes in both files. 2nd the code does not work: Error: 87 DISM doesn't recognize the command-line option "1809"". ... Please advise, Cheers. More... Quote Forum Squared | SEO Help Forum | Web Server Forum
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.