모든 가상 데스크톱에서 창을 유지할 수 있습니까? [복제]


답변:


3

This feature arrived on some version of Windows 10 (maybe anniversary update):

Press <WIN>+<TAB> to go to view where you manage the windows and desktops. Right click on some window and choose "Show this window on all desktops"


2

As for now, Microsoft Windows 10 doesn't allow that, as mentioned in this article, but if you are writing an application, it provides a shell interface that will allow your application to be notified (only if it is focused when switching to the new virtual desktop), so you can program your application to move itself to this new virtual desktop.

However, notice that there are limitations: it won't allow you to move a different window that is not part of our application to the current virtual desktop, neither let your application be notified if it is not focused.

http://blogs.msdn.com/b/winsdk/archive/2015/09/10/virtual-desktop-switching-in-windows-10.aspx

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.