I need to grant full access permissions on folder using (deprecated on win7) Cacls. It seems to me that i have to use with cacls localized usernames and groupnames. E.g.:
cacls foldername /T /E /C /G Users:F
This gave me error "No mapping between account names and security IDs was done". And next command works fine (users in russian = Пользователи).
cacls foldername /T /E /C /G Пользователи:F
How can i grant full permissions on folder regardless of the system language?