Create Windows Registry Key/Values in Docker Image

Wanted to see if it is possible to create Windows Registry Key/Value as part of the dockerfile command. Anyone have any experience doing this with success?

I think the best way is to use REG ADD, REG QUERY etc… commands to accomplish this. I wanted to see if it would be possible to launch a .reg file with multiple registry settings, but this will do for now.