I've been researching DISM functionality and I've read several articles, such as:
- https://www.windowscentral.com/how-use-dism-command-line-utility-repair-windows-10-image
- https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/repair-a-windows-image
- How will DISM /Online /Cleanup-Image /RestoreHealth affect my current configuration?
It is my understanding that, if I am specifying a WIM in the /Source parameter, the WIM needs to match the same version, edition, and language of Windows that's currently running on the machine that will be repaired.
What I'm wondering is, how does the Build # play into this? For example, let's say I am running 1909 build 18363.1316, does the source WIM that I am repairing from also need to be build 18363.1316? It would seem to make sense that this is the case, but I have not found any documentation specifying this.