Skip to main content
Guitar Hero
May 5, 2020
Answered

How to change the default download location?

  • May 5, 2020
  • 19 replies
  • 4089 views

How can I change the default download location to my storage HDD instead of my 100GB SSD C: drive?

I can’t download anything because it clogs up my SSD which slows it down and increases the wear and tear on the drive.

Spotify allows you to change the download location while still keeping the files encrypted, I expected Deezer would allow this as well when I bought it, but I can’t find the setting anywhere.

I mainly use Deezer HiFi on my desktop after switching from Spotify, and I was very impressed with the amount of features Deezer has over spotify. I don’t want to switch back but not allowing the download folder to be changed is IMO, an essential feature.

OS: Windows 10 Enterprise LTSC 2019(Installed Deezer app through powershell)

Storage:

      C: crucial MX500 120GB

      D: seagate barracuda 3TB

    Best answer by Ecoxis

    I found a quick fix… you can open apps & caracteristics on windows config panel, and just search deezer app, clic on move.. and choose the drive where you want to download all data, and when you open the app it shows the space of the drive that you selected before.. Cheers!

    19 replies

    Roadie
    November 19, 2021

    @Franz Härtl 

    Have you found a way?

    I’ve tried messing with my registry on Win7, but Deezer ignores the install settings, instead wriggles itself back onto C:\Users\*\AppData\Local\Programs\deezer-desktop.

    I have hundreds of progs, and deezer is the ONLY one installing into this obscure location (and the only one I can remember NOT ASKING :rage: )

     

    It’s very hard for me to believe that a company wanting money for their service delivers such a product. Support hasn’t helped yet.

     

    Ideas, anyone?

    Guitar Hero
    February 1, 2022

    RANT:

    Well it’s been a whole year, after being turned off of Deezer by the stunning lack of basic features I decided to go back to Spotify, now I’ve decided to go back to Deezer because I’ll use whoever is more competitive.

    I originally asked this question to put some pressure on the Deezer developers to implement a basic feature that IMO should be illegal not to have; basic control over where things are located on your computer that you bought with your money, built with your time & skills, and maintain without any assistance from the companies that lazily install software wherever they please like they own the place.

    The accepted solution is only possible on very recent versions of Windows. Personally I use Windows 10 Enterprise LTSC which uses build 1809 and does not have that option available in Programs & Features, not to mention Windows 7 like @oeaeuess which doesn’t even have that menu at all.
    Side-note: Shouldn’t the person who posted the question be responsible for selecting an answer?
     

    SOLUTION:

    This solution will work on any version of Windows since Vista, and works by creating a symbolic link (symlink) to trick the Deezer executable into thinking it’s located in your appdata while actually being located somewhere else:

    1. Press Ctrl + Shift + Esc to open the task manager.
      Find Deezer & press “End Task” to make sure nothing is running in the background.
    2. Pick a new location for Deezer. In my case I’ll be using the Windows Music library directory that I moved to another drive, located at “W:\Music\Deezer”.
      Create the directory & copy everything from here:
      C:\Users\<YOUR_USERNAME_HERE>\AppData\Local\Programs\deezer-desktop
      to the new location.
    3. Once you’re done, delete the original “deezer-desktop” directory from your AppData.
    4. Open an Administrator command prompt by searching for “cmd.exe” in the start menu, R+Clicking on it and selecting “Run as Administrator”.
    5. Run this command to make a symlink to the new deezer location:
      mklink /D “C:\Users\<YOUR_USERNAME_HERE>\AppData\Local\Programs\deezer-desktop” “W:\Music\Deezer”
      Obviously, replace “<YOUR_USERNAME_HERE>” with your username, and “W:\Music\Deezer with wherever you want deezer to be located.
    6. Launch deezer normally.

     

    Alfredo.Deezer
    Community Manager
    Community Manager
    February 1, 2022

    Hi @Robert.DeJong 

    Thanks for sharing this with us :raised_hands:

    Guitar Hero
    February 6, 2022

    UPDATE:

    The steps above will relocate the Deezer binary, but does not change the song download directory:

    C:\Users\<USERNAME>\AppData\Roaming\deezer-desktop\…

    You can repeat the process for this directory as well to change the download directory.

     

    tl;dr:

    1. Move this directory to wherever you want to put downloaded songs (if you copy it, delete the original):
      C:\Users\<USERNAME>\AppData\Roaming\deezer-desktop
       
    2. Execute one of the following commands depending on which shell you use:
      cmd:    mklink /D “C:\Users\<USERNAME>\AppData\Roaming\deezer-desktop” “<NEW_LOCATION>”
      PowerShell/pwsh:    New-Item -ItemType SymbolicLink -Path ~\AppData\Roaming\deezer-desktop -Target “<NEW_LOCATION>”

     

    Yula
    Deezer Staff
    Deezer Staff
    February 7, 2022

    Cheers @Robert.DeJong 

    (She/her) add your pronouns to your signature!
    Roadie
    February 28, 2022

    I found a quick fix… you can open apps & caracteristics on windows config panel, and just search deezer app, clic on move.. and choose the drive where you want to download all data, and when you open the app it shows the space of the drive that you selected before.. Cheers!

    This does only work if you have the Windows store version. The standalone is only installable to the C: drive, so the other solution of moving it with CMD or registry would be the options remaining. 

    Guitar Hero
    August 2, 2022

    RANT:

    Well it’s been a whole year, after being turned off of Deezer by the stunning lack of basic features I decided to go back to Spotify, now I’ve decided to go back to Deezer because I’ll use whoever is more competitive.

    I originally asked this question to put some pressure on the Deezer developers to implement a basic feature that IMO should be illegal not to have; basic control over where things are located on your computer that you bought with your money, built with your time & skills, and maintain without any assistance from the companies that lazily install software wherever they please like they own the place.

    The accepted solution is only possible on very recent versions of Windows. Personally I use Windows 10 Enterprise LTSC which uses build 1809 and does not have that option available in Programs & Features, not to mention Windows 7 like @oeaeuess which doesn’t even have that menu at all.
    Side-note: Shouldn’t the person who posted the question be responsible for selecting an answer?
     

    SOLUTION:

    This solution will work on any version of Windows since Vista, and works by creating a symbolic link (symlink) to trick the Deezer executable into thinking it’s located in your appdata while actually being located somewhere else:

    1. Press Ctrl + Shift + Esc to open the task manager.
      Find Deezer & press “End Task” to make sure nothing is running in the background.
    2. Pick a new location for Deezer. In my case I’ll be using the Windows Music library directory that I moved to another drive, located at “W:\Music\Deezer”.
      Create the directory & copy everything from here:
      C:\Users\<YOUR_USERNAME_HERE>\AppData\Local\Programs\deezer-desktop
      to the new location.
    3. Once you’re done, delete the original “deezer-desktop” directory from your AppData.
    4. Open an Administrator command prompt by searching for “cmd.exe” in the start menu, R+Clicking on it and selecting “Run as Administrator”.
    5. Run this command to make a symlink to the new deezer location:
      mklink /D “C:\Users\<YOUR_USERNAME_HERE>\AppData\Local\Programs\deezer-desktop” “W:\Music\Deezer”
      Obviously, replace “<YOUR_USERNAME_HERE>” with your username, and “W:\Music\Deezer with wherever you want deezer to be located.
    6. Launch deezer normally.

     

    This is absolutely ridiculous. I will be resorting to spotify if that is not changed. Less knowledgeable people will be at a total loss on what to do if they also use small ssd’s. also yes something we’re all spending money on should NOT be so lack luster. No wonder it doesn’t come up when you look up where  to stream lossless files!

    Roadie
    October 13, 2024

    Thanks @Robert.DeJong , lame that we still don’t have a proper vanilla solution 😑

    Roadie
    July 14, 2026

    SOLUTION:

    This solution will work on any version of Windows since Vista, and works by creating a symbolic link (symlink) to trick the Deezer executable into thinking it’s located in your appdata while actually being located somewhere else:

    1. Press Ctrl + Shift + Esc to open the task manager.
      Find Deezer & press “End Task” to make sure nothing is running in the background.
    2. Pick a new location for Deezer. In my case I’ll be using the Windows Music library directory that I moved to another drive, located at “W:\Music\Deezer”.
      Create the directory & copy everything from here:
      C:\Users\<YOUR_USERNAME_HERE>\AppData\Local\Programs\deezer-desktop
      to the new location.
    3. Once you’re done, delete the original “deezer-desktop” directory from your AppData.
    4. Open an Administrator command prompt by searching for “cmd.exe” in the start menu, R+Clicking on it and selecting “Run as Administrator”.
    5. Run this command to make a symlink to the new deezer location:
      mklink /D “C:\Users\<YOUR_USERNAME_HERE>\AppData\Local\Programs\deezer-desktop” “W:\Music\Deezer”
      Obviously, replace “<YOUR_USERNAME_HERE>” with your username, and “W:\Music\Deezer with wherever you want deezer to be located.
    6. Launch deezer normally.

     

    I created a small PowerShell tool based on the solution shared by @Robert.DeJong. It automatically relocates the Deezer desktop app and downloaded music from the system drive to another drive using symbolic links.

    The script can also restore everything to the original locations and remove the symbolic links.

    Hopefully, someone else will find it useful.

    Repository:
    *******