|
|
|
|
![]() ![]() |
Nov 17 2005, 04:36 AM
Post
#1
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 16 Joined: 16-November 05 Member No.: 14,418 |
Open a command prompt window and leave it open. Close all open programs. 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 the AVI (or other undeletable file) is located in. At the command prompt type DEL <filename> where <filename> is the file 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.
Jack. |
|
|
|
Nov 17 2005, 04:54 AM
Post
#2
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 67 Joined: 16-November 05 Member No.: 14,373 |
main problem with 'undeletable files' is that they are read only. other possibility is that they are in use by a process, quite possible a windows required process. the only way to get rid of that, is to write an app (or find one) to delete it on startup, before the process that uses the file is called. if anyone needs and example app, ill be happy to write it.
|
|
|
|
Nov 17 2005, 05:07 AM
Post
#3
|
|
|
Trap Grand Marshal Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,205 Joined: 25-March 05 Member No.: 4,883 |
Another method that sure works is to boot up your computer to DOS mode. And delete the file(s) like working on a command prompt.
Loading Windows makes alot of system files undeletable. Otherwise, use HijackThis program. |
|
|
|
Nov 17 2005, 05:23 AM
Post
#4
|
|
|
.::UniCorN::. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 973 Joined: 19-September 04 From: Dalian CHN Member No.: 1,192 |
well,you could also change its name and move it to another disk then delete directly or by taskmgr.also from safe mode to enter your system to delete them...if certain .dll file could not be deleted.you can also use regsvr32 command to uninstall it.
e.g regsvr32 /u d:/program/*.dll |
|
|
|
Nov 17 2005, 05:35 AM
Post
#5
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 67 Joined: 16-November 05 Member No.: 14,373 |
QUOTE(hulunes @ Nov 16 2005, 09:23 PM) well,you could also change its name and move it to another disk then delete directly or by taskmgr.also from safe mode to enter your system to delete them...if certain .dll file could not be deleted.you can also use regsvr32 command to uninstall it. e.g regsvr32 /u d:/program/*.dll however, if the file is in use by a process, you cannot rename, move, or delete the file. You have to edit it while the process is not running. |
|
|
|
Nov 17 2005, 06:30 AM
Post
#6
|
|
|
A computer once beat me at chess, but it was no match for me at kick boxing. ![]() Group: [MODERATOR] Posts: 3,882 Joined: 24-July 05 From: In Trouble Again... still? Member No.: 9,787 ![]() |
There is a utility named "deletedr.exe" which I use. (Available off a download site @ www dot diskcleaners dot com)
It has never failed me, yet. Occasionally you run across a file that requires a re-start to delete, but deletedr has worked every time. |
|
|
|
Nov 17 2005, 06:41 AM
Post
#7
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 67 Joined: 16-November 05 Member No.: 14,373 |
QUOTE(jlhaslip @ Nov 16 2005, 10:30 PM) yea, those are the ones in use by processes at the moment. Also if you want to securely delete the files (no chance at recovery regardless of what software you try), you could try such freeware utitlities such as SDelete ( http://www.sysinternals.com/Utilities/SDelete.html ) . Again, thats only if you have sensitive information contained in the files (credit card numbers, financial data), and you dont want someone snooping around. |
|
|
|
Nov 17 2005, 07:42 AM
Post
#8
|
|
|
Trap Grand Marshal Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1,183 Joined: 24-September 04 Member No.: 1,245 |
terminated the explorer.exe??? it's interesting.but i think you can use a cd rom to startup the computer then on the dos ,you would deleted it.
|
|
|
|
Nov 17 2005, 07:54 AM
Post
#9
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 67 Joined: 16-November 05 Member No.: 14,373 |
yes... deletedr.exe is an alternative for the built in windows delete utility. What are you trying to say? Booting up with a cd is just a command prompt. what do you mean by "terminated the explorer.exe" ? explorer.exe is the windows shell, which is just the interface such as the desktop and the taskbar. I dont see it mentioned anywhere on this topic
|
|
|
|