
It is very convenient for you to do it from the Edge Settings directly. The Download folder in the C drive is the default folder on your PC to which Microsoft Edge stores files you download from the Internet, but you can change the default Downloads folder location as you want. Option 1: Change Microsoft Edge Default Download Location via Edge Settings
Option 4: Change Microsoft Edge Default Download Location with System Genius. Option 3: Change Microsoft Edge Default Download Location by Registry Editor. Option 2: Change Microsoft Edge Default Download Location in File Explorer. Option 1: Change Microsoft Edge Default Download Location via Edge Settings. Well, here is what you want! You will be shown how to change default download location in Microsoft Edge in Windows 10 in this article. Or you may want to use a different location to save the downloaded files in Microsoft Edge for other reasons. In that case, you may want to change the default download location to another drive. Now that the default Microsoft Edge download location exists in the C drive, if you have too many files downloaded and saved in the C drive, they will occupy too much system disk space and make the system run slow. "C:\Users\Username\Downloads" is the default download directory of Microsoft Edge to save files, documents, pictures that you download from the Internet in Windows 10. You should only have to change the first line to the location where you want to store the favorites.How to Change Default Download Location in Microsoft EdgeĪs we all know, Microsoft Edge is the default web browser of Windows 10. $EdgeFavoritesDBfile = "Data\nouser1\120712-0049\DBStore\spartan.edb"įunction SyncDirFromFile( $File1, $File2, $Dir1, $Dir2) $LocalEdgeDataPath = "$LocalEdgePackagePath\AC\MicrosoftEdge\User\Default\DataStore" $LocalEdgePackagePath = "$env:LOCALAPPDATA\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe"
$NetworkEdgeDataPath = "$env:HOMESHARE\Windows\EdgeFavorites" But, it's excellent for people who use one computer at-a-time. If the user runs Edge on several computers simultaneously, then it's not perfect.Specify the following PowerShell script as a Logon and Logoff script via GPO.We sync the favorites to a hidden/system Windows folder in the user's home folder (but you can store the files anywhere).Rather than muck with symbolic links, or change undocumented registry keys, we simply copy the favorites database from/to a network location during logon and logoff. There is no GPO for this, and Microsoft uses a ESE database for the favorites in Edge (v1511+), so you can't simply redirect it to the old favorites location.