2010-04-07 2 views

답변

0

대단히 감사합니다 :

netsh interface set interface name="Local Area Connection" admin=disabled

"Local Area Connection"의 장소에 연결 이름을 넣어. netsh


더 구문 :

사용 설정 인터페이스 [이름 =] 귀하의 회신

  [ [admin = ] ENABLED|DISABLED 
      [connect = ] CONNECTED|DISCONNECTED 
      [newname = ] NewName ] 

    Sets interface parameters. 

    IfName - the name of the interface 
    admin - whether the interface should be enabled (non-LAN only). 
    connect - whether to connect the interface (non-LAN only). 
    newname - new name for the interface (LAN only). 

    Notes: 
    - At least one option other than the name must be specified. 
    - If connect = CONNECTED is specified, then the interface 
    is automatically enabled even if the admin = DISABLED 
    option is specified. 
+0

안녕하세요, 감사 IFNAME. 인스 턴션을 따랐지만 다음과 같은 오류 메시지가 나타납니다. 이 명령에 제공된 synta가 유효하지 않습니다. 올바른 구문에 대한 도움말을 확인하십시오 ..... – Frank

+0

사소한 구문 오류 일 수 있습니다. 나는'netsh' 문법이 다른 버전의 윈도우 사이에서 조금씩 다르다는 것을 읽었습니다. 'netsh /? '를 시도해보십시오. 아마도 이것은 구문의 차이가 거의 없을 수도 있습니다. – pajton

관련 문제