Windowsがネットワークからコンピューターをソフト切断できるようにする

Windows 10コンピューターに特定のネットワークインターフェイスの使用を停止するようにアプリケーションに通知させるための動きとして、新しいグループポリシー(Group Policy)設定が追加されました。これは、Windowsがネットワークからコンピューターをソフト切断できるようにする(Enable Windows to soft-disconnect a computer from a network)という名前でした。この設定は、 Windowsがネットワークに接続されていないことを検出したときに、Windowsがコンピューターをネットワークから切断する方法を決定します。(Windows)したがって、Windows 10でこの設定を有効または無効にすることに関心がある場合は、この投稿が役立ちます。

Windowsがネットワークからコンピューターをソフト切断できるようにする(Soft Disconnect)

設定を有効にすると、Windowsはコンピューターをネットワークからソフト切断しますが、すぐにまたは突然ではありません。これとは対照的に、設定が無効になっている場合、WindowsはコンピューターまたはPCをネットワークからすぐに切断します。Windows 10でコンピューターをネットワークからソフト切断する(Soft Disconnect a computer from a Network)ように構成するには、次の2つの方法があります。

  1. レジストリ設定の調整
  2. グループポリシー設定の変更

(Please)設定が構成されていない場合、デフォルトの動作はソフト切断であることに注意してください。

1]レジストリ設定の調整

Press Win+Rを組み合わせて押すと、[実行]ダイアログボックスが表示されます。

ボックスの空のフィールドに「regedit」と入力し、「Enter」キーを押します。

レジストリエディタ(Registry Editor)が開いたら、次のパスアドレスに移動します–

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WcmSvc\GroupPolicy

そのようなエントリを見つけた場合は、それを作成します。

次に、新しい32ビットDWORDSoftDisconnectConnectionsを作成し、その値を次のように構成します。

  • 0=ソフト切断を無効にする
  • 1=ソフト切断を有効にする

Windowsがネットワークからコンピューターをソフト切断できるようにする

SoftDisconnectConnections値を削除することを選択するだけで、システムのデフォルトに戻すことができます。

完了したら、レジストリエディタ(Registry Editor)を閉じてコンピュータを再起動し、変更を有効にします。

2]グループポリシー(Group Policy)設定の変更

Press Win+Rを組み合わせて押すと、[実行(Run)]ダイアログボックスが表示されます。

ボックスの空のフィールドに「gpedit.msc」と入力し、「Enter」キーを押します

これで、ローカルグループポリシーエディターアプリが開いたとき、または(Local Group Policy)管理(Administrator)者を除くすべてのユーザー、または特定のユーザーに対してアプリを起動します。

次に、次のフォルダに移動します。

Computer Configuration > Administrative Templates > Network > Windows Connection Manager.

右ペインに切り替えて、[ Windowsがネットワークからコンピューターをソフト切断できるようにする(Enable Windows to soft-disconnect a computer from a network)]オプションをダブルクリックします。

Windowsがネットワークからコンピューターをソフト切断できるようにする

This policy setting determines whether Windows will soft-disconnect a computer from a network.

If this policy setting is enabled or not configured, Windows will soft-disconnect a computer from a network when it determines that the computer should no longer be connected to a network.

If this policy setting is disabled, Windows will disconnect a computer from a network immediately when it determines that the computer should no longer be connected to a network.

When soft disconnect is enabled:

  • When Windows decides that the computer should no longer be connected to a network, it waits for traffic to settle on that network. The existing TCP session will continue uninterrupted.
  • Windows then checks the traffic level on the network periodically. If the traffic level is above a certain threshold, no further action is taken. The computer stays connected to the network and continues to use it. For example, if the network connection is currently being used to download files from the Internet, the files will continue to be downloaded using that network connection.
  • When the network traffic drops below this threshold, the computer will be disconnected from the network. Apps that keep a network connection active even when they’re not actively using it (for example, email apps) might lose their connection. If this happens, these apps should re-establish their connection over a different network.

This policy setting depends on other group policy settings. For example, if ‘Minimize the number of simultaneous connections to the Internet or a Windows Domain’ is disabled, Windows will not disconnect from any networks.

この機能を無効にするには、ポリシーを「無効(Disabled)」に設定します。

未構成のままにするか、「有効(Enabled)」に設定することもできます。

That’s all!



About the author

私はソフトウェア エンジニアであり、Windows 10 の専門家です。スマートフォン、Windows 10、および Microsoft Edge で 2 年以上の経験があります。私の主な焦点は、デバイスの動作をより良く、より速くすることです。Verizon、IMac、HP、Comcast など、さまざまな企業のさまざまなプロジェクトに携わってきました。また、Microsoft Azure クラウド トレーニングの認定インストラクターでもあります。



Related posts