Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
- Windows 10
- Windows 11
Use the following procedure to configure the App-V client configuration.
- To configure the client settings using Windows PowerShell, use the Set-AppVClientConfiguration cmdlet. For more information about installing Windows PowerShell, and a list of cmdlets see, How to Load the Windows PowerShell Cmdlets for App-V and Get Cmdlet Help. 
- To modify the client configuration, open a Windows PowerShell Command prompt and run Set-AppVClientConfiguration with any required parameters. For example: - $config = Get-AppVClientConfiguration- Set-AppVClientConfiguration $config- Set-AppVClientConfiguration -Name1 MyConfig -Name2 "xyz"