"Docker has stopped" on opening Docker 4.17.0

Hello all,

Working on windows 11 10.0.22621 Build 22621. Docker is the latest version 4.17.0.

Whenever I started Docker I see a ‘Docker has stopped’ message from within the app, which shortly quits. I have tried reinstalling, rebooting and looking for a settings.json as stackoverflow suggests, but there was only a config.json that resembles this:

{
  "credsStore": "desktop"
}

and a daemons.json:

{
	"builder": { "gc": { "defaultKeepStorage": "20GB", "enabled": true } },
	"experimental": false,
	"features": { "buildkit": true }
}

Thanks, been working on this for days