This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我在 Windows 7 中也遇到了类似的问题。我发现,如果您尝试修改的接口上的链接已关闭,您会收到消息“DHCP 已在此接口上启用”。如果插入电缆(建立链接),相同的命令可以正常工作。
I had a similar problem with Windows 7. I found that if the link is down on the interface you are trying to modify, you get the message "DHCP is already enabled on this interface." If you plug a cable in (establish a link), the same command works fine.
我花了好一会儿才“?”在命令中解决这个问题,因为我遇到了同样的问题,但这是在 Windows 7 中对我有用的语法:netsh interface ip set address name="Local Area Connection"
来源=dhcp
It took me a while of "?" in the command to figure this one out as I had the same issue, but here is the syntax that worked for me in Windows 7: netsh interface ip set address name="Local Area connection"
source=dhcp