How to copy all docker images to a new machine

i make large number of docker images and i want to copy those images to another windows machine. i came across an older topic that describe using save and load.
however i made this post asking for mercy because i have large number of images and i want to transfer all of them. i came across this topic in stackoverflow but that work only in linux.
any hope?

windows 10

why don’t you set up a private registry? then you not everytime need to copy everything, but just the things/layers changed.

thanks i will read about that