|
You need to take ownership of the files. The takeown and file permissions should always be performed unless the ownership/permissions are given to a standard user or group, You, the user, is seen as two different users by the NTFS file system, which uses unique Security Identifiers (SID) rather than human readable names. This is also true of the username on subsequent installs on the same system. SIDs are constant across installs which means setting ownership can work across installs - but is ironically a weakness in security should a malicious user gain access.
|