Cannot delete folders Solutions
You probably sometimes try to delete a file and suddenly appear message like this : Cannot delete file, Access is denied, The source or destination of file may be in use etc.
Don’t worry, in this tutorial we will see a few methods that can help.
For example, you have a file named problems.exe and you’re unable to delete it. Lets say that directory path for problem.exe isc:\folder\problems.exe.
Step – 1. Open Notepad and type
Code: |
del /F “c:\folder\problems.exe” |
No comments:
Post a Comment