1.第一步在win10系統任務欄搜索框中輸入命令,搜索到命令提示符之後,滑鼠右鍵選擇...
2.第二步進去命令提示符之後,輸入netstat -ano命令,
3.第三步按回車鍵之後,可以看到所有埠的情況,找到被佔用的埠,
4.第四步如果我們知道具體的埠號的話,輸入netstat -aon|findstr 8...
5.第五步輸入tasklist|findstr 2524命令,其中2524加英文雙引號,...
2. win10電腦如何打開埠
方法步驟
1、首先打開運行命令框,可以在Win10開始菜單中找到,也可以在底部搜索「命令」找到,還可以直接使用Win + R組合快捷鍵打開;
2、或者打開運行命令操作框後,輸入cmd 並按回車鍵(或點下方的「確定」)進行命令操作窗口;
3、打開命令提示符操作窗口後,輸入「netstat -an 」並按回車鍵(Enter鍵)運行就可以看到電腦開啟了哪些埠了。
3. 如何解決Win10提示「伺服器啟動失敗80埠被佔用」的問題
很多用戶在win10系統電腦中安裝軟體時,都會遇到提示“80埠被佔用,請使用其他埠”,這是怎麼回事呢?其實,主要原因是一些系統服務默認的安裝埠是80,容易和已安裝的ISS等其他服務沖突,導致一些服務項無法啟動。下面,小編就介紹下Win10系統80埠被佔用的解決方案。<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 步驟如下:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 1、以管理員身份運行cmd;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 2、輸入:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> net stop http<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 註:如果提示是否真的需要停止這些服務,則選擇“Y”;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 3、完成後輸入:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> sc config http start=disabled<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 其他方法:(若80埠不能解除佔用,可使用下方解決方案)<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 解決方案一:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 1、Ctrl+x,然後選擇“計算機管理”,“服務和應用程序”,找到“服務”;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 2、找到“World Wide Web Publishing Service”,雙擊打開後,將啟動類型改為手動,更改服務狀態為“停止”;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 3、如果80埠仍然被佔用,則還需要停止以下幾個服務:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “SSDP Discovery”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “Print Spooler”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “HomeGroup Provider”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “Function Discovery Resource Publication”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> “Function Discovery Provider Host”<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 解決方案二:<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 1、以管理員身份運行regedit ;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 2、打開鍵值:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP ;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 3、在右邊找到Start這一項,將其改為0;<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 4、重啟系統,System進程不會佔用80埠。<br style="line-height: 8px; color: rgb(110, 110, 110); font-size: 14px; white-space: normal; widows: 1; background-color: rgb(255, 255, 255);" /> 以上就是關於Win10提示““伺服器啟動失敗,80埠被佔用””的兩種解決方案。大家在使用win10過程中也遇到類似問題的話,不妨耐心嘗試一下小編的方案。 相關閱讀: 1、Win10系統皮皮播放器出現閃退怎麼辦? 2、win10系統怎麼禁止計算機遠程式控制制?
4. win10系統如何查看各種埠的開啟辦法
Win10埠查看命名:netstat -an
Win10命名查看電腦開啟埠方法
1、首先打開運行命令框,可以在Win10開始菜單中找到,也可以在底部搜索「命令」找到,還可以直接使用 Win + R 組合快捷鍵打開,
2、或者打開運行命令操作框後,輸入 cmd 並按回車鍵(或點下方的「確定」)進行命令操作窗口,
運行命令操作框
3、打開cmd命令操作窗口後,輸入命名 netstat -an 並按回車鍵(Enter鍵)運行就可以看到電腦開啟了哪些埠了,
以上就是電腦百事網帶來的通過命令查看電腦開啟了哪些埠方法,一般來說,普通電腦用戶只要開啟80埠就可以了,其它用的少的埠都可以關閉,以防被黑客攻擊利用。
文章最後再分享一個查看電腦埠是否被佔用的命令,同樣以Win10系統為例,其它的Win7也同樣適用。
怎麼看電腦埠是否被佔用?Win10查看埠佔用命令
Win10查看電腦埠是否佔用命令,適用方面和前面一樣,這里就不詳細介紹了,直接附上命令和查看結果吧。
Win10埠佔用查看命令:netstat -ano
打開CMD命令運行窗口,輸入 netstat -ano 命令,按回車鍵運行後,就可以查看哪些埠被佔用了。
被佔用的埠,會直接顯示在下列信息中,我們可以拖動滾動條查看全部,如下圖所示:
被佔用的埠,其實就是當前正開啟在使用中的埠,如果發現有一些敏感不安全的埠,建議及時關閉。
5. Win10怎麼看電腦打開的埠
查看com口號碼的方法與windows的版本並沒有太大的關系,方法如下:
在「計算機」圖標上單擊右鍵,選擇「管理」。
在「計算機管理」窗口內,單擊左側的「設備管理器」按鈕。打開設備管理器的方法很多,其它方法也可以。
在設備管理器右側,找到「埠(com和lpt)」一項,展開它就行了,下面會顯示當前計算機上已經存在的埠,括弧內就是埠號。
上圖中,com1是主板後面的rs232介面,com3我連接在電腦上的一套單片機開發板的串口,這兩個都是物理埠;com10和com11是使用軟體虛擬的埠。並不是所有的電腦顯示都一樣,請以實際看到的埠號和埠數量為准。
6. win10如何設置電腦usb埠
操作步驟:
1、將「控制面板」、「管理工具」和「服務」等選項卡逐一的點擊並打開;
2、接著直接打開plug and play服務選項;
3、一旦發現plug and play服務默認是開啟的華,那麼需要做的就是先將其禁止,然後再重新開啟;
4、然後打開設備管理器,直接把裡面的Unknown device設備進行卸載,接著把無線設備拔掉。重新啟動計算機,然後再插入電腦,再重新安裝驅動就可以了。
7. win10系統設備管理器里如何進入埠設置
win10進入埠設置的方法:
1.首先要打開設備管理器,按下「Win+X」組合鍵打開系統快捷菜單,直接點擊「設備管理器」打開。
8. Win10怎麼看電腦打開的埠
打開電腦,找到左下角的開始選項並點擊。
打開所有程序,找到【WINDOWS管理工具】。
點擊【WINDOWS管理工具】,展開菜單項,找到【資源監視器】,紅框已經標出。
進入資源監視器頁面後,找到【網路】並點擊,紅框中已經標出。
在網路欄目中我們會看到【偵聽埠】選項,紅框中已經標出。
查看右側,我們會看到一個下拉三角,箭頭已經指出。
展開箭頭,我們就可以看到被偵聽的埠啦。
9. win10 如何開放所有埠
啟動所有埠埠是和服務綁定的,比如80埠,必須開啟web,80埠就開啟了,開放所有埠,關閉防火牆,就不限制埠了。
10. 如何開啟win10系統埠號命令
1:
Ctrl+x,
然後選擇「計算機管理」,展開「服務和應用程序」,找到「服務」;找到「World Wide Web Publishing
Service」,雙擊打開後,將啟動類型改為手動,更改服務狀態為「停止」;如果80埠仍然被佔用,則還需要停止以下幾個服務:「SSDP
Discovery」「Print Spooler」「HomeGroup Provider」「Function Discovery
Resource Publication」「Function Discovery Provider Host
2:
以管理員身份運行regedit打開鍵值:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP在右邊找到Start這一項,將其改為0重啟系統,System進程不會佔用80埠