Go Back   TechArena Community > Technical Support > Computer Help > Windows Vista > Vista Help
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , ,

Sponsored Links



Control Panel open causes "Windows Explorer has stopped working"....

Vista Help


Reply
 
Thread Tools Search this Thread
  #1  
Old 22-06-2007
Eigil Krogh
 
Posts: n/a
Control Panel open causes "Windows Explorer has stopped working"....

Hi

Each time I try to open the Control Panel a message box pops up saying
"Windows Explorer has stopped working" and then "Windows Explorer is
restarting...".

This means I can't open the Control Panel at all which is bad.

Does someone know if/what I can do to solve that problem ?


Thanks in advance!

Best
Eigil

Reply With Quote
  #2  
Old 25-06-2007
leejones3@gmail.com
 
Posts: n/a
Re: Control Panel open causes "Windows Explorer has stopped working"....

On Jun 21, 2:50 pm, "Eigil Krogh" <q...@ekrogh.com> wrote:
> Hi
>
> Each time I try to open the Control Panel a message box pops up saying
> "Windows Explorer has stopped working" and then "Windows Explorer is
> restarting...".
>
> This means I can't open the Control Panel at all which is bad.
>
> Does someone know if/what I can do to solve that problem ?
>
> Thanks in advance!
>
> Best
> Eigil


Eigil:

I am having the same problem. It just started in the last couple of
days. Have you installed any new software in the last couple of days?

Lee Jones
Assistant Director of IT, Catholic Diocese of Richmond

Reply With Quote
  #3  
Old 26-06-2007
Eigil Krogh
 
Posts: n/a
Re: Control Panel open causes "Windows Explorer has stopped working"....

Lee

No as far as I remember I didn't install software just before the problem
came.

I have reinstalled VISTA (choosing Update), but that didn't change anything.

Best Eigil

<leejones3@gmail.com> wrote in message
news:1182722888.582665.197060@c77g2000hse.googlegroups.com...
> On Jun 21, 2:50 pm, "Eigil Krogh" <q...@ekrogh.com> wrote:
>> Hi
>>
>> Each time I try to open the Control Panel a message box pops up saying
>> "Windows Explorer has stopped working" and then "Windows Explorer is
>> restarting...".
>>
>> This means I can't open the Control Panel at all which is bad.
>>
>> Does someone know if/what I can do to solve that problem ?
>>
>> Thanks in advance!
>>
>> Best
>> Eigil

>
> Eigil:
>
> I am having the same problem. It just started in the last couple of
> days. Have you installed any new software in the last couple of days?
>
> Lee Jones
> Assistant Director of IT, Catholic Diocese of Richmond
>


Reply With Quote
  #4  
Old 30-06-2007
Eigil Krogh
 
Posts: n/a
¨Problem solved! (Re: Control Panel open causes "Windows Explorer has stopped working"....)

Hi

By reading the forum
http://forums.microsoft.com/technet/...&tf=0&pageid=2 I
got the idea to look at the .cpl files in System32 and got my problem
solved.

It turnes out to be a file with the name ALSNDMGR.cpl. This file seems to
come from RealTek. It was installed by Driver Detective along with a RealTek
driver for my sound card.

Best
Eigil

<leejones3@gmail.com> wrote in message
news:1182722888.582665.197060@c77g2000hse.googlegroups.com...
> On Jun 21, 2:50 pm, "Eigil Krogh" <q...@ekrogh.com> wrote:
>> Hi
>>
>> Each time I try to open the Control Panel a message box pops up saying
>> "Windows Explorer has stopped working" and then "Windows Explorer is
>> restarting...".
>>
>> This means I can't open the Control Panel at all which is bad.
>>
>> Does someone know if/what I can do to solve that problem ?
>>
>> Thanks in advance!
>>
>> Best
>> Eigil

>
> Eigil:
>
> I am having the same problem. It just started in the last couple of
> days. Have you installed any new software in the last couple of days?
>
> Lee Jones
> Assistant Director of IT, Catholic Diocese of Richmond
>


Reply With Quote
  #5  
Old 10-07-2007
Horst Neubauer
 
Posts: n/a
RE: ¨Problem solved! (Re: Control Panel open causes "Windows Explorer



"Eigil Krogh" wrote:

> got the idea to look at the .cpl files in System32 and got my problem
> solved.

Very good hint!
I just moved every movable .cpl file to a different directory and started
the control panel. Wonder! It worked. Than I copied the saved .cpl files
back, one by one, and restarted the control panel evey time until it crashed.
So I found that my Firebird2control.cpl was not working with vista.

I blame the MS-Developers of the control panel that they don't block those
..cpl that doesn't work any longer instead of crashing the whole control panel.
Reply With Quote
  #6  
Old 11-07-2007
cquirke (MVP Windows shell/user)
 
Posts: n/a
Re: ¨Problem solved! (Re: Control Panel open causes "Windows Explorer

On Tue, 10 Jul 2007 07:18:03 -0700, Horst Neubauer <Horst
>"Eigil Krogh" wrote:


>> got the idea to look at the .cpl files in System32 and got my problem
>> solved. Very good hint!


>I just moved every movable .cpl file to a different directory and started
>the control panel. Wonder! It worked. Than I copied the saved .cpl files
>back, one by one, and restarted the control panel evey time until it crashed.
>So I found that my Firebird2control.cpl was not working with vista.


Ah, "test to break". Well done ;-)

>I blame the MS-Developers of the control panel that they don't block those
>.cpl that doesn't work any longer instead of crashing the whole control panel.


Actually, you can blame 'em for a bit more than that; the way Control
Panel is ennumerated is a safety risk. Each .CPL file can provide the
enumerator with callback code, so that in effect, when you think you
are merely "listing the control panel", you are in reality potentially
running code in any or all items there.

So if someone says "Blah in Control Panel is malware,. delete it for
safety", the malware could have the drop on you. By the time you list
Control Panel and select Blah, it's already run its code and could be
doing anything, such as creating a Blah2 even as you delete Blah, or
deleting your data files in the background as a "poison pill".

That's why an incompatible .CPL is crashing you even when you are not
doing anything with that particular item.

What is not clear is whether this "trust me, I'm a .CPL file" callback
opportunity is exposed whenever .CPL files are found in contexts other
than Control Panel; say, as an attachment listed in OE.

Safety Rule #1: The system should not take risks that the user has
indicated no intention to take.

A lot of our malware headaches come from breaking that rule.

I would loooove someone to post here and tell me I'm wrong, e.g. "that
was fixed in Vista way back in the beta period". But, AFAIK, etc.


>-- Risk Management is the clue that asks:

"Why do I keep open buckets of petrol next to all the
ashtrays in the lounge, when I don't even have a car?"
>----------------------- ------ ---- --- -- - - - -

Reply With Quote
  #7  
Old 01-02-2011
Member
 
Join Date: Feb 2011
Posts: 1
Re: Control Panel open causes "Windows Explorer has stopped working"....

this is an easy fix.
you need to update your realtek sound card driver.
Right click My Computer.
Click on Manage.
Click on Device Manager.
Click on Sound, video and game recorders.
Double click Realtek AC'97 Audio.
Go to driver tab and click on Update Driver, choose Search automatically for updated driver software.
when installed it will ask you to restart.
Reply With Quote
  #8  
Old 01-06-2011
Member
 
Join Date: Jun 2011
Posts: 1
Re: Control Panel open causes "Windows Explorer has stopped working"....

Quote:
Originally Posted by kleezz View Post
this is an easy fix.
you need to update your realtek sound card driver.
Right click My Computer.
Click on Manage.
Click on Device Manager.
Click on Sound, video and game recorders.
Double click Realtek AC'97 Audio.
Go to driver tab and click on Update Driver, choose Search automatically for updated driver software.
when installed it will ask you to restart.
That didn't work because the update said, "The best driver software for your device is already installed" and "Windows has determined the driver software for your device is up to date" ...and my Control Panel problem has not changed.
Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Vista > Vista Help


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Control Panel open causes "Windows Explorer has stopped working"...."
Thread Thread Starter Forum Replies Last Post
cannot open "add/remove programs" in control panel Pflueger Windows XP Support 3 28-03-2011 04:27 AM
"Internet Explorer has stopped working" in IE9 beta for Windows 7 Ultimate Skylar Technology & Internet 6 05-10-2010 11:27 PM
Correction: "Windows Explorer has stopped working" Jeff Windows Update 4 29-10-2009 12:31 AM
Vista not wotking with "My Computer" or "Control Panel", "Screen Saver" Platebanger Vista Help 6 05-02-2008 08:24 PM
"Windows Explorer has stopped working" message ericvista Vista Help 4 28-06-2007 08:06 AM


All times are GMT +5.5. The time now is 01:53 AM.