can not disable error report in xpe

  • Thread starter Thread starter harkan
  • Start date Start date
H

harkan

Hello !
According to an actual problem I have to disable the error reporting
in an existing Windows XP Embedded (SP1) Image. When building the
image the error reporting component was included and enabled. Now I
tried the following steps with my XP Embedded Image: (these steps are
working with XP Pro)

- I disabled the Error Report Service (in ControlPanel)
- I removed following regkey:
HKLM\SYSTEM\CurrentControlSet\Services\ersvc\
- I changed following keys:
HKLM\SOFTWARE\Microsoft\PCHealth\ErrorReporting\AllOrNone = 0
HKLM\SOFTWARE\Microsoft\PCHealth\ErrorReporting\DoReport= 0
HKLM\SOFTWARE\Microsoft\PCHealth\ErrorReporting\IncludeKernelFaults =
0
HKLM\SOFTWARE\Microsoft\PCHealth\ErrorReporting\IncludeMicrosoftApps =
0
HKLM\SOFTWARE\Microsoft\PCHealth\ErrorReporting\IncludeWindowsApps = 0
HKLM\SOFTWARE\Microsoft\PCHealth\ErrorReporting\ShowUI = 0
The lists are empty
HKLM\SYSTEM\CurrentControlSet\Control\Windows\ErrorMode = 2
HKLM\SYSTEM\CurrentControlSet\Control\Windows\NoInteractiveServices =
2
this could not help too

- my next step was to determine that "dwwin.exe" was started, when
error report is displayed
so I renamed it to "__dwwin.exe" and next time the error report window
was not shown

What can I do?
Do I have the opportunities to manage this problem by changing
registry parameters?
Is it dangerous to delete or rename the dwwin.exe? (I don't want to do
this)
What is dumprep.exe?

Please help me.
Thank you.

harkan
 
Hello KM,

thanks a lot. that works. unfortunately i could not find anything about this key...

greetings harkan
 
Back
Top