From 51d1901e26dd0da78cfcbbc426b88d1a9ee594c0 Mon Sep 17 00:00:00 2001 From: Jasper Metselaar Date: Wed, 13 Jan 2021 09:58:38 +0100 Subject: [PATCH] Update live-response-command-examples.md Missing backslash in the command to view a registry value. --- .../microsoft-defender-atp/live-response-command-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/security/threat-protection/microsoft-defender-atp/live-response-command-examples.md b/windows/security/threat-protection/microsoft-defender-atp/live-response-command-examples.md index 7c5bb16771..8c0898ffc7 100644 --- a/windows/security/threat-protection/microsoft-defender-atp/live-response-command-examples.md +++ b/windows/security/threat-protection/microsoft-defender-atp/live-response-command-examples.md @@ -158,7 +158,7 @@ registry HKEY_CURRENT_USER\Console ``` # Show information about a specific registry value -registry HKEY_CURRENT_USER\Console\ScreenBufferSize +registry HKEY_CURRENT_USER\Console\\ScreenBufferSize ```