redtaped / ez-startup

1 stars 1 forks source link

Initial Implementation #7

Closed ASwitchCase closed 1 year ago

ASwitchCase commented 1 year ago

Description

As AV support I would like this app to automatically open up JW Library.

Acceptance Criteria

  1. Launching the app should open JW Library.
  2. Has to function on kingdom hall display.
ASwitchCase commented 1 year ago

After some farther research on Launching applications using the Process class in C#, I discovered that it the Microsoft App Store does not create standard .exe files that can be executed by double clicking or calling Process.Start(). Instead each app has an AUMID which stands for 'Application User Model ID'.

I'm currently looking into using these AUMIDs to launch an application. The following discussion contains farther information on the topic.

AUMID