0

user want to delete all permissions and keep only modify permission for everyone and full permission to system. Like this.

1

But present with icacls command

icacls "%ProgramData%\myfolder\Licensing" /grant Everyone:M SYSTEM:F

2

how to remove all other entries and keep only this.

3

whether icacls or any other command line

I tried

icacls "%ProgramData%\myfolder\Licensing" /grant Everyone:M SYSTEM:F /inheritance:r

But it is not setting like that.

user2331760
  • 155
  • 4
  • 12

1 Answers1

1

This target Page contains the output you expecting using cacls command

Mysterio
  • 26
  • 1