UWP App not accessed by every user

拟墨画扇 提交于 2020-01-05 07:36:52

问题


I created Uwp app in visual studio and created app packages for test purposes.

I have two users in my domain now I installed my app on my windows tablet using one user. I use powershell add-appxpackage command It gets installed and is working well but when I login from a different user on my tablet it is not able to find the UWP app.

I wanted multiple users to read and write file in a shared location for all my users so my app creates it in a shared location and my other user is able to see the created file and access it but it is not able to find the app.

I tried with Add-AppxProvisionedPackage and it displays the result fine but when i search for app it is not there.

Do I need to give it some permission or is my installation wrong?


回答1:


You should be able to install an app package for all users using the Add-ProvisionedAppxPackage cmdlet. See the documentation here for more details.



来源:https://stackoverflow.com/questions/49124478/uwp-app-not-accessed-by-every-user

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!