How to find out if SMBv2 is enabled on your PC

Configurare noua (How To)

Situatie

SMB version 2 should be enabled by default on your Windows 10 installation.

Solutie

  1. Open
  2. Search for PowerShell, right-click the top result, and select Run as administrator.
  3. Type the following command to check if SMBv2 is enabled and press Enter:

Get-SmbServerConfiguration | Select EnableSMB2Protocol

If the output returns True, then SMBv2 is enabled. If the output is False, use this command to enable it and press Enter:

Set-SmbServerConfiguration –EnableSMB2Protocol $true

Tip solutie

Permanent

Voteaza

(4 din 10 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?