GUI:

GUI:

Windows 2012 원격 시스템을 사용하고 있습니다. 삭제된 서비스를 복원하고 싶어요. 실수로 regedit에서 "서버"라는 서비스를 삭제했습니다. 삭제된 서비스를 다시 복원할 수 있는 방법이 있나요?

답변1

GUI:

File and Printer Sharing for Microsoft NetworksNIC 속성에서 다시 설치하세요 .

선택을 취소하고 확인란을 선택합니다.

Microsoft Networks 2012용 파일 및 프린터 공유

명령줄:

Wmic nicconfig where (InterfaceIndex^>"") get Caption,IPAddress,MACAddress,SettingID

변형으로 다음을 사용할 수 있습니다.(InterfaceIndex IS NOT NULL)

또는:

Wmic nicconfig where (InterfaceIndex^>"") get Caption,IPAddress,SettingID

산출:

Caption                                                            IPAddress                             SettingID
[00000007] Atheros AR8121/AR8113/AR8114 PCI-E Ethernet Controller  {"192.168.20.10", "192.168.103.142"}  {5900BBC4-CAFE-48F1-B6CE-AED224A23CC0}
[00000023] VirtualBox Host-Only Ethernet Adapter                   {"192.168.56.1"}                      {D71A296D-7BE5-43C1-828B-224464BE0695}

File and Printer Sharing for Microsoft NetworksAtheros NIC에 추가합니다 .

nvspbind -Hyper-V 네트워크 VSP 바인딩(nvspbind):

nvspbind –e {5900BBC4-CAFE-48F1-B6CE-AED224A23CC0} ms_server

관련 정보