How to collect BSOD minidump
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.
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.
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:
Press the Windows key + R to open the Run dialog.
Type
sysdm.cpl
and click Enter. This will open the System properties window.Navigate to Advanced tab → Startup and Recovery → Settings.
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.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:
Enable AdGuard protection.
Click Start and type
cmd
to open Command Prompt.Right-click Command Prompt and choose Run as administrator.
poznámkaA wfpdiag.cab file is created in your current directory. You can change the location by typing
cd <folder_name>
.To start logging, enter the following command:
netsh wfp capture start
.Visit any website to route traffic through AdGuard and log the filtering process.
To stop logging, enter
netsh wfp capture stop
.