Vivek
New Member
- Joined
- Apr 24, 2016
- Messages
- 4
- Thread Author
- #1
In order to make one of my directory secure, I changed the access control of the directory to none using the command
.
But when I tried to grant the full access using
, it gives me Access Denied Error. Also, I am unable to open the folder. Any help would be appreciated.
Thanks
~Ive
Code:
cacls DirName /e /p everyone:n
But when I tried to grant the full access using
Code:
cacls DirName /e /p everyone:f
Thanks
~Ive