UE5 Project crashes on open

So i found a possible fix for it. Im not sure what I lose out from it though.

Going into the Project folder => Config => DeafultEngine

Then editing the file for one section:
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12

to

DefaultGraphicsRHI=DefaultGraphicsRHI_DX11

Changing the “12” to “11” doesn’t immediately crash the project now.