windows - How To add group Everyone for a Folder and give all Permissions to it Via Commandline -


i using bat file add group folder , give permissions it.

the bat file contains:

icacls %homedrive%\inetpub\wwwroot /t  /grant everyone:f 

but throwing : access denied error

why?

how rectify or alternative command same...?


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

angularjs - ng-repeat duplicating items after page reload -