Score:2

Taking ownership of ROAMING folder from another computer by connecting the HDD to an external hard drive

es flag

Taking ownership of ROAMING folder from another computer by connecting the HDD to an external hard drive.

My old computer blew up, so I connected the HDD to my laptop. Now, the issue is that I don't have access to ROAMING and I can't get the password of some of my accounts. I thought it would be easy, but it seems almost impossible, which is dumb.

C:\Windows\system32>TAKEOWN /F E:\ /R /D Y
ERROR: The media is write protected.

C:\Windows\system32>ICACLS "E:\*" /reset /T
E:\$AV_ASW: The media is write protected.
Successfully processed 0 files; Failed processing 1 files

I also tried to do it with the security group, but I get similar message errors. Is there a way to do this? I couldn't find any tutorial for this specific situation.

djdomi avatar
za flag
did you verfied that your drive does not set to be write protected by diskpart?
Score:0
es flag

I actually just found the way.

https://www.lifewire.com/remove-write-protection-windows-10-8-7-4586905

Open diskpart.

Enter list disk

Enter select disk <disk number>

Enter attributes disk clear readonly

And then enter the command above:

C:\Windows\system32>TAKEOWN /F E:\ /R /D Y
ERROR: The media is write protected.

C:\Windows\system32>ICACLS "E:\*" /reset /T
E:\$AV_ASW: The media is write protected.
Successfully processed 0 files; Failed processing 1 files
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.