Posts: 3
Threads: 1
Joined: Feb 2019
Reputation:
0
Is it possible to start Mobilesheets automatically with Windows? Mobilesheets is the only proigram I use on my tablet (All in one PC).
Kind regards, Jaap
Netherlands
Posts: 13,361
Threads: 301
Joined: Apr 2012
Reputation:
235
02-16-2019, 10:45 AM
(This post was last modified: 02-16-2019, 10:46 AM by Zubersoft.)
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.
Posts: 13,361
Threads: 301
Joined: Apr 2012
Reputation:
235
It depends which app store you purchased off of. If you ran the command I listed "Get-AppxPackage|findstr MobileSheets" then you should see the full PackageFamilyName. If the value starts with 41730, then you purchased off the Microsoft Store, otherwise you purchased off the Fastspring store.
Mike
Posts: 13,361
Threads: 301
Joined: Apr 2012
Reputation:
235
That's great news! Thanks for letting me know.
Mike