English 中文(简体)
视窗7上的可处理的申请坠毁堆
原标题:Disable application crash dumps on Windows 7

空洞问题:How do I preventWindows 7 from storing the sedimentding of a/61/5ed application?

I m 试验C++申请中的批量分配,因此,玩具方案大相径庭。 每次坠毁时,视窗都把记忆丢给美国ER%/AppData/当地/垃圾泵。 它各有大约150德国马克。 我如何去掉呢? 我在互联网上广泛搜索。 我在Windows 7上找到的唯一事情是。 系统——先进——Startup和S复原——系统故障倾倒场,我已经残疾。

It s not really a big deal, just annoying because it sits in my user profile.

问题回答

我认为,负责在贵系统上创建所有这些倾销档案的机制是WER(Windows Error Reporting)。 http://www.techrena.net

  1. Press Win + R to open the Windows Run command.Type “services.msc” in the run command bar and hit ‘OK’.
  2. This will open up Services window where you can see list of all the services that are currently available on your Windows.
  3. Right click on the Windows Error Reporting Service and choose “Properties". The startup type will be either in “Automatic” or “Manual” by default. To completely disable the service choose “Disabled” and press OK .

In order to disable the creation of a memory dump file or how one is created, open regedit and navigate to the following registry key:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCrashControl

一旦你发现这一关键点,就点击,并根据以下备选办法改变“可变”的价值:

0 = None
1 = Complete memory dump
2 = Kernel memory dump
3 = Small memory dump (64KB)

然后重新启用其电脑,使之生效。

缩略语 Error Reporting , set Disabled to REG_DWORD/code> equal 1

Call WerAddExcludedApplication fuction for your app





相关问题
c# crash dump does not exist

I have a C# application which crashes sometimes for unknown reason. Therefore, I want to find the crash dump file but it does not exist. I also wrote a small application which provokes a DivideByZero ...

What does this Windows crash dump mean?

Yesterday my system software got crashed on WINDOWS 2003 server. The Core shown below. kernel32.dll!_RaiseException@16() + 0x3c bytes rpcrt4.dll!_RpcpRaiseException@4() + 0x21 bytes ...

Diagnosing crash log (for series of UIKit-related crashes)?

Would appreciate some insight isolating this, some semi-repeatable crashes in an iPhone app of moderate complexity ... The crashes in question occur (sometimes, though not consistently) when pressing ...

Is it possible to specify where JVM s crash dumps go?

We have a desktop application using JNI that occasionally causes the JVM to crash. Luckily the JVM produces a hs_err_pidXXXX.log file, which is quite useful in debugging such errors. However, it ...

How can I change a module s checksum in a minidump?

The software that I write (and sell) is compressed and encrypted before I distribute it. Everytime I release a new build, I keep all the .map files and the generated binaries including the exe before ...

.NET WinForms startup crash

Looks like that on some clients our WinForms up crashes on startup. With some I mean very very rare. In one situation we found out that the Arial systemfont was corrupt and caused the crashed in the ...

Crash within CString

I am observing a crash within my application and the call stack shows below mfc42u!CString::AllocBeforeWrite+5 mfc42u!CString::operator=+22 No idea why this occuring. This does not occur ...

Is this kind of crash report useless?

I tried use "PLCrashReport" to collect the crash info then make the app more stable, but turns out that the report is like this(dont even has a call stack,how am I suppose to use it?): The "Exception:...