Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • You don't have to take ownership. You just need to give yourself full permissions on the files. Just add your new account to the current list of users. "There is no way to take ownership of just the files bearing a certain SID, right?" - Incorrect; You can right a powershell script to do this.
    – Ramhound
    Commented Nov 13, 2016 at 1:27
  • @Ramhound - In this particular situation I think I do need to take ownership; I have a very large Dropbox folder on the drive and while researching the proper way to point Dropbox to my existing folder and avoid downloading all the files, I discovered that some people found that Dropbox creates "conflicted" duplicate copies of files that are not owned by an identifiable user or group. As such, I'm trying to make sure no files are owned by the SID from my old installation's user. I'll have to look into this Powershell script suggestion. Thanks.
    – bubbleking
    Commented Nov 13, 2016 at 1:38
  • So the first step is to remove the invalid user from the ACL then add a valid user.
    – Ramhound
    Commented Nov 13, 2016 at 2:18