Jaap,
It can be done, but it's a little tedious. You need to configure this command to be run at startup: explorer shell:AppsFolder\41730Zubersoft.MobileSheets_ys1c8ct2g6ypr!App
You could create a batch file (mobilesheets.bat) that executes that line, and then trigger that to execute at startup. You might be able to accomplish that by using the Windows task scheduler.
Mike
UPDATE:
If you use the Fastspring version, the command would be a little different. To find it, open a command prompt, run "powershell", then "Get-AppxPackage|findstr MobileSheets", and whatever is listed under "PackageFamilyName" needs to be inserted in place of 41730Zubersoft.MobileSheets_ys1c8ct2g6ypr above.
It can be done, but it's a little tedious. You need to configure this command to be run at startup: explorer shell:AppsFolder\41730Zubersoft.MobileSheets_ys1c8ct2g6ypr!App
You could create a batch file (mobilesheets.bat) that executes that line, and then trigger that to execute at startup. You might be able to accomplish that by using the Windows task scheduler.
Mike
UPDATE:
If you use the Fastspring version, the command would be a little different. To find it, open a command prompt, run "powershell", then "Get-AppxPackage|findstr MobileSheets", and whatever is listed under "PackageFamilyName" needs to be inserted in place of 41730Zubersoft.MobileSheets_ys1c8ct2g6ypr above.