Automation of ChatGPT / Codex Windows Application

Currently trying to deploy the ChatGPT app to multiple devices, it is listed as 9PLM9XGG6VKS in the Microsoft Store. Currently, the latest package returns:

OpenAI.Codex OpenAI.Codex_26.715.9079.0_x64__2p2nqsd0c76g0 when installed using

get-appxpackage openai | select name, packagefullname in PowerShell. I am able to deploy the application without issue, however users are not administrators and I am unable to complete the setup as it is prompting a UAC. Normally, these applications could be installed using SYSTEM, but in this case it doesn’t seem like this is an option to bypass this as the request is after the application is installed:

Does anyone have any ideas how this could be successfully deployed? It seems like there should be a way to give access to this in an enterprise environment without requiring local administrative rights.

Thank you.

Hi and welcome to the community!

I took a look at the existing issues in the official Codex repo, and I think these two are fairly close matches. You can also look through the other issues or create your own, of course.

I hope this helps get the issue fixed sooner rather than later.

Hello, @VeitB , I really appreciate your reply. These are similar in many ways, but do not seem to resolve a way to give users access to the elevated sandbox without being administrators to complete the install process as administrators through the UAC prompt. This poses issues from an enterprise deployment standpoint. I will try to add the concern on github. Thank you again.