• 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Workaround for machines that experience long delays
#1
A few users have contacted me due to a problem where MobileSheets wouldn't respond to touch events for several seconds in certain situations. One user figured out a workaround - raising the application priority for MobileSheets. I'm not sure why this would have such a large impact on those devices, but it usually means there are services and applications fighting for resources. That user created the following script to launch MobileSheets with an elevated priority:


Code:
REM   ==== MobileSheets Execution Priority Level promotion =====

REM  the following loads MS then sleeps and then raises the execution priority to a higher level.

start MobileSheets.lnk

REM  neither SLEEP or TIMEOUT are work as specified for some reason but do not impact script functionality

REM sleep 5

REM timeout /T 5

wmic process where name="MobileSheets.exe" CALL setpriority "high priority"   

REM    "high priority"   works well on the DELL

REM     wmic process where name="MobileSheets.exe" CALL setpriority "Realtime"   ( does not work)

REM ==== end script =====


I just wanted to share this for any user that it might help.

Mike
Reply


Messages In This Thread
Workaround for machines that experience long delays - by Zubersoft - 03-27-2019, 09:22 AM



Users browsing this thread:
2 Guest(s)


  Theme © 2014 iAndrew  
Powered By MyBB, © 2002-2024 MyBB Group.