大部分的狀況,Windows 裝完,只要有裝卡,都會啟動相關的服務,即使您沒有使用芳分享,也是一樣。
一般的問題,幾乎都是防火牆沒放行或是網路卡 File Sharing and Printing 沒勾,但是如果你都勾選了,卻在管理的 MMC 發生分享錯誤無法顯示,那就是另外一種問題了

把服務的 Computer Browser 重新啟動,應該就可以解決。

延伸作法,想要用 command 關閉網路芳鄰可以下

net stop "Computer Browser"
net stop Server

想要開啟網路芳鄰功能可以下

net start "Computer Browser"

如果想寫成批次檔案可以這樣寫

芳鄰關閉.bat

@echo off
net stop "Computer Browser"
net stop Server
pause

芳鄰啟用.bat

@echo off
net start "Computer Browser"
pause
arrow
arrow
    全站熱搜

    parrotchang 發表在 痞客邦 留言(16) 人氣()