By default ansible connects to Windows as batch login type, not interactive user, so usually there is no graphical user interface available to ansible. You can get an interactive user login by using the Become feature of ansible, but ansible is not really intended to drive graphical user interfaces. It can be used for various things but I think it is best for installing software and enforcing configuration across many machines.
Ansible might still be useful to you but it's not clear to me what you are trying to achieve.