When a user goes through our clientless portal and initiates an RDP session, the resulting java window size is pretty small... is there a way to force it to a different (larger) size? In the bookmark creation assistant, there is is an 'other parameters' field which has as one of the examples the following:
geometry=1024x768
When I attempt to add this to the end of the RDP bookmark (using ? parameter), users get the 'credentials are valid but you have failed the security checks' message. If I put the bookmark back to normal, they can successfully access the portal (and RDP) which doesn't make any sense at all to me.
Any ideas?
Solved! Go to Solution.
I only ever got the resize working when forcing java in internet explorer by adding the geometry and force java to the bookmark:
rdp://ipaddress?geometry=1024x768&bbp=16&ForceJava=yes
I only ever got the resize working when forcing java in internet explorer by adding the geometry and force java to the bookmark:
rdp://ipaddress?geometry=1024x768&bbp=16&ForceJava=yes
Thanks for the info.
We have also had success with the following: Rdp://IP Address/?geometry=1600x900
We haven't found that we need to force it to the bookmark, for some reason, but it works.