No, there are no problems with integrating the CU on LTSB 1607. And no, the wim size does not grow that much if you do cleanup resetbase and export the wim. My x46 LTSB with CU integrated sits at 3.3GB. Cheers.
@Supern00b yep you are correct, I know because last time that I make my job after integrating CU also sits around 3,3GB no issues MSMG works fine ever only user need stay focused all time when working on it
Good morning guys. I'm 'm if you can help me. I made this little command: for %%i in (*.exe) ECHO ""%CDROM%\App\Install\%%I " > > " Addon_sfx.txt the answer of the command is: "\App\Install\CorelDraw_x8_x64_x86.exe"; How do I write the string the string %CDROM% in AddOn_sfx.txt file
See my changes. To use in cmd prompt directly, change both %%i to %i. NOTE: Use either %%I or %%i, runtime variables are case-sensitive, so don't confuse.
Code: for %i in (*.exe) do echo "%cdrom%\App\Install\%i" >> "Addon_sfx.txt" When I start the script does nothing written in this way "% i". When I write so %%i works. My operating system is pt-BR Windows 10 pro. Mr could develop for me. I wanted to keep it that way. Code: %cdrom%\App\Install\myprogram.exe so I use the runonce.
RS2 10563 ESD integrating dart, completely kills boot.wim. On the UUP (converted ISO) version it integrates and works fine, but as expected you have to launch setup from command prompt, (on pc with unformatted hdd just type c:\setup to begin install). for now i'm sticking with UUP boot.wim
So, far I haven't had the issue of Left Click StartMenu not working with TH1, TH2, RS1 and evn the current RS2 build too. Using Start menu troubleshooter will be useful only on OS when you haven't removed any components.
Integrating ReFS had problems with earlier versions, will try with the new version and add ReFS to the Toolkit if it works.
You mean a preset, well it will be added in future versions. And for debugging purpose, I have added a debug mode to test the Enabling/Disabling/Integration/Removing without saving changes to the Image and also there's a detailed log mode to know what and where exactly error has occured.
Hi MSMG, In next or future version, do you plan the possibility to remove completely metro apps and Windows components for Windows RS2 "Creators update" ? I have made a test using the 10563 RS2 build Pro, Got no errors during removal, but most of the time nothing is really deeply removed from Wim file.