How to install Docker in Docker(Dind) windows

Hi,
I am trying to install Docker in Docker (Dind) in windows and after that I want to build windows Microsoft images.
So, I have searched about this in official Docker documentation and Internet but Didn’t get anything if anyone knows how to do this please help me.
Thanks in Advance.

Since you can’t run Docker Desktop in a Docker container, you would need a Docker daemon built for Windows. The DIND images on Docker Hub are built for Linux and I have no idea if DIND is possible on Windows. Windows containers are different.