hi everyone. I'm trying to add a user in a specific folder using ICACLS command. the user or rather group that i'm trying to add is the "Everyone" group, so anyone can access that folder. But the problem is i cannot set the permissions by Full Access unless I manually configure it. my command goes on like this:

ICACLS C:\MYFOLDER\ /grant Everyone:F /T

and it doesn't work. Can anyone help me set the permissions to full by using ICALC or any other command line that would set the permission to Everyone group to Full Access. Thanks a lot for your help