Disable specific modules on startup

I’m trying to disable modules on startup using ./Slicer -modules-to-ignore "Welcome, data", but I notice that only the welcome module is disabled while data module is still present. Am I using this command incorrectly?

Also, is there a way to change the default module through cli?

Thanks!

Hi -

There can’t be a space, and also it’s case-sensitive, so you need:

./Slicer -modules-to-ignore Welcome,Data
1 Like