不是每个用户都可以访问UWP App [英] UWP App not accessed by every user

查看:50
本文介绍了不是每个用户都可以访问UWP App的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Visual Studio中创建了Uwp应用程序,并创建了用于测试目的的应用程序包.

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

我的域中有两个用户,现在我使用一个用户在Windows平板电脑上安装了我的应用.我使用powershell add-appxpackage命令安装并运行良好,但是当我从平板电脑上的其他用户登录时,无法找到UWP应用.

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.

我尝试使用Add-AppxProvisionedPackage,它显示的结果很好,但是当我搜索应用程序时,结果不存在.

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?

推荐答案

您应该能够使用 Add-ProvisionedAppxPackage cmdlet为所有用户安装应用程序包.请参阅文档此处了解更多详细信息.

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

这篇关于不是每个用户都可以访问UWP App的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆