User Tools

Site Tools


windows:give-full-rights-to-current-logged-user

This is an old revision of the document!


Give full (and recursive) rights to the current user on a file/folder

Run the following command:

icacls.exe <C:/path/to/folder> /grant %username%:(OI)(CI)F

OI – object inherit – recursively  for child files
CI – container inherit – recursively for child folders
F – full rights
windows/give-full-rights-to-current-logged-user.1570217774.txt.gz · Last modified: 2023/07/04 19:36 (external edit)