Update live-response-command-examples.md

Missing backslash in the command to view a registry value.
This commit is contained in:
Jasper Metselaar
2021-01-13 09:58:38 +01:00
committed by GitHub
parent 61f1f92e42
commit 51d1901e26

View File

@ -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
```