I am trying to transfer files off a hard drive from a old computer into a new one. I have been successful for all the users except one. Even under the administrator account.

I have even tried to open an elevated cmd window (right click cmd, select "Run as Administrator"), and typed net user administrator /active:yes.

I still get "denied".

link|improve this question

It may be denied through a corruption rather than permissions. Have you tried a chkdsk? – Paul Oct 20 '11 at 22:39
feedback

1 Answer

up vote 2 down vote accepted

Use the CALCS command. In an elefaved CMD prompt, type CACLS *filename-or-folder* /e /g:*username* F /s to grand a username FULL CONTROL of the folder and subfolders

link|improve this answer
so what would I type if it was for example in d/documentsandsettings/lynn/mydocuments – Anders Oct 20 '11 at 22:49
1  
CACLS "D:\Documents and Settings\Lynn\My Documents*.* /e /g:*username* F /s – Luke Oct 20 '11 at 22:55
Im typing something wrong, what do I write in the username field. I copied and pasted this and it didnt work. – Anders Oct 20 '11 at 23:18
1  
Your username that you're logged in to Windows as – Luke Oct 20 '11 at 23:24
I am logged in as the adminstrator so I typed CACLS "D:\Documents and Settings\Lynn\My Documents*.* /e /g:*Adminstrator* F /s and I get the filename, directory name or volume label syntax is incorrect – Anders Oct 21 '11 at 17:19
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.