How To Use Takeown Command _verified_ -
takeown /f C:\Users\OldUser /r
/a = assign ownership to Administrators group instead of current user how to use takeown command
takeown /f "C:\Program Files\StubbornApp" /r /d y icacls "C:\Program Files\StubbornApp" /grant administrators:F /t takeown /f C:\Users\OldUser /r /a = assign ownership
: Gives ownership to the Administrators group instead of the current user. how to use takeown command