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

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -