Multiple instances of macOS Workspaces client

1

Hello,

Is it possible to have two simultaneous instances of Amazon Workspaces clients running on macOS Catalina?

I have workspaces from two different organizations/directories that I need to connect to at the same time.

Thanks,
Hari

asked 4 years ago3099 views
2 Answers
1

You can create an applescript with the following code:

do shell script "open -n /Applications/WorkSpaces.app"

Save it as an application (make sure the name and path of the Workspaces app is correct). If you run it, it will launch a new copy of the Workspace app. This technique works with any Mac OS app

answered 4 years ago
0

Thank you, @agardezi - that is really helpful

answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions