Tag Archives: permissions

Take ownership of files/folders recursively in Win32

takeown /f %1 /r /d y icacls %1 /grant administrators:F /t

Posted in HowTo | Also tagged | Leave a comment