Variable to enable/disable Windows Areo on connect/disconnect

Avatar
  • updated
  • Considering for Future Release

Would be super if we could gain more speed when connecting if the platform allowed the disabling and enabling of Windows Areo on connect/disconnect instead of having to run a .bat file each time.

Duplicates 1
Disable animations, fades etc on connect / on demand

We have some customers where they have their machine with all the animations, fades, translucent effects etc on - but we need to support them over whatever connection they have, like 3G. Even in Low quality mode, changing between programs can take 30-60 seconds purely because of the animation etc. Please have ability to tun this off on demand (and on option to turn off on connect) and have it restored after disconnect.

Avatar
0
anonymous
  • Pending Review
Avatar
0
CTEZ

Completely agree with this. Not only would it help with speed but also I occasionally see double mice when connecting to a Windows 7 computer. If I disabled Aero the double mice go away and I am left with one mouse on the screen

Avatar
0
Mike Bannerman Team Member
  • Under Review
Avatar
0
Xander Warrender

Robert, since there is no direct messaging available here: can you share your batch file?


I would mostly like to disable the Peek preview in the bottom-right of the screen ... immediately next to the chat window. I engage Peek all the freakin' time when I move the mouse from their screen into the chat box on mine. I have never voluntarily used Peek and would like it disabled while connected.

Avatar
0
anonymous
  • Considering for Future Release
Avatar
0
mhighsmith
@echo off
sc interrogate uxsms | find "1062"
if %errorlevel%==0 goto :sc_start
sc stop uxsms
exit
:sc_start
sc start uxsms
exit


Top contributors

Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar
Avatar