Question:
how can i delete a .dll file ?
Khoyt
13 years ago
its not a virus its an extension for a software idm
under type it says "application extension"

and the error in deleting as shown in the dialog box is
"the action cannot be completed because the file is open in windows explorer"

i tried killing explorer.exe from windows task manager but then to delete it i have to open the folder which is again running windows explorer
please help

and windows 7 32bit
Seven answers:
Sachristan
13 years ago
It sounds like the file you are trying to delete is a necessary system file. What is the name and why are you trying to delete it?



If you really want to override the warning you could try something like the unlocker. http://www.emptyloop.com/unlocker/ Install it then right-click the file and choose unlocker from the options.



It may be safer to rename the .dll after unlocking it rather than deleting it. That way you could change the name back if you had problems with your system after renaming it.
?
9 years ago
How To Remove Dll Files
Xyso
13 years ago
Warning: You REALLY don't want to be deleting any DLL files.



They are system files and deleting any can (and will) cause programs to quit working, Windows to stop working, etc.



However, if you absolutely insist on deleting it, here's how (it's not as easy as you may think)



(Disclaimer: This is not my work and don't claim it to be so. All credit goes to How-ToGeek)





Open an administrator command prompt by typing cmd into the start menu search box, and hit the Ctrl+Shift+Enter key combination.





To take ownership of the file, you’ll need to use the takeown command. Here’s an example:



takeown /f C:\Windows\System32\en-US\winload.exe.mui



That will give you ownership of the file, but you still have no rights to delete it. Now you can run the cacls command to give yourself full control rights to the file:



cacls C:\Windows\System32\en-US\winload.exe.mui /G geek:F



Note that my username is geek, so you will substitute your username there.



At this point, you should be able to delete the file. If you still can’t do so, you may need to reboot into Safe Mode and try it again. For the filename in the example, I was able to overwrite it without safe mode, but your mileage may vary.



.



If my answer helps you, please vote me Best Answer.

Yours,

Hugh





.
?
8 years ago
DLL (Dynamically link Library) is an executable report that helps classes to share code to accomplish a selection of of predefined applications. A DLL report could properly be utilized via various classes on the comparable time. to do away with a particular DLL, you ought to use Regsvr32 (Regsvr32.exe) to sign in and unregister DLL records it is already geared up on your living house windows operation gadget’s kit. there are a number of different classes obtainable that could grant help to % out and do away with undesirable DLLs, yet Regsvr32 is the main trouble-free.
ray_diator
13 years ago
You would have to do it in safe mode.



Make sure this is not a system file though otherwise you could cause Windows to become unstable.
anonymous
13 years ago
Use unlocker software to delete
?
13 years ago
you cannot delete the .dll file from the same windows you are on...


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...