openSUSE installed and works well! The only problem is the SUSE icon wont appear on taskbar. But it can be run simultaneously with Ubuntu Xenial! This is great!
In this build if you store all your apps on another drive other then C: when you upgrade from 16212 then Windows does not remember where the program or apps is. It keeps the place holder or icon but when you click on it it can't find it.
Not very bright are you......daveo76.... I have tried all the ones listed on google plus on Microsoft. They say on MS site that it will not install. So that is why I ask here just encase someone here has a work around
This DISM command still worked for me on this build. Spoiler: .NET Framework 3.5 offline setup script @echo off Title .NET Framework 3.5 Offline Installer for %%I in (D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist "%%I:\\sources\install.wim" set setupdrv=%%I if defined setupdrv ( echo Found drive %setupdrv% echo Installing .NET Framework 3.5... Dism /online /enable-feature /featurename:NetFX3 /All /Source:%setupdrv%:\sources\sxs /LimitAccess echo. echo .NET Framework 3.5 should be installed echo. ) else ( echo No installation media found! echo Insert DVD or USB flash drive and run this file once again. echo. ) pause You need to mount Windows 10 ISO first. Save the script as .cmd
Installing .Net3.5 was a breeze just like any other build for me. I have the sxs folder copied to a drive, and a cmd file I run as admin. Installs perfectly every time.
I think it may be related to me not having a physical DVD drive connected as that is 2 builds in a row I have been unable to mount .isos natively and the timing fits with when I disconnected my internal drive.