Try this Alan
1.
Open a Command Prompt window and leave it open.
2. Close all open programs.
3. Click
Start,
Run and enter
TASKMGR.EXE Go to the
Processes tab and
End Process on
Explorer.exe. Leave Task Manager open. Go back to the Command Prompt window and change to the directory of undeletable file or folder.
For Undeletable File At the command prompt type DEL filename where filename is the file you wish to delete.
For Undeletable Folder At the command prompt type: rmdir foldername where foldername is the folder you wish to delete. Go back to
Task Manager, click
File,
New Task and
enter EXPLORER.EXE to restart the GUI shell. Close
Task Manager.Note: If you want to delete a file with spaces in its name you must wrap the name in "". For example:del "filename 1"If you want to delete more than one file you can do so like this:
del "filename 1.txt" "filename 2.txt" del "filename 3.txt"Note: If you want to delete a folder with spaces in its name you must wrap the name in "". For example:rmdir "foldername 1"If you want to delete more than one folder you can do so like this:
rmdir "foldername 1" "foldername 2" "foldername 3"-------------------------------------------------------------------------------------------
If all this is a bit geeky then just use programs like:
http://www.malwarebytes.org/fileassassin.phphttp://www.dr-hoiby.com/WhoLockMe/http://www.emco.is/products/unlock-it/features.phphttp://ccollomb.free.fr/unlocker/http://users.csc.calpoly.edu/~bfriesen/software/console.shtmlhttp://grubletrang.com/Software.aspx?app=FreeFilehope this helps you out