TOP ▲ itcore TOPTIPSwin10_private.php  タグ:windows10 network private

windows10 ネットワークをプライベートにする。 | itcore 2019年

スタート>右クリック>Windows PowerShell(管理者)
Get-NetConnectionProfile

Name : ネットワーク
InterfaceAlias : Ethernet0
InterfaceIndex : 7
NetworkCategory : Public
IPv4Connectivity : Internet
IPv6Connectivity : NoTraffic

Set-NetConnectionProfile -InterfaceIndex 7 -NetworkCategory Private