Sunday 15 July 2012

Cannot delete folders Solutions

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”

Step – 2. Save file as killfile.bat on C:

 

Step – 3. Then go to Control Panel -> Scheduled Tasks -> Add Scheduled Task 

When scheduled task wizard appears click Next.


 

Then click Browse and choose killfile.bat.

Choose When my computer starts and click Next.

Enter username and password, click Next.

Click Finish and Restart Computer. After restart the file will be deleted. great

 

No comments: