I am attempting to write a batch file for editing the hosts file. I recieve access is denied when I attempt this:
cacls hosts /e /p %username%:w
what should my command look like? I can do it graphically by hand so I know its doable
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s possible you may need to also do the following:
Don’t forget you may need to run takeown in context of local administrator for it to work…