0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Windows 11 で 一時 IPv6 アドレスを無効にする

0
Posted at

1. PCのプライバシー拡張機能を無効にする

  1. コマンドプロンプトを管理者として実行します

  2. 以下のコマンドを実行してプライバシー拡張機能を無効にします

    netsh interface ipv6 set privacy state=disabled
    
    • 実行後、「OK」と表示されれば成功

2. 一時アドレスの使用を停止

  1. コマンドプロンプトを管理者として実行します

  2. 以下のコマンドを実行してプライバシー拡張機能を無効にします

    netsh interface ipv6 set global randomizeidentifiers=disabled
    
    • 実行後、「OK」と表示されれば成功
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?