如何使用 Windows PowerShell 修改客户端配置

适用于:

  • Windows 10
  • Windows 11

使用以下过程配置 App-V 客户端配置。

  1. 若要使用 Windows PowerShell 配置客户端设置,请使用 Set-AppVClientConfiguration cmdlet。 有关安装Windows PowerShell和 cmdlet 列表的详细信息,请参阅如何加载适用于 App-V 的 Windows PowerShell Cmdlet 和获取 Cmdlet 帮助

  2. 若要修改客户端配置,请打开Windows PowerShell命令提示符,并使用任何必需的参数运行 Set-AppVClientConfiguration。 例如:

    $config = Get-AppVClientConfiguration

    Set-AppVClientConfiguration $config

    Set-AppVClientConfiguration –Name1 MyConfig –Name2 "xyz"


对于 App-V 问题,请使用 App-V TechNet 论坛

App-V 的操作