我升级了我的域控制器的网卡驱动程序,但现在它将本地局域网视为一个公共networking,这与我的防火墙规则混淆了。
如何将其切换回DOMAIN?
您可以使用Powershell来实现这一点。 首先你必须列出networkingconfiguration文件
Get-NetConnectionProfile
使用接口索引将networking接口更改为域。
Set-NetConnectionProfile -InterfaceIndex 7 -NetworkCategory Domain
尝试
net stop nlasvc作为pipe理员
如果这个工作,你可以设置这个服务(nlasvc)来“启动延迟”