There are some problems with the Windows version

This other thread(linked below) has a lot of good details about this that can help guide you.

Are you saying the SlicerDcm2nii extension is unavailable on the extensions manager? Or after you install it, it doesn’t function/you can’t use it? It might be this issue related to the time you check for the extension.

As it relates to SlicerDMRI, it looks like code maintenance on it hasn’t been that frequent over the past year so there is likely a good chance that extension could be broken or breaking other things.

  • It appears many tests are failing for it because it is trying to look for testing datasets within the Slicer source code that have been moved to SlicerTestingData (Update broken testing data usage · Issue #130 · SlicerDMRI/SlicerDMRI · GitHub)
  • On Windows there are build errors building a test which look familiar to what me and @Sam_Horvath ran into during the transition to using an updated Visual studio toolkit. We ended up just disabling the tests which could probably be done again in the short term to fix the build issue.

@lassoan might know more about this topic, but you can disable it by pasting this code in the Slicer python console and then restart.

slicer.app.settings().setValue("DICOM/RunListenerAtStart", False)