How to check if Docker Desktop can restart automatically on runtime?

Hello, I have a requirement in which the docker has to run all the time, and if it fails, should restart automatically. Hence, I would like to know if it is possible to simulate a situation where docker desktop crashes and see that it restarts automatically.

Note: I try to set com.docker.service to restart on failure from Windows Services and end Docker Desktop from the Task Manager, but this did not start Docker Desktop again.