Friday, November 29, 2019

Change permission on windows from command line

C:\>icacls "D:\test" /grant John:(OI)(CI)F /T
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/icacls

I hope it helped. Feel free to comment...