I want to display content on a secondary monitor connected to a Windows 10 machine, but in a way that keeps it separate from the main user interface. The goal is for the secondary monitor to continuously display the content without being affected by the main desktop activities. This includes situations where:
- The primary desktop is in use and should not influence the secondary monitor.
- The secondary monitor remains active and displays the content even if the main UI is locked.
- The secondary monitor remains unaffected even if someone connects to the machine via RDP.
I've achieved this setup on Linux but need guidance on how to implement it on Windows 10.
Thanks in advance.