From aa0c36ba0dea4d3edb46975bd89c94cdeddc4035 Mon Sep 17 00:00:00 2001 From: Dasha_Bugayova Date: Wed, 6 Sep 2023 16:52:18 +0800 Subject: [PATCH] Update minidump.md --- docs/guides/minidump.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/guides/minidump.md b/docs/guides/minidump.md index a8cd3c7340c..6164fffefe8 100644 --- a/docs/guides/minidump.md +++ b/docs/guides/minidump.md @@ -20,29 +20,29 @@ The option to create the minidump file is disabled by default, so before we go i Even if you don’t experience any BSoD crash errors, you can still set this option — this is a general recommendation, not necessarily related to AdGuard products. Please follow the instructions below to automatically create the minidump file. -1. Type *sysdm.cpl* in the Windows search bar and click **Open**. The **System Properties Control Panel Menu** window will appear on the screen. + 1. Type *sysdm.cpl* in the Windows search bar and click **Open**. The **System Properties Control Panel Menu** window will appear on the screen. -:::tip Alternatively, click **Settings** → **System** → **About** → **Advanced system settings**. + :::tip Alternatively, click **Settings** → **System** → **About** → **Advanced system settings**. -::: + ::: -![System Properties *mobile_border](https://cdn.adtidy.org/blog/new/c2huSystem_Properties.jpeg) + ![System Properties *mobile_border](https://cdn.adtidy.org/blog/new/c2huSystem_Properties.jpeg) -2. Go to the **Advanced** tab. -3. In the **Startup and Recovery** section, click **Settings**. + 1. Go to the **Advanced** tab. + 1. In the **Startup and Recovery** section, click **Settings**. -![Startup and Recovery *mobile_border](https://cdn.adtidy.org/blog/new/1dmybiStartup_and_Recovery.png) + ![Startup and Recovery *mobile_border](https://cdn.adtidy.org/blog/new/1dmybiStartup_and_Recovery.png) -4. Enable the following three options: + 1. Enable the following three options: -- Write an event to the system log -- Automatically restart -- Writing debugging information → Small memory dump (256 kb) + - Write an event to the system log + - Automatically restart + - Writing debugging information → Small memory dump (256 kb) -![Three options *mobile_border](https://cdn.adtidy.org/blog/new/nmr4eThree_options.png) + ![Three options *mobile_border](https://cdn.adtidy.org/blog/new/nmr4eThree_options.png) -5. Click **OK** to apply the settings. -6. Restart the computer. + 1. Click **OK** to apply the settings. + 1. Restart the computer. You've successfully enabled the minidump file. Now it will be created automatically when the system crashes.