如何改變 Windows 10 網路類型

曾經加入本校網域的電腦,退出網域後網路類型還是停留在網域型態,導致防火牆無法設定,以系統管理員開啟 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

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *