Application Guard File Download Registry Key
This article explains how to configure the Windows Defender Application Guard (WDAG) file download boundary settings using the Windows Registry. By navigating to the designated policy key and modifying the relevant DWORD value, administrators can control whether files downloaded within an isolated Application Guard container can be saved directly onto the host operating system.
The WDAG File Download Registry Key
The registry key that manages Application Guard policies, including file download boundaries and host interactions, is located at:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\AppHVSI
Within this key, the specific value controlling the file download
boundary is SaveFilesToHost.
Value Data Configurations
- Value Name:
SaveFilesToHost - Type:
REG_DWORD - Values:
0: Blocked (Default) – Users cannot save downloaded files from the Application Guard session to the host file system.1: Allowed – Users are permitted to download and save files directly to the host operating system from within the isolated Application Guard browsing session.
How to Configure via Regedit
- Press
Win + R, typeregedit, and press Enter to open the Registry Editor. - Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\ - Check if the
AppHVSIkey exists. If it does not, right-click theMicrosoftfolder, select New > Key, and name itAppHVSI. - Select
AppHVSI, right-click inside the right-hand pane, and select New > DWORD (32-bit) Value. - Name the new value
SaveFilesToHost. - Double-click
SaveFilesToHost, set the Value data to1(to allow downloads to host) or0(to restrict them), and click OK. - Restart the computer or restart the Windows Defender Application Guard service for the changes to take effect.