曾經加入本校網域的電腦,退出網域後網路類型還是停留在網域型態,導致防火牆無法設定,以系統管理員開啟 PowerShell 進行查詢
Get-NetConnectionProfile
設定本校
Set-NetConnectionProfile -Name 'intranet.yces.chc.edu.tw' -NetworkCategory Private
可以是 Private 或是 Public
參考:
https://www.jorgebernhardt.com/how-to-force-a-network-profile-in-windows-using-powershell/
https://ithelp.ithome.com.tw/questions/10189401
https://kknews.cc/zh-tw/news/6kn3am.html