Fix You need permission to perform this action , can't Delete Folder or File (Solved)

preview_player
Показать описание
Fix You need permission to perform this action, can't Delete Folder or File in windows 10.

takeown /F "path_of_folder_you_want_to_delete" /r /d y


icacls "path_of_folder_you_want_to_delete" /grant Administrators:F /t


rd "path_of_folder_you_want_to_delete" /S /Q
Рекомендации по теме