The following commands will make it possible to force their removal:
Of Course you need admin permission as always.For Files:
takeown /f file_name /d y
icacls file_name /grant administrators:FFor Directories (will perform action recursively):
takeown /f directory_name /r /d y
icacls directory_name /grant administrators:F /t
No comments:
Post a Comment