473,624 Members | 2,186 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

force a process to release a dll

epots9
1,351 Recognized Expert Top Contributor
i got one of those lovely spyware things where it says u have a virus download thie new software then it opens ie and says DOWNLOAD NOW!!!.

i have been able to track which dll file it uses (tntftqqf.dll), its in the system32 folder...and not even in safe mode will it let me delete, cuz its in use....

any suggestions on how i can delete the dll?

thank in advance.
Aug 15 '07 #1
9 11041
epots9
1,351 Recognized Expert Top Contributor
so far, my 2 options are:

1 -> format
2 -> remove harddrive, plug it into another computer (slave), delete dll, and then plug it back in

:(
Aug 16 '07 #2
bartonc
6,596 Recognized Expert Expert
so far, my 2 options are:

1 -> format
2 -> remove harddrive, plug it into another computer (slave), delete dll, and then plug it back in

:(
Perhaps

regsvr32 /u tntftqqf.dll

in the system32 directory, first???
Aug 16 '07 #3
epots9
1,351 Recognized Expert Top Contributor
Perhaps

regsvr32 /u tntftqqf.dll

in the system32 directory, first???
it says its successful but i still can't delete it cuz its in use :(

i'll try safe mode, i'll tell u how it goes
Aug 16 '07 #4
epots9
1,351 Recognized Expert Top Contributor
safe mode was a no go as well
Aug 16 '07 #5
bartonc
6,596 Recognized Expert Expert
safe mode was a no go as well
Advanced WindowsCare Personal 100% Freeware is great at looking at startup issues.
Aug 16 '07 #6
epots9
1,351 Recognized Expert Top Contributor
bartonc thanks for all your help, but i'm just going to format (in the middle of it right now). I've been monitoring this dll and it makes the computer think that its iexplore.exe that is why my new 4 anti-virus programs don't detect it and why my dozen spyware programs don't detect it...oh well my computer is due for another cleaning anyways.

thanks again bartonc!
Aug 17 '07 #7
Chizl
1 New Member
As long as your the Administrator of the machine I have a solution that always works.. The best way to remove a virus type DLL, EXE or Program Folder is deny yourself access to it, then reboot. Then you can take ownership and delete it.
Oct 10 '07 #8
bartonc
6,596 Recognized Expert Expert
As long as your the Administrator of the machine I have a solution that always works.. The best way to remove a virus type DLL, EXE or Program Folder is deny yourself access to it, then reboot. Then you can take ownership and delete it.
Thank you for that. Would you care to give details on denying access and taking ownership, for those of us who have no practice doing so?
Oct 10 '07 #9
nandakumarr
1 New Member
Thank you for that. Would you care to give details on denying access and taking ownership, for those of us who have no practice doing so?

Thanks a lot friends....It really worked for me. I faced trouble because of the dll named pmnkkjg. I never felt hard debugging when compare to this crap. At last ur clue helped to delete that guy from system32. It camofulaged itself as THotKey.exe and popups came whenever I invoked IE.

regarding steps to revoke permission, juz rt click and go to security and deny the permissions and also click on advanced button in the security screen itself and override the parent permission. Then reboot ur machine and get back ur permissions and delete it. thats it.

Thanks again guys. I would like to kill the bastards who are all writing these programs to hang others machine. Instead they can try something constructive.
Jan 3 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

6
810
by: Ganesh | last post by:
Is there a utility by microsoft (or anyone) to force garbage collection in a process without have access to the process code. regards Ganesh
77
4564
by: Charles Law | last post by:
Hi guys I have a time critical process, running on a worker thread. By "time critical", I mean that certain parts of the process must be completed in a specific time frame. The time when the process starts is not especially important, but it must be complete within a small number of seconds. The operations I am performing do not take a long time (hundreds of milliseconds), but as each part of the process is complete, my worker thread...
18
4874
by: jas | last post by:
Hi, I would like to start a new process and be able to read/write from/to it. I have tried things like... import subprocess as sp p = sp.Popen("cmd.exe", stdout=sp.PIPE) p.stdin.write("hostname\n") however, it doesn't seem to work. I think the cmd.exe is catching it.
13
3483
by: Andy Fish | last post by:
Hi, I am using COM interop to invoke MS word from my .net app. If word pops up a dialog box, my thread obviously hangs until the dialog is answered. Here's the problem: because the app is running on a server, there is nobody there to answer the dialog, so I have another thread that calls Abort() on the first thread in the event that the operation doesn't complete within a certain amount of time.
16
6722
by: LP | last post by:
Hi, Considering code below. Will it make GC to actually collect. One application creates new instances of a class from 3rd party assembly in a loop (it has to). That class doesn't have .Dispose or any similar method. I want to make sure GC keeps up with the loop. My reasoning if Thread.Sleep(1000) is called; GC will take priority it do its work, right? GC.Collect(); GC.WaitForPendingFinalizers(); System.Threading.Thread.Sleep(1000);
2
1986
by: thorax | last post by:
I'm having problems running a release build of an application. The application is a native C++ .NET 2003 MFC application which links to a number of other DLLs, one of which is mixed (SLGSE.dll) (VB.NET/C++). Most of the DLLS are statically linked to the main exe (directly or indirectly) but a few are dynamically linked at runtime. When I try and run the app, it gets "An unhandled non- continuable exception was thrown during process...
5
4119
by: Dave Booker | last post by:
I am developing in VS2005, but I have some third-party DLL's that appear to only work correctly when compiled in VS2003. ("Incorrect" operation is defined as a busy-wait that kicks in on a message loop, hogging a full CPU thread even when nothing is happening.) I am assuming the difference is that the DLL's were compiled for .NET 1.1. What are my options for compiling in VS2005 but running the DLL's against the 1.1 framework? My own...
51
54812
by: Hans | last post by:
Hi all, Is there a way that the program that created and started a thread also stops it. (My usage is a time-out). E.g. thread = threading.Thread(target=Loop.testLoop) thread.start() # This thread is expected to finish within a second
3
3308
by: MarkusJNZ | last post by:
Hi, I have two different applications running on 2003 both in two different vitrual directories. One application runs on the .NET framework 1.1 whilst the other runs on 2.0. If I change the framework version (via IIS admin ASP.NET tab) for either application (Initally the 2.0 app was recognised by IIS as 1.1) does this force IIS to restart? ?? Any links to further reading would be good.
7
1668
by: tsmithcs | last post by:
I'm using Visual C++ 6.0 on Windows 2000/XP machines. I can't run this program in release mode because the libraries/dll are not compatiable with release mode. I've looked for new ones and can't find them. My problem is when I exit the program with the debug configuration build(not while actually debugging the program) and only if it's still processing data, if you go look in the task manager the process is still running using all the...
0
8236
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8679
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8621
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
5563
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4079
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4174
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2606
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1482
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.