Can you change the location of the Desktop folder in Windows?

31

5

Right now the files on the desktop are located in C:\Users\Joseph\Desktop. So when I go to that folder in Windows Explorer and create a new text document, it would appear on my desktop.

What I need is something like this: I want the files on my desktop to be in another folder (let's say C:\Desktop).

Is this possible?

(Windows 32-Bit Vista Home Premium SP 2)

Pacerier

Posted 2011-08-27T17:05:00.937

Reputation: 22 232

Answers

37

Yes, it's possible and actually very easy to do.

This feature is very useful if you want to separate user data from the OS and store the user data on a separate drive or partition thus having minimal need for backups when reinstalling Windows.

All you need to do is go to C:\Users\Joseph

From there just right click the Desktop Folder, go to Properties and then the Location Tab. You will see the path in a textbox, all you need to do is replace it with C:\Desktop

enter image description here

Sandeep Bansal

Posted 2011-08-27T17:05:00.937

Reputation: 6 168

There's probably a registry location that sets this, which the property sheet above is changing. – Matthew Lock – 2016-04-11T06:46:29.860

1Heys I was wondering how do I do this from the Control Panel, or rather, how do I do this without having to scroll to the desktop folder and right click it? – Pacerier – 2011-10-14T16:02:42.813

6

Using this trick one can easily change the target folder for many personal directories including the desktop:

  1. Don't forget to create a backup before changing anything.
  2. Open the Registry editor (Regedit.exe)
  3. Browse to the location: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders.
  4. In the right window pane select the required value (i.e. Desktop).
  5. Insert the new location for the folder to be stored.
  6. Close the registry editor.
  7. Move the files in the old desktop folder to new location.
  8. Log off and sign in again.

I have only tested this on Windows 10 but should work on some older versions, too.

AXO

Posted 2011-08-27T17:05:00.937

Reputation: 578

1This answer saved me. I moved my desktop folder to another disc, and could not use the easy solution, because my desktop folder did not exist. – MarthyM – 2018-07-05T06:50:59.180