Boot up to Safe Mode and delete the files.
Use Killbox or Unlocker in Safe Mode to remove hard to remove file.
Killbox to Delete files
http://www.scancomplete.co
OR
Unlocker
http://www.majorgeeks.com/
Main Topics
Browse All TopicsI am attempting to delete some large files and folders on a secondary drive. I keep getting a dialog box that Data Execution Prevention has closed this program, presumably Windows Explorer. Then usually Windows Explorer crashes when I click the dialog box.
Reconfiguring Data Execution Prevention to exclude Windows Explorer does no good.
Editing boot.ini by adding
/noexecute=AlwaysOff
and rebooting the computer does nothing whatsoever. Same problem, same symptoms.
Any ideas about how to actually get control of my computer again?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Boot up to Safe Mode and delete the files.
Use Killbox or Unlocker in Safe Mode to remove hard to remove file.
Killbox to Delete files
http://www.scancomplete.co
OR
Unlocker
http://www.majorgeeks.com/
My apologies for not assigning points sooner. The first answer worked, and I was mentally kicking myself for missing such an obvious thing to try. Somehow, it didn't seem to me that command mode would not suffer the same problem as the GUI. I used the first answer successfully and believe the second answer would have worked as well.
Business Accounts
Answer for Membership
by: KlintanPosted on 2006-05-29 at 06:16:09ID: 16783883
If you want to delete files that you can't delete with Explorer you should use command prompt.
Click start and then run. Type cmd and press enter
First change directory with CD /D
Then find the short name of the file/folder with DIR /X
Use DEL /F /S to delete files
use RMDIR /S to delete folders
Example
C:\Documents and Settings\username\My Documents>CD /D D:\
C:\>DIR /X
Volume in drive D has no label.
Volume Serial Number is XXXX-XXXX
Directory of D:\
2006-05-17 11:09 80 FILTER~1.LOG FilterLog.log
2006-05-05 16:53 <DIR> i386
2006-05-29 15:06 <DIR> LONGST~1 Long stange name
---snip---
9 File(s) 303 167 bytes
17 Dir(s) 56 041 730 048 bytes free
D:\>rmdir /S LONGST~1
LONGST~1, Are you sure (Y/N)? y