Killing Dells Wireless Broadband
Wednesday, 10. September 2008, 06:31:14
Having recently added a Dell Wireless Broadband card to my laptop I've found one annoying "undocumented feature".
If I open the Connection Manager (eg via the icon in the systray) then close it without connecting to my Internet service, then little dmbcu.exe processes are left behind. Sometimes they're left behind after connecting to the Internet too.
This creates a problem when shutting down or hibernating as these rogue processes each need to be closed before the laptop will actually shutdown or hibernate. Windows will ask automatically, but it's still quite annoying, particularly when you just want to put the laptop away and not click away ending processes.
What I've done is create a shortcut to the built-in Windows Taskkill application, telling it to kill any process called "dmbcu.exe".
If anybody else wants to do this, here's how:
If I open the Connection Manager (eg via the icon in the systray) then close it without connecting to my Internet service, then little dmbcu.exe processes are left behind. Sometimes they're left behind after connecting to the Internet too.
This creates a problem when shutting down or hibernating as these rogue processes each need to be closed before the laptop will actually shutdown or hibernate. Windows will ask automatically, but it's still quite annoying, particularly when you just want to put the laptop away and not click away ending processes.
What I've done is create a shortcut to the built-in Windows Taskkill application, telling it to kill any process called "dmbcu.exe".
If anybody else wants to do this, here's how:
- Create a new shortcut, eg on your desktop or in your Start menu folder. I created mine in my Dell programs sub-folder on the Start menu.
- The item location is C:\WINDOWS\system32\taskkill.exe. I named mine "Kill Zombies", but you can be creative here!
- Next, edit the properties of the shortcut. Change the Target field so that it reads C:\WINDOWS\system32\taskkill.exe /f /fi "IMAGENAME eq dmbcu.exe". Change Run to "Minimized", and you can change the icon to something more appropriate too - I chose a red "X".









Dan Alexandru # 10. September 2008, 07:51
Andrew Gregory # 10. September 2008, 14:42