Restringir seleção de rede wifi

Público-alvo:
TI.

Instrução:

  1. Abrir prompt de comando como Administrador;
  2. Permitir o acesso a uma rede wifi
    1. netsh wlan add filter permission=allow ssid="IFCE-Servidores" networktype=infrastructure
  3. Bloqueiar o acesso a todas as redes wifi – Exceto as permitidas
    1. netsh wlan add filter permission=denyall networktype=infrastructure
  4. Ou remover o bloqueio de acesso as redes wifi
    1. netsh wlan delete filter permission=denyall networktype=infrastructure

Isso foi útil?

1 / 0