How to access downloads folder from old HDD of a dead pc.

Mark_jason

Honorable
Dec 13, 2014
49
0
10,540
My old Optiplex GX620 died (blinking amber orange light), checed PSU, works fine, if anyone knows what might be wring, will be benefitcal.
Anyway, I took the HDD out, made it as external HDD, but can't find my downloads folder, is there anyway I can access it?
 
Solution
you can also try this:

run command prompt as administrator

Type:

takeown /f <foldername> /r /d y

Example:

replace "<foldername>" with destination. like H:\Users

or

takeown /f H:\Users /r /d y

H:\ = the assumed drive letter assigned to your old drive



Recuva may be preventing ownership, so try again after it's finished scanning.
Hey there, Mark.

Are you able to access the drive without any issues? I mean is the location of the download folder your concern or you're having trouble opening the drive? Basically the download folder is located in your User Folder, under your account e.g.: C:\Users\Accountname\Downloads and you also have a public one - C:\Users\Public\Downloads.

edit: Looks like I was beaten to the answer while I was typing. :)
@N3rdR4ge, good clarification about the different letter since it's externally connected!

Let me know if that helps.
Boogieman_WD
 
Thanks guys.

But I checked all profile folders and can't see the desktop stuff and downloads folder, all I can see is the windows folders, files and programs were installed on the dead pc.
 
Optiplex GX620 is a Windows XP-era computer. In Windows XP, your user directory is under:

C:\Documents and Settings\[User_name]

If it's not there, by chance did you have file or folder encryption turned on? If you did, unless you saved the backup key to external media, the files are unretrievable unless you can get the original computer to boot off the drive again.

Edit: Also, IIRC, XP didn't have a default Downloads folder. If you had one, you must have made it yourself, and it'll be wherever you made it (probably the desktop).
 
If it's Win 7, encryption is unlikely to be the issue. Encryption was available on all versions of XP, but only in the Professional, Ultimate, and Enterprise versions of Win 7. You had to explicitly enable it (right-click file/folder -> properties -> advanced -> checkbox next to encryption). So if you don't remember doing it, it was probably off.

Have you tried showing all hidden and system files? In Win 7 File Explorer, tools -> folder options -> view
Select show hidden files, folders, and drives.
Uncheck Hide protected operation system files
(Since the drive is from another computer, I'm guessing maybe your current Windows box is interpreting the folders as system folders.)

You can change these settings back after you're done.
 
N3rdR4ge: it is searching now 😀.

Solandri: checked: show hidden files and unchecked: hide protected operation system files, now I can see documents and settings, but: access is denied.
Still searching: how to enable access.
 
thats worth a shot too. but, you should see the Download folder even if you don't have the proper permissions. especially if you see the other folders like documents, pictures, videos.

either way, recuva will find it too with or without permissions, so keep it running while you try other things.
 
you can also try this:

run command prompt as administrator

Type:

takeown /f <foldername> /r /d y

Example:

replace "<foldername>" with destination. like H:\Users

or

takeown /f H:\Users /r /d y

H:\ = the assumed drive letter assigned to your old drive



Recuva may be preventing ownership, so try again after it's finished scanning.
 
Solution