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 2.7 - Chat Solution for Mobile App -

jquery - Detect current Section with javascript -