Detección, habilitación y deshabilitación de SMBv1, SMBv2 y SMBv3 en Windows

 

Métodos de PowerShell

Estos son los pasos para detectar, deshabilitar y habilitar el cliente y el servidor SMBv1 mediante comandos de PowerShell.

 Nota

El equipo se reiniciará después de ejecutar los comandos de PowerShell para deshabilitar o habilitar SMBv1.

  • Detectar:

    PowerShell
    Get-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
    
  • Desactivar:

    PowerShell
    Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
    
  • Habilite:

    PowerShell
    Enable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol

Comentarios

Entradas populares de este blog

Usar datos gratis para proyectos IoT FreedomPop y Orange Pi 2G IoT (también Simyo).

Orange Pi IoT 2G Flashear memoria NAND

Orange PI 2G IoT - Bluetooth 2.1 HOWTO, Como usarlo