Estoy usando una máquina remota con Windows 2012. Quiero restaurar el servicio eliminado. Accidentalmente eliminé un servicio llamado "servidor" de regedit. ¿Hay alguna manera de restaurar el servicio eliminado?
Respuesta1
GUI:
Reinstale File and Printer Sharing for Microsoft Networks
en las propiedades de la NIC.
Desmarque y marque la casilla.
línea de comando:
Wmic nicconfig where (InterfaceIndex^>"") get Caption,IPAddress,MACAddress,SettingID
como variante se puede utilizar:(InterfaceIndex IS NOT NULL)
o:
Wmic nicconfig where (InterfaceIndex^>"") get Caption,IPAddress,SettingID
Producción:
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}
Agregue File and Printer Sharing for Microsoft Networks
en Atheros NIC.
nvspbind -Enlace VSP de red Hyper-V (nvspbind):
nvspbind –e {5900BBC4-CAFE-48F1-B6CE-AED224A23CC0} ms_server