From d364dd5f228649fb807dbc1c436e8fb147755815 Mon Sep 17 00:00:00 2001 From: Avatar1976 <47725430+Avatar1976@users.noreply.github.com> Date: Thu, 30 May 2024 15:01:34 +1000 Subject: [PATCH] Update detect-enable-and-disable-smbv1-v2-v3.md Article incorrectly stated that both SMBv1 and SMBv2 status could be determined by reading LanmanWorkstation service entry. It will show one of the dependencies for LanmanWorkstation service being mrxsmb20 however that does not tell you if that is enabled or not. --- .../Troubleshoot/detect-enable-and-disable-smbv1-v2-v3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowsServerDocs/storage/file-server/Troubleshoot/detect-enable-and-disable-smbv1-v2-v3.md b/WindowsServerDocs/storage/file-server/Troubleshoot/detect-enable-and-disable-smbv1-v2-v3.md index 0546145a4a..24d307e891 100644 --- a/WindowsServerDocs/storage/file-server/Troubleshoot/detect-enable-and-disable-smbv1-v2-v3.md +++ b/WindowsServerDocs/storage/file-server/Troubleshoot/detect-enable-and-disable-smbv1-v2-v3.md @@ -249,7 +249,7 @@ Here is how to detect status, enable, and disable SMB protocols on the SMB Clien - Detect ```cmd - sc.exe qc lanmanworkstation + sc.exe qc mrxsmb10 ``` - Disable: @@ -273,7 +273,7 @@ For more information, see [Server storage at Microsoft](https://techcommunity.mi - Detect: ```cmd - sc.exe qc lanmanworkstation + sc.exe qc mrxsmb20 ``` - Disable: