Tag: netsh

“参数不正确。”使用netsh http添加sslcert错误

按照以下链接中的“如何使用SSL证书configuration端口”中的说明进行操作: http : //msdn.microsoft.com/zh-cn/library/ms733791.aspx ,我在命令行(duh)中input了此命令, : > netsh http add sslcert ipport:10.141.146.227:7001 certhash=5d48e604007b867ae8a69260a4ad318d2c05d8ff appid={EDE3C891-306C-40fe-BAD4-895B236A1CC8} The parameter is incorrect. 我的certhash指纹取自证书(本地计算机)>个人>证书文件夹中的证书。 生成了appid GUID。 还有什么错误,我需要解决这个工作?

http:// *:80和http:// +:80有什么区别?

在学习Web Deploy时,我遇到了一些讨论http:// +:80和http:// *:80的netsh.exe命令。 那是什么意思?

我应该使用netsh.exe什么appid?

netsh命令需要一个appid( 参见这里 ): netsh http add sslcert ipport=0.0.0.0:8000 certhash=0000000000003ed9cd0c315bbb6dc1c08da5e6 appid={00112233-4455-6677-8899-AABBCCDDEEFF} 我还没有能够了解我应该怎么知道netsh希望我提供的GUID。 任何提示?

无法启动hostednetwork

当我尝试运行netsh wlan start hostednetwork ,我收到以下消息: C:\Windows\system32>netsh wlan start hostednetwork The hosted network couldn't be started. The group or resource is not in the correct state to perform the requested operation. 我用pipe理员权限运行这个,所以它不是臭名昭着的 C:\Users\Kevin>netsh wlan start hostednetwork You must run this command from a command prompt with administrator privilege. 如何获得托pipenetworking“处于正确的状态”?