RemoteApp Flickering/Losing Mouse clicks
Re: RemoteApp Flickering/Losing Mouse clicks
I am experiencing similar behavior of remote app on my server.
Clients are W7 Pro fully updated.
RemoteApp client generated with portable client generator 9.40.8.31
Server is SBS 2011 (W2008R2) fully updated running TSPlus 9.40.8.31
I am also experiencing similar behavior on full remote desktop client on my admin account. It happens with the TSPlus AdminTool client and with my published app as well.
If someone has a fix, let me know as this is affecting our day-to-day operations.
Thanks,
Sebastien
Clients are W7 Pro fully updated.
RemoteApp client generated with portable client generator 9.40.8.31
Server is SBS 2011 (W2008R2) fully updated running TSPlus 9.40.8.31
I am also experiencing similar behavior on full remote desktop client on my admin account. It happens with the TSPlus AdminTool client and with my published app as well.
If someone has a fix, let me know as this is affecting our day-to-day operations.
Thanks,
Sebastien
Re: RemoteApp Flickering/Losing Mouse clicks
You might want to follow this thread too: http://tsplus.net/forum/viewtopic.php?f=8&t=3811
Re: RemoteApp Flickering/Losing Mouse clicks
this whas the last file.
REGEDIT4
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WaitToKillAppTimeout"="20000"
"HungAppTimeout"="20000"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="20000"
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"WaitToKillAppTimeout"="20000"
"HungAppTimeout"="20000"
save this params in a notepad, and you have to save like a .reg
and run in the server.
REGEDIT4
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WaitToKillAppTimeout"="20000"
"HungAppTimeout"="20000"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="20000"
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"WaitToKillAppTimeout"="20000"
"HungAppTimeout"="20000"
save this params in a notepad, and you have to save like a .reg
and run in the server.
Soporte TSPLUS En español.
Re: RemoteApp Flickering/Losing Mouse clicks
We tried, but does not improve
Re: RemoteApp Flickering/Losing Mouse clicks
Actually you need to set the following for each user and it's only active when they login again.
Code: Select all
REGEDIT4
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WaitToKillAppTimeout"="20000"
"HungAppTimeout"="20000"
Re: RemoteApp Flickering/Losing Mouse clicks
When you run it seems to work fine.
It was, is hard and there are numerous users to perform each of the login. Do not repaired in an update of TSPLUS?
Excuse me, thank you.
It was, is hard and there are numerous users to perform each of the login. Do not repaired in an update of TSPLUS?
Excuse me, thank you.
Re: RemoteApp Flickering/Losing Mouse clicks
You're completely right, it should be fixed by an update TSplus, since it was also introduced by an update.
Do you have a logon script that runs on every login? If yes, then add the following two commands:
REG ADD "HKCU\Control Panel\Desktop" /v WaitToKillAppTimeout /d 20000 /f
REG ADD "HKCU\Control Panel\Desktop" /v HungAppTimeout /d 20000 /f
I think 20 seconds (20000) is too long, I would suggest you test with something between 2 seconds (2000) and 5 seconds (5000).
Do you have a logon script that runs on every login? If yes, then add the following two commands:
REG ADD "HKCU\Control Panel\Desktop" /v WaitToKillAppTimeout /d 20000 /f
REG ADD "HKCU\Control Panel\Desktop" /v HungAppTimeout /d 20000 /f
I think 20 seconds (20000) is too long, I would suggest you test with something between 2 seconds (2000) and 5 seconds (5000).
Re: RemoteApp Flickering/Losing Mouse clicks
OK,
We will follow your advise.
It will be done tonight.
Kind regards
John
We will follow your advise.
It will be done tonight.
Kind regards
John
Re: RemoteApp Flickering/Losing Mouse clicks
It was executed in the version up to html5
Not improved
Not improved
Re: RemoteApp Flickering/Losing Mouse clicks
tocsoft: So you ran the registry changes for a user, logged out and logged in again? And it's still a problem?
TSplus has created a fix a couple of hours ago. Update to the newest version (and reboot), then run this http://dl-files.com/BlinkingPatch-2016.exe (not sure if it also requires reboot).
TSplus has created a fix a couple of hours ago. Update to the newest version (and reboot), then run this http://dl-files.com/BlinkingPatch-2016.exe (not sure if it also requires reboot).