Astalavista Posted August 24, 2004 Posted August 24, 2004 Can someone tell me what is the exe file that launches this window.I want to taskkill it, but i don't know the application or exe that launches it.thanks you
oioldman Posted August 24, 2004 Posted August 24, 2004 One way to confirm that is to open TaskManager and under the Applications tab, find the app loaded, right click on it and select GoToProcess, it will then switch to the Processes tab and highlight it.Bear in mind though that rundll32.exe is used to run alot of stuff, so you will need to know the switches it calls.Hope it helps
sparhawk Posted August 24, 2004 Posted August 24, 2004 thats a good point, if you have lots of stuff open then you might close the wrong thingBTW thanks for the tip, i didnt know that. im sure it will prove to be quite handy at work
prathapml Posted August 24, 2004 Posted August 24, 2004 You could use the task-manager>Processes to see a list of what was running before and after the dialog box popped up. And that way, you identify what is causing it.If you want to do the same from the command-line, "pslist" - a freeware tool from SysInternals can do it.Hoping this helps...
Astalavista Posted August 24, 2004 Author Posted August 24, 2004 this windows pops up during my silent install of my apps.in particular download accelerator.
jdoe Posted August 24, 2004 Posted August 24, 2004 Because RUNDLL32.EXE can be used somewhere else, you should use CMDOW.EXE to close this window only without touching the other RUNDLL32.EXE process.CMDOW.EXECMDOW.EXE "Network Setup Wizard" /CLS
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now