Uhhhhhh I love you. lol. Is there an RSS/ATOM feed or something I can subscribe that notifies when you update these?
Hi abbodi1406 thanks for making these useful tools. i've succesfully used win 10 update installer. but i've problem in 8.1 and 7. in 10 i've used Code: set "target=E:\MSDN Original Windows OS\en_windows_10_multi-edition_version_1709_updated_sept_2017_x64_dvd_100090817" this line for target os folder and it worked. but this type of line is not working in 8.1. in 8.1 it still shows target current os. but in 7 it detect my os folder but it shows x86 version instead of x64, and when i proceed it shows error Code: ERROR: Detected target online/offline image is not Windows 7 SP1 i've sha1 verified msdn win 7, 8.1 iso. pls help me with setting target folder in win 7 8.1 update installer. thank you very much
- Windows 7 script does not support iso or wim, just current OS or already mounted image/another partition - It would not hurt not to use spaces in path for Windows 8.1 try this, search for: Code: echo "%target%"| findstr /I "\.wim" >nul replace with Code: echo %target%| findstr /E /I "\.wim" >nul
thanks for replying.. i really dont know where to put your suggested commands. here is my situation in 8.1 scenario. i have placed WHD-W81UI.cmd file next to WHDownloader. i have extracted win 8.1 iso folder in Code: E:\MSDN Original Windows OS\en_windows_8.1_with_update_x64_dvd_6051480 in script i'm suppose to change target to this folder so script can work. default target set line is Code: set "target=" i've tried various way to set target but i've failed. but when i set target in w10ui script Code: set "target=E:\MSDN Original Windows OS\en_windows_10_multi-edition_version_1709_updated_sept_2017_x64_dvd_100090817" it worked perfectly in win 10. pls help me with 8.1
i've followed your suggestion and replaced the suggested lines. but it still not working. this is still showing "current online os" and not detecting my extracted iso folder.
Oops, i forgot that Windows 8.1 script also do not support ISO distribution you need to specify install.wim path directly, after you applied the script fix i.e. Code: E:\MSDN Original Windows OS\en_windows_8.1_with_update_x64_dvd_6051480\sources\install.wim
THANK YOU,,, now its working.. is there any way possible i can integrate windows 7 updates in extracted iso folder or install.wim?
No currently i may add that suppport eventually, but it will take a lot of time, since W 7/8.1 updates are scattered in different folders
Can the W10UI v3.7 script update SVR 2016? It seems to be integrating the updates ok but I get an error enabeling .Net: Spoiler Code: Deployment Image Servicing and Management tool Version: 10.0.15063.0 Image Version: 10.0.14393.0 Processing 1 of 2 - Adding package Package_for_KB3186568~31bf3856ad364e35~amd64~~10.0.1.1044 [==========================100.0%==========================] Processing 2 of 2 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1914.1.4 [==========================100.0%==========================] The operation completed successfully. ============================================================ Adding .NET Framework 3.5 feature ============================================================ Deployment Image Servicing and Management tool Version: 10.0.15063.0 Image Version: 10.0.14393.0 Enabling feature(s) [==========================100.0%==========================] Error: 50 The operation is complete but NetFx3 feature was not enabled. A required parent feature may not be enabled. You can use the /enable-feature /all option to automatically enable each parent feature from the following list. If the parent feature(s) are already enabled, refer to the log file for further diagnostics. NetFx3ServerFeatures Would I have to add this to the .Net section? Code: "%dismroot%" %dismtarget% /NoRestart /Enable-Feature /FeatureName:NetFx3ServerFeatures /Source:"%net35source%" Update: Just tried it & it worked...
7 and 8.1 both have updates in scattered folder and you have already provided us way to integrate updates in 8.1 install.wim,, now only 7 is remaining. i'm waiting for your update in WHD-W7UI so we can also integrate updates in install.wim. thank you very much for your work
hi guys, i downloaded the KMS_VL_ALL - Smart Activation Script by abbodi1406 i have question, how to edit the script if i want the ms office only and not tweaking any of the windows license because i have legit win10 education
Having a legit Windows activation, this activator won't touch it. Rest assured. Same applies to Office legit activation, in case someone asks. @abbodi1406 , @CODYQX4 and others are not newbies doing this stuff for ages. They have taken into account such scenarios.
Thanks boys @yre if you Windows activation is permanent (Retail/OEM/MAK), KMS_VL_ALL will not change it but if you insist, edit Activate-Local.cmd (or KMS_VL_ALL.cmd), search for this line Code: if %office% equ 0 if %gvlk% equ 1 exit /b and replace with Code: if %office% equ 0 exit /b
during boot from USB. It stated I had missing drivers. The same did not happen when using stock boot.wim and when using boot.wim updated with NTLite... All to the same version 1914... LTSB x64...
try posting script setting if you using W10UI_3.7(if you edit sript also) as a long install.wim, boot.wim in same folder in sources. will not happen using W10UI_3.7.