Set Edge Default Download Directory with Regedit
This guide explains how system administrators can configure and enforce a default download directory for Microsoft Edge across Windows machines using the Registry Editor (Regedit). By configuring the appropriate policy in the Windows Registry, organizations can standardize where downloaded files are saved and optionally prevent users from altering the download path.
Registry Configuration Steps
1. Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog. - Type
regeditand press Enter (or click OK). - If prompted by User Account Control (UAC), click Yes to grant administrative privileges.
2. Navigate to the Edge Policy Key
In the Registry Editor address bar, navigate to the following path:
For all users on the machine (Machine-wide policy):
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\EdgeFor only the currently logged-in user:
HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Edge
Note: If the Edge key does not exist under
Microsoft, right-click on the Microsoft
folder, select New > Key, and name it
Edge.
3. Create and Set the DownloadDirectory Value
- Right-click inside the empty space of the
Edgefolder in the right pane. - Select New > String Value
(
REG_SZ). - Name the new value:
DownloadDirectory. - Double-click the newly created
DownloadDirectoryvalue to edit it. - In the Value data field, enter the full path of the
target directory (for example,
C:\CompanyDownloadsorC:\Users\Public\Downloads). - Click OK to save changes.
4. (Optional) Disable the Download Prompt
To force downloads to proceed directly to the specified folder without prompting the user to choose a location:
- Right-click in the right pane under the
Edgekey. - Select New > DWORD (32-bit) Value.
- Name the value:
PromptForDownloadLocation. - Double-click
PromptForDownloadLocationand set the Value data to0. - Click OK.
5. Verify the Policy in Microsoft Edge
- Open or restart Microsoft Edge.
- Navigate to
edge://policyin the address bar. - Click Reload Policies.
- Confirm that
DownloadDirectoryappears under the Microsoft Edge Policies list with the defined file path and a status of OK.