I am trying to connect to a View desktop with PCoIP connection at a resolution of 1920x1200. This works fine from my desktop at work because my native resolution is 1920x1200. However, I need to connect from my notebook which has a native resolution of 1280x800. I would like to connect to the desktop and have scrollbars on the side and bottoms to navigate the screen. I can accomplish this from Microsoft RDP command line with a switch of mstsc /w:1920 /h:1200, but I need to use PCoIP and View.
I'm limited to that screen resolution because of a client side application. We have talked with that vendor about some dynamic resizing options but we have been told that this is not possible.
When I use the command line wswc -desktopLayout 1920x1200 I can see a flash of screen with the scroll bars, but it always ends up resizing to Full Screen.
Any ideas?