Simple situation: I have two monitors and I would like my win8 app to launch on screen 2 while I still have VS2012 in debug mode on screen 1. This way there is no context switch necessary on a breakpoint and I find it far more confortable.
The other day, I had this behavior and thought it was great. But after a reboot I'm back to the old behavior: my app starts on the same screen as VS2012 and screen 2 is of no use.
Does anybody know how to control on which screen the win8 app starts, and how to control it?