Nope, it will break resetpc. Setupcomplete.cmd won't be run when when an oemret install is done without the use of an ei.cfg.
Only makes sense when you intend to watch an empty desktop with no programs running, not with 10+ opem programs including VMs and alike. I barely see the desktop with 4 monitors used. For the record; have no store and apps here either since i have no use for that crap.
@Enthousiast Thank you for your response! And if i run /StartComponentCleanup only, without /ResetBase, will this also happen?
Output is: Default system UI language : en-US My locale is set to English (United Kingdom) and all other regional and language settings are set to English (United Kingdom).
Nope, that is ok to run. Don't know if you are running it online or offline to a mounted wim, the latter won't even run on 16299.xxx, iirc.
Interesting. The error shows that the tool is iritated. Should show [en-US] instead of [~,-1] which indicates the language isn't fetched correctly . You can try to replace lines 236/237 with: Code: set HOST_Language=en-GB
With NTLite if I remove the Microsoft Sticky Notes app the Photos app closes itself after a second if I open a picture. Which app reset feature? For all apps or just for the Xbox or Store apps? I removed it with PowerShell and I could still open the Store app and I think I removed all Xbox apps with NTLite and I could still open the Store app.
@Enthousiast Yes, I'm running offline for wim mounted with 16299.xxx. So I can not run /StartComponentCleanup on 16229 versions when i want to use setupcomplete.cmd. Is that understanding correct?
Only /resetbase can't be run. None of these servicing commands have anything to do with running setupcomplete.cmd.
I'll test using your code change as that allows me to get into the main menu, if that doesn't work I'll try in a Win10 VM. Thanks for your help.
And why not 1607? What is the negative aspect of this build? For my hardware runs better than 1511 and 1507 and has fewer features and bloatware than 1703 and 1709. Plus it still has updates.
No I haven't updated the Toolkit or packs after v8.0, when there is a update or pack, I do keep them outside the Toolkit download folder and only once all packs/updates are ready uploaded then I do move them to the Toolkit download location. The First Post has become full and I think there won't be any space to add any more characters for the next versions. Will inform if any packs or other files are updated then will inform through the posts.
Try Replacing these lines Code: echo.Reading Host OS Information... for /f "tokens=6 delims= " %%a in ('DISM /Online /English /Get-Intl ^| findstr /i /C:"Default system UI language"') do ( set HOST_Language=%%a ) set HOST_Language=%HOST_Language:~,-1% echo. with Code: echo.Reading Host OS Information... for /f "tokens=6 delims= " %%a in ('DISM /Online /English /Get-Intl ^| findstr /i /C:"Default system UI language"') do (set "HOST_Language=%%a") echo.
As far As my tests in NTLite you need to retain the Maps App for the Photos App to function, this is strange but after a lot of test removing the Maps App made the Photos App not to work. When you open settings and navigate to Apps ->Apps & features to see the list of Apps Installed, then click on any App and choose Advanced option and there the Reset function is, this will not work if the Xbox Live(Xbox.TCUI) is removed. Even for Store to work I had to retain it. NTLite uses a different approach to remove the apps/components where it keeps the required files for proper functioning of other Apps/components but the DISM won't do such thing. Don't mix up DISM and NTLite.
Well, now I only removed with NTLite the Sticky Notes app and I didn't have the problem but when I removed the remaining apps and the system apps I didn't want I had it! But I need MSMG ToolKit to remove some apps I can't remove with NTLite's free version! Well, I neved use that function, anyway. EDIT: I only removed the Maps app and the Photos app still worked.