區域網路Master Browser關閉

當win10電腦成為master browser會使工作群組內的電腦無法在[網路]看到其他電腦

當區域網路芳鄰不太正常時,可以檢查是否有多個Master Browser
或是WIN10變成Master browser,其他電腦就會看不到網路上的芳鄰
因為WIN10是不想要你使用網路上的芳鄰的(請用雲端硬碟、就不想阿)

如何找到區域網路上的Master Browser

新增一個bat檔案(開啟記事本,存程.bat檔案)

貼上bat檔案內容後存檔

TITLE Browse Master Finder
Color 18
cls
@ECHO OFF
ECHO This script is property of Mike. This script is to discover Browse Master. 
ECHO. 
ECHO.  
for /f "delims=\= " %%C in ('net view ^| find "\\"') do @echo -Checking %%C && @nbtstat -a %%C | find "MSBROWSE"
pause

然後你就會找到你的那一台MSBROWSE
一個網域內只能有一台、而且不能是WIN10(最好是WIN7或是LINUX)

如何限制這台電腦不要成為MSBROWSE

Disable the Master Browser
Windows 7, 8, 8.1, 10 / Server 2008, 2008 R2, 2012, 2016

  1. Open the registry editor.
  2. Browse to HKey_Local_Machine\System\CurrentControlSet\Services\Browser\Parameters.
  3. Edit the key MaintainServerList to read FALSE

Windows XP / Server 2003

  1. Open the registry editor.
  2. Browse to HKey_Local_Machine\System\CurrentControlSet\Services\Browser\Parameters.
  3. Edit the key IsDomainMaster to read FALSE and the key MaintainServerList to read NO
  4. On the server computer, the value for IsDomainMaster should be TRUE and for MaintainServerList should be YES.
    Reboot all machines, bringing up the server computer (now the Master Browser) first.
    Microsoft states that it could take as long as 48 minutes for the Master Browser to recognize new computers. However, on a network where broadcasts and network traffic are within normal parameters, the time should be about half of that, or 24 minutes.

參考連結

https://pattersonsupport.custhelp.com/app/answers/detail/a_id/8124/~/disable-the-master-browser

NetBScanner工具
https://www.google.com/search?q=NetBScanner&oq=NetBScanner&aqs=chrome..69i57j0l5.127j0j7&sourceid=chrome&ie=UTF-8

發佈留言