CACLS Command

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

@echo off

CACLS E:\Trlog /T /C /E /G "Users":C


CACLS E:\Trlog /T /C /E /G "Administrators":F
CACLS E:\Trlog /T /C /E /G "SYSTEM":F
CACLS E:\Trlog /T /C /E /R "Everyone"
exit /b

You might also like