1. 開啟Powershell,輸入Get-NetConnectionProfile , Enter後,可以看到目前作用中網路的網路類型。
NetworkCategory欄位中便是目前嘎網卡的網路狀態,目前是Publie(公用網路)
2. 若要變更網路類型,可以透過Set-NetConnectionProfile指令來執行,如下範例:
Set-NetConnectionProfile -InterfaceIndex 9 -NetworkCategory Private ,Enter後,便將該網路類型更改為(私人網路)。
注意,InterfaceIndex的參數值,需要參考實際網路類型中顯示的數值。
沒有留言:
張貼留言