Microsoft Application Virtualization (AppV) allows Win32 applications to be deployed as virtualized packages. While useful for legacy app compatibility, organizations not utilizing AppV should disable its components to reduce system overhead and potential attack surfaces. This guide explains how to completely disable the AppV client via Group Policy in Windows 11.
Prerequisites
You must have administrative privileges to modify Group Policy settings on the target Windows 11 machine.
Disable AppV Using Group Policy
Open the Group Policy Editor
Press the Windows Key + R, type gpedit.msc, and hit Enter to launch the Local Group Policy Editor.
Navigate to the AppV Policies
In the left pane, navigate to Computer Configuration > Administrative Templates > System > App-V > App-V Client.
Locate the Enable Policy
In the right pane, find the policy named Enable App-V Client and double-click it.
Disable the Policy
Change the setting to Disabled. Click Apply, then OK to save your configuration.
Force a Policy Update
Open an elevated Command Prompt and execute gpupdate /force to apply the Group Policy changes immediately.
Verify the Configuration
To verify the AppV client is disabled, open PowerShell as an administrator and run the command Get-AppvStatus. The output should confirm that the AppV service is not enabled on the system.