如何在 Windows 11/10 中使用 PowerShell 安装 Appx 应用程序包
恶意程序不断寻找新方法来伤害或损坏设备。Windows 11/10通用 Windows 平台(Universal Windows Platform)( UWP ) 应用程序使用的 Appx 文件格式的应用程序(get apps in the Appx file format)总是合理的。它允许您直接从Microsoft Store安装应用程序。
但是,有时您可能需要从Windows Store外部安装.Appx 包(.Appx package)。在这种情况下,Windows 10允许您使用(Windows 10)PowerShell中的简单命令进行安装。例如,让我们假设您是一名软件开发人员,并且您有一个很棒的应用程序创意可以开发。但在将其上传到Store之前,您必须对其进行正确测试。
在本指南中,我们将解释一种使用PowerShell(PowerShell)安装 .Appx 包的非常简单的方法。
(Install Appx)使用PowerShell(PowerShell)安装 Appx应用程序包
启用应用程序的旁加载
在开始之前,请确保在Windows 10设置中启用了应用程序的旁加载。默认情况下,此选项在启用的表单中可用,但有时管理员可能会禁用它。
为了检查或更改这些设置,您首先需要以管理员身份登录。之后,打开 Windows 10 Settings(open the Windows 10 Settings) > Update & Security > For Developers。现在移动到右侧窗格并选择Sideload apps(Sideload apps)旁边的单选按钮。
此时,您可能会在Windows设备上启用应用旁加载时收到警告提示。要打开应用程序侧载,请单击是(Yes)按钮。
在Windows 11中旁加载应用程序:
- 打开 Windows 11 设置。
- 向下滚动到隐私和安全。
- 切换到安全部分。
- 展开开发人员菜单。
- 找到开发者模式标题。
- 将开关切换到打开位置。
Windows 11 用户?(Windows 11 user?)阅读如何在 Windows 11 上使用 WSA 侧载 Android 应用程序。
使用 PowerShell
进行适当的验证/更改后,就可以安装 .Appx 包了。
为此,请在 Windows 设备中打开提升的 PowerShell 提示符。(open an elevated PowerShell prompt)
在Windows PowerShell界面中,键入以下文本并按Enter –
Add-AppxPackage -Path "C:\Path\to\File.Appx"
在上面的命令行中,相应的路径表示存储在设备子文件夹目录中的.appx文件的位置。(.appx)
因此,您必须在此处将Path替换为(Path).appx文件的确切定位路径。
此外,将 file.appx 替换为通用 Windows 平台(Universal Windows Platform)文件名,如上面的快照所示。然后按Enter运行命令行。
按下Enter键后,它将开始执行命令,并立即将应用程序安装到您的设备中。
现在,您只需单击“开始(Start)”按钮并像打开任何其他应用程序一样打开该应用程序。
就是这样。
有趣的阅读(Interesting read):每个 Windows 用户都应该知道的 10 个基本 PowerShell 命令。
Related posts
使用PowerShell Script禁用Windows 10中的Security Questions
如何在Windows 11/10查看PowerShell version
Fix PowerShell在Windows 11/10中引起High CPU usage
如何打开提升PowerShell prompt在Windows 10
如何在Windows 10中使用PowerShell创建Local User Account
如何将Group Policy Editor添加到Windows 10 Home Edition
Microsoft Edge Browser Tips and Tricks用于Windows 10
如何在Windows 11/10中创建Radar Chart
如何在Windows 10中使用PowerShell隐藏Windows Updates
如何使用PowerShell验证Windows 10 ISO file哈希
HDMI playback设备未显示在Windows 10中
如何在Windows 10计算机中更改默认Webcam
Microsoft Intune不同步? Force Intune在Windows 11/10中同步
如何测量Windows 11/10中的Reaction Time
如何在Windows 10启用或Disable Archive Apps feature
如何使用Windows 10交换硬盘驱动器,Hot Swap
如何在地图上Network Drive或Windows 11/10添加FTP Drive
CPU在Windows 11/10中的全speed or capacity不运行
Mail and Calendar app freezes,崩溃或在Windows 11/10工作
什么是PLS file?如何在Windows 11/10中创建PLS file?