Thanks, the options outgrew that Window type, will switch to a scrollable one.
I was just about to ask if you have any feedback on the new switch format and how it works, take your time, goal is for it to be as flexible as needed.
yep, played with new stuff, here's what I found:
1. Cant send commands to already-running(existing) NTLite instance
It would help to have CLI commands to work with image from existing GUI/session, without opening second instance
2. No CLI command to "Forget" source from "Image" page
3. NTLite "unload" hang at 0% and you have mouse pointer in "loading" state, app couldnt be closed without killing it - but if you open new instance its actually unloaded (Unload command tested: NTLite.exe /Path:"C:\Users\Admin\Documents\Win11_Pro\sources\install.wim" /Index:1 /Unload:0 /ExitAfter:1)
4. Also CLI list of currently loaded/mounted images can help with navigating instead
5. Docs say /Path can be “image or extracted image folder”, but extracted folder did not work for load when using index:
NTLite.exe /Path:"C:\Users\Admin\Documents\Win11_Pro" /Load /Index:1 /ExitAfter:0
Log:
Error: Cannot find image: C:\Users\Admin\Documents\Win11_Pro (index: 1)
install.wim path works
6. Need reliable automation signal:
- exit code 0 when unload/load succeeds
- non-zero when it fails
- or stdout/log line that clearly says success/failure