Win10 - Accidentally moved my downloads folder to D:, can't seem to revert or change
I like my downloads folder to be moved from C:UsersJoeDownload
s to D:Downloads
. I recently reformatted my PC and accidentally set the new location as D:
.
I can't see to either revert this change or change the location of downloads to D:Downloads
! The C:UsersJoeDownloads
folder still exists because I can't create a folder with that name in the Joe
folder, however I can't see it!
If I try to move the location of D:
to D:Downloads
that also does not work (not that I expected it to)!
windows windows-10 folder-redirection
add a comment |
I like my downloads folder to be moved from C:UsersJoeDownload
s to D:Downloads
. I recently reformatted my PC and accidentally set the new location as D:
.
I can't see to either revert this change or change the location of downloads to D:Downloads
! The C:UsersJoeDownloads
folder still exists because I can't create a folder with that name in the Joe
folder, however I can't see it!
If I try to move the location of D:
to D:Downloads
that also does not work (not that I expected it to)!
windows windows-10 folder-redirection
add a comment |
I like my downloads folder to be moved from C:UsersJoeDownload
s to D:Downloads
. I recently reformatted my PC and accidentally set the new location as D:
.
I can't see to either revert this change or change the location of downloads to D:Downloads
! The C:UsersJoeDownloads
folder still exists because I can't create a folder with that name in the Joe
folder, however I can't see it!
If I try to move the location of D:
to D:Downloads
that also does not work (not that I expected it to)!
windows windows-10 folder-redirection
I like my downloads folder to be moved from C:UsersJoeDownload
s to D:Downloads
. I recently reformatted my PC and accidentally set the new location as D:
.
I can't see to either revert this change or change the location of downloads to D:Downloads
! The C:UsersJoeDownloads
folder still exists because I can't create a folder with that name in the Joe
folder, however I can't see it!
If I try to move the location of D:
to D:Downloads
that also does not work (not that I expected it to)!
windows windows-10 folder-redirection
windows windows-10 folder-redirection
asked Feb 21 '16 at 11:23
Joe ShanahanJoe Shanahan
11315
11315
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
You'll need to edit the registry in this case, as you've moved it to the drive's root folder. In this case you can't restore it back using the Location tab.
Open Regedit.exe and go to:
HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerUser Shell Folders
Double-click "{374DE290-123F-4565-9164-39C4925E467B}" and its value data to "%USERPROFILE%Downloads". Also ensure the value is of type REG_EXPAND_SZ if you're inputting an expandable/environment string in there.
(Windows 10 User Shell Folders)
I actually had to do this in 3 places!User Shell Folders/
andShell Folders/
(2 registries in here!). After that I was able to move the folder but I still had an issue: The new downloads folder was hidden and a system folder so I couldn't navigate to it normally. Had to doattrib -r "D:Downloads" -s -h
in a command prompt and thenattrib -r "D:Downloads" +s
to give it the download folder icon back :)
– Joe Shanahan
Feb 21 '16 at 15:44
The "shell folders" is obsolete, and programs no longer use it, and it updates automatically according to USF values.
– Win32Guy
Feb 21 '16 at 16:03
add a comment |
If you want to move your Downloads (a System folder) to another location where Windows recognise it as the preferred destination (e.g. for Edge downloads). Open This PC folder and spot the Downloads folder (it might be collapsed under the 'Folders' group above the 'Devices and drives' group).
Right click on Downloads folder, pick 'Properties'. From the dialogue box, pick the tab 'Location' and there you can set it to D:Downloads
. Confirm your changes.
Unfortunately that does not work: i.imgur.com/f5B1ZSM.png. If I try to set it back to default I get access denied error!
– Joe Shanahan
Feb 21 '16 at 12:03
Is your account an administrator? Are the folders (new and original) empty? It's better to work without any file in both folders. This dialogue box simplify the process better than editing the Registry
– Sanny
Feb 21 '16 at 14:08
add a comment |
If you need to separate the files that were previously in Downloads folder from the C:UsersJoe (because they are merged now), you can sort data by Date Accessed and you will see the date in which the Download files were moved to the new folder.
add a comment |
I was searching for this and the acceptable answer didn't work so, but after more research I found this one:
In the original location of the Downloads folder there should be a D:...
Right Click on it like you are going to change the location and select Restore Default.
When asked if you want to copymove files select NO... or it will fail...
This will put Downloads back where it was without the files...
Now you can change Location back to D: like you had planned, after adding a Download folder...
Once this is done just cut and paste the actual downloads that are supposed to be there into it.
here's the link:
https://answers.microsoft.com/en-us/windows/forum/windows8_1-files/accidentally-moved-my-download-folder-to-d-how-to/8d226529-4da4-4275-b515-2df17b9fdf48
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1043594%2fwin10-accidentally-moved-my-downloads-folder-to-d-cant-seem-to-revert-or-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
You'll need to edit the registry in this case, as you've moved it to the drive's root folder. In this case you can't restore it back using the Location tab.
Open Regedit.exe and go to:
HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerUser Shell Folders
Double-click "{374DE290-123F-4565-9164-39C4925E467B}" and its value data to "%USERPROFILE%Downloads". Also ensure the value is of type REG_EXPAND_SZ if you're inputting an expandable/environment string in there.
(Windows 10 User Shell Folders)
I actually had to do this in 3 places!User Shell Folders/
andShell Folders/
(2 registries in here!). After that I was able to move the folder but I still had an issue: The new downloads folder was hidden and a system folder so I couldn't navigate to it normally. Had to doattrib -r "D:Downloads" -s -h
in a command prompt and thenattrib -r "D:Downloads" +s
to give it the download folder icon back :)
– Joe Shanahan
Feb 21 '16 at 15:44
The "shell folders" is obsolete, and programs no longer use it, and it updates automatically according to USF values.
– Win32Guy
Feb 21 '16 at 16:03
add a comment |
You'll need to edit the registry in this case, as you've moved it to the drive's root folder. In this case you can't restore it back using the Location tab.
Open Regedit.exe and go to:
HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerUser Shell Folders
Double-click "{374DE290-123F-4565-9164-39C4925E467B}" and its value data to "%USERPROFILE%Downloads". Also ensure the value is of type REG_EXPAND_SZ if you're inputting an expandable/environment string in there.
(Windows 10 User Shell Folders)
I actually had to do this in 3 places!User Shell Folders/
andShell Folders/
(2 registries in here!). After that I was able to move the folder but I still had an issue: The new downloads folder was hidden and a system folder so I couldn't navigate to it normally. Had to doattrib -r "D:Downloads" -s -h
in a command prompt and thenattrib -r "D:Downloads" +s
to give it the download folder icon back :)
– Joe Shanahan
Feb 21 '16 at 15:44
The "shell folders" is obsolete, and programs no longer use it, and it updates automatically according to USF values.
– Win32Guy
Feb 21 '16 at 16:03
add a comment |
You'll need to edit the registry in this case, as you've moved it to the drive's root folder. In this case you can't restore it back using the Location tab.
Open Regedit.exe and go to:
HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerUser Shell Folders
Double-click "{374DE290-123F-4565-9164-39C4925E467B}" and its value data to "%USERPROFILE%Downloads". Also ensure the value is of type REG_EXPAND_SZ if you're inputting an expandable/environment string in there.
(Windows 10 User Shell Folders)
You'll need to edit the registry in this case, as you've moved it to the drive's root folder. In this case you can't restore it back using the Location tab.
Open Regedit.exe and go to:
HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerUser Shell Folders
Double-click "{374DE290-123F-4565-9164-39C4925E467B}" and its value data to "%USERPROFILE%Downloads". Also ensure the value is of type REG_EXPAND_SZ if you're inputting an expandable/environment string in there.
(Windows 10 User Shell Folders)
answered Feb 21 '16 at 14:11
Win32GuyWin32Guy
7,31122434
7,31122434
I actually had to do this in 3 places!User Shell Folders/
andShell Folders/
(2 registries in here!). After that I was able to move the folder but I still had an issue: The new downloads folder was hidden and a system folder so I couldn't navigate to it normally. Had to doattrib -r "D:Downloads" -s -h
in a command prompt and thenattrib -r "D:Downloads" +s
to give it the download folder icon back :)
– Joe Shanahan
Feb 21 '16 at 15:44
The "shell folders" is obsolete, and programs no longer use it, and it updates automatically according to USF values.
– Win32Guy
Feb 21 '16 at 16:03
add a comment |
I actually had to do this in 3 places!User Shell Folders/
andShell Folders/
(2 registries in here!). After that I was able to move the folder but I still had an issue: The new downloads folder was hidden and a system folder so I couldn't navigate to it normally. Had to doattrib -r "D:Downloads" -s -h
in a command prompt and thenattrib -r "D:Downloads" +s
to give it the download folder icon back :)
– Joe Shanahan
Feb 21 '16 at 15:44
The "shell folders" is obsolete, and programs no longer use it, and it updates automatically according to USF values.
– Win32Guy
Feb 21 '16 at 16:03
I actually had to do this in 3 places!
User Shell Folders/
and Shell Folders/
(2 registries in here!). After that I was able to move the folder but I still had an issue: The new downloads folder was hidden and a system folder so I couldn't navigate to it normally. Had to do attrib -r "D:Downloads" -s -h
in a command prompt and then attrib -r "D:Downloads" +s
to give it the download folder icon back :)– Joe Shanahan
Feb 21 '16 at 15:44
I actually had to do this in 3 places!
User Shell Folders/
and Shell Folders/
(2 registries in here!). After that I was able to move the folder but I still had an issue: The new downloads folder was hidden and a system folder so I couldn't navigate to it normally. Had to do attrib -r "D:Downloads" -s -h
in a command prompt and then attrib -r "D:Downloads" +s
to give it the download folder icon back :)– Joe Shanahan
Feb 21 '16 at 15:44
The "shell folders" is obsolete, and programs no longer use it, and it updates automatically according to USF values.
– Win32Guy
Feb 21 '16 at 16:03
The "shell folders" is obsolete, and programs no longer use it, and it updates automatically according to USF values.
– Win32Guy
Feb 21 '16 at 16:03
add a comment |
If you want to move your Downloads (a System folder) to another location where Windows recognise it as the preferred destination (e.g. for Edge downloads). Open This PC folder and spot the Downloads folder (it might be collapsed under the 'Folders' group above the 'Devices and drives' group).
Right click on Downloads folder, pick 'Properties'. From the dialogue box, pick the tab 'Location' and there you can set it to D:Downloads
. Confirm your changes.
Unfortunately that does not work: i.imgur.com/f5B1ZSM.png. If I try to set it back to default I get access denied error!
– Joe Shanahan
Feb 21 '16 at 12:03
Is your account an administrator? Are the folders (new and original) empty? It's better to work without any file in both folders. This dialogue box simplify the process better than editing the Registry
– Sanny
Feb 21 '16 at 14:08
add a comment |
If you want to move your Downloads (a System folder) to another location where Windows recognise it as the preferred destination (e.g. for Edge downloads). Open This PC folder and spot the Downloads folder (it might be collapsed under the 'Folders' group above the 'Devices and drives' group).
Right click on Downloads folder, pick 'Properties'. From the dialogue box, pick the tab 'Location' and there you can set it to D:Downloads
. Confirm your changes.
Unfortunately that does not work: i.imgur.com/f5B1ZSM.png. If I try to set it back to default I get access denied error!
– Joe Shanahan
Feb 21 '16 at 12:03
Is your account an administrator? Are the folders (new and original) empty? It's better to work without any file in both folders. This dialogue box simplify the process better than editing the Registry
– Sanny
Feb 21 '16 at 14:08
add a comment |
If you want to move your Downloads (a System folder) to another location where Windows recognise it as the preferred destination (e.g. for Edge downloads). Open This PC folder and spot the Downloads folder (it might be collapsed under the 'Folders' group above the 'Devices and drives' group).
Right click on Downloads folder, pick 'Properties'. From the dialogue box, pick the tab 'Location' and there you can set it to D:Downloads
. Confirm your changes.
If you want to move your Downloads (a System folder) to another location where Windows recognise it as the preferred destination (e.g. for Edge downloads). Open This PC folder and spot the Downloads folder (it might be collapsed under the 'Folders' group above the 'Devices and drives' group).
Right click on Downloads folder, pick 'Properties'. From the dialogue box, pick the tab 'Location' and there you can set it to D:Downloads
. Confirm your changes.
answered Feb 21 '16 at 11:43
SannySanny
1,3881815
1,3881815
Unfortunately that does not work: i.imgur.com/f5B1ZSM.png. If I try to set it back to default I get access denied error!
– Joe Shanahan
Feb 21 '16 at 12:03
Is your account an administrator? Are the folders (new and original) empty? It's better to work without any file in both folders. This dialogue box simplify the process better than editing the Registry
– Sanny
Feb 21 '16 at 14:08
add a comment |
Unfortunately that does not work: i.imgur.com/f5B1ZSM.png. If I try to set it back to default I get access denied error!
– Joe Shanahan
Feb 21 '16 at 12:03
Is your account an administrator? Are the folders (new and original) empty? It's better to work without any file in both folders. This dialogue box simplify the process better than editing the Registry
– Sanny
Feb 21 '16 at 14:08
Unfortunately that does not work: i.imgur.com/f5B1ZSM.png. If I try to set it back to default I get access denied error!
– Joe Shanahan
Feb 21 '16 at 12:03
Unfortunately that does not work: i.imgur.com/f5B1ZSM.png. If I try to set it back to default I get access denied error!
– Joe Shanahan
Feb 21 '16 at 12:03
Is your account an administrator? Are the folders (new and original) empty? It's better to work without any file in both folders. This dialogue box simplify the process better than editing the Registry
– Sanny
Feb 21 '16 at 14:08
Is your account an administrator? Are the folders (new and original) empty? It's better to work without any file in both folders. This dialogue box simplify the process better than editing the Registry
– Sanny
Feb 21 '16 at 14:08
add a comment |
If you need to separate the files that were previously in Downloads folder from the C:UsersJoe (because they are merged now), you can sort data by Date Accessed and you will see the date in which the Download files were moved to the new folder.
add a comment |
If you need to separate the files that were previously in Downloads folder from the C:UsersJoe (because they are merged now), you can sort data by Date Accessed and you will see the date in which the Download files were moved to the new folder.
add a comment |
If you need to separate the files that were previously in Downloads folder from the C:UsersJoe (because they are merged now), you can sort data by Date Accessed and you will see the date in which the Download files were moved to the new folder.
If you need to separate the files that were previously in Downloads folder from the C:UsersJoe (because they are merged now), you can sort data by Date Accessed and you will see the date in which the Download files were moved to the new folder.
edited Sep 7 '18 at 1:10
answered Sep 7 '18 at 0:41
user941513user941513
11
11
add a comment |
add a comment |
I was searching for this and the acceptable answer didn't work so, but after more research I found this one:
In the original location of the Downloads folder there should be a D:...
Right Click on it like you are going to change the location and select Restore Default.
When asked if you want to copymove files select NO... or it will fail...
This will put Downloads back where it was without the files...
Now you can change Location back to D: like you had planned, after adding a Download folder...
Once this is done just cut and paste the actual downloads that are supposed to be there into it.
here's the link:
https://answers.microsoft.com/en-us/windows/forum/windows8_1-files/accidentally-moved-my-download-folder-to-d-how-to/8d226529-4da4-4275-b515-2df17b9fdf48
add a comment |
I was searching for this and the acceptable answer didn't work so, but after more research I found this one:
In the original location of the Downloads folder there should be a D:...
Right Click on it like you are going to change the location and select Restore Default.
When asked if you want to copymove files select NO... or it will fail...
This will put Downloads back where it was without the files...
Now you can change Location back to D: like you had planned, after adding a Download folder...
Once this is done just cut and paste the actual downloads that are supposed to be there into it.
here's the link:
https://answers.microsoft.com/en-us/windows/forum/windows8_1-files/accidentally-moved-my-download-folder-to-d-how-to/8d226529-4da4-4275-b515-2df17b9fdf48
add a comment |
I was searching for this and the acceptable answer didn't work so, but after more research I found this one:
In the original location of the Downloads folder there should be a D:...
Right Click on it like you are going to change the location and select Restore Default.
When asked if you want to copymove files select NO... or it will fail...
This will put Downloads back where it was without the files...
Now you can change Location back to D: like you had planned, after adding a Download folder...
Once this is done just cut and paste the actual downloads that are supposed to be there into it.
here's the link:
https://answers.microsoft.com/en-us/windows/forum/windows8_1-files/accidentally-moved-my-download-folder-to-d-how-to/8d226529-4da4-4275-b515-2df17b9fdf48
I was searching for this and the acceptable answer didn't work so, but after more research I found this one:
In the original location of the Downloads folder there should be a D:...
Right Click on it like you are going to change the location and select Restore Default.
When asked if you want to copymove files select NO... or it will fail...
This will put Downloads back where it was without the files...
Now you can change Location back to D: like you had planned, after adding a Download folder...
Once this is done just cut and paste the actual downloads that are supposed to be there into it.
here's the link:
https://answers.microsoft.com/en-us/windows/forum/windows8_1-files/accidentally-moved-my-download-folder-to-d-how-to/8d226529-4da4-4275-b515-2df17b9fdf48
answered Jan 3 at 23:46
Joao BenevidesJoao Benevides
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1043594%2fwin10-accidentally-moved-my-downloads-folder-to-d-cant-seem-to-revert-or-c%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown