This is something i found on the internet.. used to happen to me.. but i finally fixed it.. just wanted it to share it with you
When the game crashes, the Program.exe process is still running in background because of the error popup that says “Program.exe has stopped working. Windows can check online for a solution to the problem.”
If you disable Error Reporting, you will still get a similar error window that says “Program.exe has stopped working. A problem caused the program to stop working correctly. Please close the program”.
Program.exe has stopped working. A problem caused the program to stop working correctly. Please close the program.
To disable Error Reporting in Windows 2008 Server, just run the command below.
serverWerOptin /disable
I found another guide from MSDN on how the user can suppress system and application error messages from occurring on an embedded system. The registry location is at the following, by default the value data is 0 and we should change it to 2 to set all messages to invisible.
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Wi ndows\ErrorMode.
Weirdly even after doing all that, it’s still not enough to disable the error window when the game server crashes. So I continue digging and I found that there’s another important registry key which you need to modify in order to totally suppress the “.exe has stopped working” dialog.” Go to the following registry location and change the value data to 1.
HKEY_CURRENT_USER\Software\ Microsoft\Windows\Windows Error Reporting\DontShowUI
Now you can run the restarter and it will auto restart when it crashes.
This might be useful to a lot of ppl out there..
REP+ If i helped you
(I always wanted to say that jaja)
The fu** Krazyyee
출처: http://otland.net/f138/disable-error-dialog-windows-server-2008-vista-68954/
When the game crashes, the Program.exe process is still running in background because of the error popup that says “Program.exe has stopped working. Windows can check online for a solution to the problem.”
If you disable Error Reporting, you will still get a similar error window that says “Program.exe has stopped working. A problem caused the program to stop working correctly. Please close the program”.
Program.exe has stopped working. A problem caused the program to stop working correctly. Please close the program.
To disable Error Reporting in Windows 2008 Server, just run the command below.
serverWerOptin /disable
I found another guide from MSDN on how the user can suppress system and application error messages from occurring on an embedded system. The registry location is at the following, by default the value data is 0 and we should change it to 2 to set all messages to invisible.
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Wi ndows\ErrorMode.
Weirdly even after doing all that, it’s still not enough to disable the error window when the game server crashes. So I continue digging and I found that there’s another important registry key which you need to modify in order to totally suppress the “.exe has stopped working” dialog.” Go to the following registry location and change the value data to 1.
HKEY_CURRENT_USER\Software\ Microsoft\Windows\Windows Error Reporting\DontShowUI
Now you can run the restarter and it will auto restart when it crashes.
This might be useful to a lot of ppl out there..
REP+ If i helped you
(I always wanted to say that jaja)
The fu** Krazyyee
출처: http://otland.net/f138/disable-error-dialog-windows-server-2008-vista-68954/
'Computer > Windows' 카테고리의 다른 글
윈도우즈7 인터넷 시간 동기화 주기 강제 조절하기 (0) | 2013.06.23 |
---|---|
윈도우 버전 확인 (2) | 2013.04.17 |
윈도우 7, 2008 서버에서 오류보고창 뜨는것 막기 - disable wer(window error reporting) dialog in windows 7 and windows 2008 server (0) | 2012.02.07 |
윈도우에서 일반 응용프로그램을 서비스로 등록 (0) | 2012.02.07 |
원격 데스크탑 연결(Remote Desktop Connection)이 되지 않는 문제 해결 - NVIDIA 그래픽 드라이버와의 충돌 (0) | 2010.02.06 |