User Tools

Site Tools


computing:windows:del_perms

This is an old revision of the document!


Delete Permissions and ACLs from a Folder Recursively

Take ownership as the logged in user, usually as an administrator:

takeown /F <foldername> /R /D y

Reset the ACLs:

icacls <foldername> /T /C /Q /RESET
computing/windows/del_perms.1386385934.txt.gz · Last modified: 2013/12/06 20:12 by gcooper