Setting permissions on files within subfolders in windows 7

10

4

I'm dealing with a strange issue with Windows security. I just switched laptops from one running Win 7 x64 Ultimate, to one running Win 7 x64 professional. I keep all my music on an external drive in a folder called "Music". I use iTunes to listen to it, as my phone, etc, are Apple. In the iTunes settings, I have the library pointed to that folder on the external drive. Everything was copacetic.

So, I install iTunes on the new laptop, and add the same folder on the same drive as the external drive. I realize that when I try and import the library, nothing is happening. I also noticed there was a lock icon on the entire Music folder. I went ahead and right clicked on it and went to security, then made sure that both my user name and the entire Administrators group had full control over the folder and all subfolders and files.

After applying the permissions to the folder, I went back into iTunes and tried my library again. This time it imported with no problems, but now, I can't play any of the music through iTunes. I then went back into the folder and tried to play any of the mp3's individually through vlc, windows media player, etc, etc. Doesn't work. WMP spits out: Windows Media Player cannot access the file. The file might be in use, you might not have access to the computer where the file is stored, or your proxy settings might not be correct. So I checked out the permissions on the individual files and they do NOT have my username as having full control. But when I check on the folder that holds them all, I do have full control set with Apply To: "This folder, subfolders, and files"

So what am I doing wrong? The thought of applying individual permissions to every file is enough to make me want to kill myself. Is there some overall way to do this that I am not doing right?

optionsix

Posted 2012-08-01T18:21:37.923

Reputation: 201

This is probably stale by now but just in case its not: If you are on a company network, it's possible that a group policy is setting the permissions and if so you won't be able tro change them even as administrator. You can run rsop.msc to see the resultant set of policy which will show under policies/windows settings/security if policies are being set from elsewhere. – sdjuan – 2015-10-02T20:14:11.463

Answers

10

On the parent folder containing all files you want to take full control of, do the following:

  1. Right Click on the Folder
  2. Select Properties
  3. Navigate to Security tab
  4. Press the Advanced button
  5. Press the Change Permissions.. button
  6. Give your username full control
  7. Make sure Replace all child object permissions with inheritable permissions from this object is selected
  8. Click Ok, Ok, and then Ok again to acknowledge.

If the username is different between the two systems, you might also need to take ownership of the files first before the permissions will propagate.

vsmal

Posted 2012-08-01T18:21:37.923

Reputation: 281

0

The way I resolved this problem is as follows:

  1. right click the folder containing the item(s)
  2. select 'Share With'
  3. select 'Specific People'
  4. Type Everyone in the box
  5. click 'Share'

Move to the folder containing your files, click the first file and then press Ctrl-A

  1. right click one of the selected files
  2. select 'Share With'
  3. select 'Specific People'
  4. Type Everyone in the box
  5. click 'Share'

You should be good to go

Wife's IT Geek

Posted 2012-08-01T18:21:37.923

Reputation: 1