Přejít k hlavnímu obsahu

How to collect BSOD minidump

informace

This article covers AdGuard for Windows, a multifunctional ad blocker that protects your device at the system level. To see how it works, download the AdGuard app.

poznámka

Data and files provided in minidump files are processed in accordance with the AdGuard Privacy Policy.

Blue Screen of Death (BSOD) errors may occasionally occur while using AdGuard. When this happens, our support team may request a minidump file to help diagnose the issue. These files contain technical crash data that helps us identify and resolve the problem.

Checking for the existing minidump

To collect minidump files, you’ll need administrator access on your computer. By default, Windows stores these files in the C:\Windows\Minidump\ folder. The files you’re looking for will be named either MEMORY.DMP or follow the pattern Mini(ddmmmyy-xxx).dmp where the letters and numbers represent dates and sequence numbers.

Minidump file

If you can’t find these files, your system may not be configured to create minidumps automatically.

Configure minidump settings

If minidumps are not created automatically, follow these steps to enable Small Memory Dump:

  1. Press the Windows key + R to open the Run dialog.

  2. Type sysdm.cpl and click Enter. This will open the System properties window.

    Open system properties *mobile

  3. Navigate to Advanced tab → Startup and RecoverySettings.

    Advanced tab *mobile

  4. Here you’ll find an option called Write debugging information. Make sure it’s set to Small Memory Dump (256 KB) and that the path shows %SystemRoot%\Minidump. These settings will ensure that Windows creates the minidump files we need when a BSOD occurs.

    Small memory dump *mobile

  5. Click OK to save changes.

After a crash occurs

After experiencing a BSOD and restarting your computer, you can find the generated minidump files in the C:\Windows\Minidump\ folder. Sorting the files by date modified makes it easy to find the most recent one corresponding to your crash.

If you configured minidump settings after the crash occurred, you'll need to reproduce the issue to generate a new minidump file.

Collecting wfpdiag.cab file

Our support team may request a wfpdiag.cab file, along with a minidump file, to analyze system logs more thoroughly and diagnose issues. To collect the file, please follow these steps:

  1. Enable AdGuard protection.

  2. Click Start and type cmd to open Command Prompt.

  3. Right-click Command Prompt and choose Run as administrator.

    poznámka

    A wfpdiag.cab file is created in your current directory. You can change the location by typing cd <folder_name>.

  4. To start logging, enter the following command: netsh wfp capture start.

  5. Visit any website to route traffic through AdGuard and log the filtering process.

  6. To stop logging, enter netsh wfp capture stop.