0

I have a file folder called, my_folder it has been created by a program and has been made into a read-only access. I have admin rights to the computer I'm using but when I try to make it non-read-only it says that I don't have access to it. I've tried using Admin Command Prompt and deleting it with Admin rights in the File Explorer. The end goal is to delete the folder.

Here is the error I get when I try to delete it via the File Explorer: File Deletion Error

And here is the error I get when trying to do the deletion via Admin Terminal:

$> rmdir my_folder
Access is denied
Preston Hager
  • 1,514
  • 18
  • 33

1 Answers1

5

Permissions issues are my favorite Windows problems! Deleting with admin rights usually works for me. You might try taking ownership of the folder and trying again. If that fails try booting into safe mode.

Chris Camaratta
  • 2,729
  • 22
  • 35