Code: @echo off cd /d "%~dp0" set uiv=v4.1 :: when changing below options, be sure to set the new values between = and " marks :: for updating current os, leave this option as %SystemDrive% set "target=D:\1" :: updates location, %cd% represent the current script directory set "repo=%cd%" :: dism.exe tool path (default is system's if the host os is win10) set "dismroot=%windir%\system32\dism.exe" :: enable .NET 3.5 feature set net35=1 :: optional, specify custom "folder" path for microsoft-windows-netfx3-ondemand-package.cab set "net35source=" :: Cleanup OS images to "compress" superseded components (might take long time to complete) set cleanup=1 :: Rebase OS images to "remove" superseded components (warning: break "Reset this PC" feature) :: require first to set cleanup=1 set resetbase=1 :: create new iso file if the target is a distribution folder :: require placing oscdimg.exe or cdimage.exe next to W10UI.cmd set iso=1 :: set this to 1 to start the process directly once you execute the script :: make sure you set the above options correctly first set autostart=0 :: optional, set temporary directory for extracted files set "cab_dir=%~d0\W10UItemp" :: optional, set mount directory for updating wim files set "mountdir=%SystemDrive%\W10UImount" set "winremount=%SystemDrive%\W10UImountre" The update files are in the script folder. Sorry, there is no 'Code' option when I post here so I don't know how to make it in the post that way. Edit: Is it because I'm using the English International ISO?
No the used iso doesn't matter, i only can think of the new resetbase in the script to cause this. I don't have my main system running atm, so i can't test. But my test here with resetbase = 0 did not get any update offered when installed. ps, You can manually use bbcode by putting [code]&[/code] around the text.
I'm making a new ISO with the reset base disabled. Will put the output here when it's done and am going to do another clean install of Windows. If I get the same issue going to try with the regular ISO, not the English International one to rule that out. Can't wait to get my 8700k from a RMA with Intel, painfully slow doing this on a place holder i3 8100.
Please post the progress here before you do the test, maybe we can see what's going wrong. My main system is an intel i7-3770 with 16GB RAM, atm i am working on a Pentium G870 with 4GB ram
You think if someone have the msu links, it would not be posted here? besides, those are ment to upgrade you, you don't need them if you with to stay on 1607
New in catalog to fix the AMD cpu issue 2018-01 Cumulative Update for Windows 10 Version 1607 (KB4057142) 2018-01 Cumulative Update for Windows 10 Version 1703 (KB4057144) 2018-01 Cumulative Update for Windows 10 Version 1709 (KB4073290)
Read what @abbodi1406 posts, it's the fix for AMD systems which didn't run with the Kernel patch from jan. 3. 2018 installed. Maybe @abbodi1406 can better explain