Share via

Mitigating Windows Defender-Induced App-V Caching Storms on Server 2016 Citrix Master Images

Bryan Vattasiri 0 Reputation points
2026-05-08T03:34:16.7033333+00:00

Within our enterprise VDI environment, we maintain a core Windows Server 2016 Citrix Template to provision our workforce. Whenever we execute a comprehensive Windows Defender assessment against the primary OS volume, the security software inadvertently forces all virtualized App-V packages to cache locally. This sudden data pull bombards the IIS component on our SCCM DP Server with an overwhelming flood of network traffic, while concurrently extending the antivirus sweep's duration to an unmanageable length. Although we have already implemented strict bypass rules for App-V execution binaries and local storage repositories, this erratic fetching behavior persists unchecked. We need architectural guidance to resolve this systemic conflict.

Windows for business | Windows Server | Devices and deployment | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Tracy Le 9,200 Reputation points Independent Advisor
    2026-05-08T04:28:20.42+00:00

    Hi Bryan Vattasiri,

    The erratic fetching behavior occurs because excluding the physical local storage repository is insufficient when Windows Defender traverses the mounted virtualized App-V namespace, forcing the client to fault-stream the missing file blocks. To resolve this systemically in a Citrix VDI architecture, you must enforce App-V Shared Content Store (SCS) mode by setting the SharedContentStoreMode DWORD to 1 under HKLM\SOFTWARE\Microsoft\AppV\Client\Streaming. This strict configuration ensures the App-V client only maintains publishing data locally while keeping payloads on the SCCM DP, immediately preventing the local disk caching storm.

    To stop the subsequent network flood to your IIS server when Defender scans these newly designated remote SCS points, you must explicitly disable network file scanning for the engine. You can enforce this quickly by executing Set-MpPreference -DisableScanningNetworkFiles $true via PowerShell, or by adjusting the Defender GPO under the Administrative Templates Scan component. Additionally, verify your active process exclusions explicitly encompass AppVClient.exe to completely prevent the AV filter driver from intercepting the streaming handlers during the full system assessment. Since App-V is officially deprecated, evaluating MSIX app attach for your eventual Windows Server 2022 migrations will natively eliminate these legacy VFS caching conflicts.

    I hope this architectural guidance helps stabilize your master image assessments. If this answer is helpful, please do not forget to hit "Accept Answer".

    Tracy Le.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.