Hello 貴之 大塚,
In Windows Server 2025, RemoteApp sessions handle keyboard input differently compared to Server 2022. When you publish a program through the Environment tab in compmgmt.msc and connect via RDP, pressing ALT+TAB no longer shows the thumbnail preview list of running applications. Instead, it cycles through them sequentially. This is not a misconfiguration on your side but a change in default behavior in Server 2025.
To restore the preview list, you need to adjust the RDP client configuration. In the Remote Desktop Connection client (mstsc.exe), go to Local Resources > Keyboard and set “Apply Windows key combinations” to “On the remote computer.” If you are using a RemoteApp .rdp file, open it in a text editor and ensure the line keyboardhook:i:2 is present. The value 2 forces all Windows key combinations, including ALT+TAB, to be processed by the remote session rather than the local machine. Once this is set, ALT+TAB inside the RemoteApp session will again display the preview list of windows, just like it did in Server 2022.
I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!
Domic Vo.