====== Change file ownership/permissions recursively ====== Source: http://superuser.com/questions/116625/recursively-change-owner-windows-7 ===== Assign ownership recursively to the current user ===== > takeown /f C:\PATH /r Deprecated (untested): > cacls C:\PATH /E /T /C /G "My User Name":F ===== Reset permissions rescursively ===== > icacls C:\PATH /reset /T