2

Under Windows XP I never touched the permissions of a file/folder. I was happy with the way it worked. But recently I installed Windows 7 on a drive that previously hosted Windows XP (I installed over XP - XP is now gone). Now, some programs do not have 'read' and/or 'write' access to their own folders - and I am not talking about system folders like 'Program Files' but normal folders like 'C:\my data\my own folder\program folder'.

I see that for folders created under Windows XP I have some user groups that do not exist for 'normal' folders (folders created by me recently under Windows 7).

For example, for the Windows XP folder I have:

Creator owner
System
Account unknown(S-1-5-21 blablabla...
Admins
Users

For Windows 7 folders I have:

Authenticated users
System
Admins
Users

How should I proceed?

Many thanks.

studiohack
  • 13,477
GoUkraineGo
  • 2,171

2 Answers2

3

The "Account unknown" is an access-control list (ACL) entry that refers to an account by its security identifier (SID), but Windows can't find the account in the current list of users. Most likely this was an account on your XP system which you created but has not been re-created under Windows 7. The only place you can remove it is on the folder permissions wherever it appears, but there's no real need to, it's not doing any harm.

If you created a folder under XP using a user account that no longer exists, and you did not give access to any other users or groups, then you won't have access now. Using an admin account, take ownership of the folder, then change the access permissions to whatever makes sense - this might be all users or just one specific new account.

Henke
  • 1,261
AdamV
  • 6,396
1

Easy solution:

Rename folder than makes problem. Create new folder with the original name. Move files from old folder to new folder.

GoUkraineGo
  • 2,171