AFKを実行すると、電源プランモニタの電源がオフになってからすぐにスタンバイになります。
イベントログを確認したところ、Windowsのトラブルシューティングツールの実行や電源プロファイルのリセットなど、何も表示されませんでした。
これは、Steam、Adobe、Crashplan、およびいくつかの小さな雑多なアプリケーションがインストールされたWindows 10 Pro(2018年1月)の新規インストールです。
1つの役に立つフォーラム投稿はこれを解決策として示しています。
powercfg -requests
powercfg -requestsoverride driver “put driver name here” display
それを見ると、それはいくつかのVB-AudioドライバとRealtekドライバが責任を負うかもしれないように思えた。 (下記出力)。
VB-Audioに関連する.infファイルの名前は以下の通りです:
get-windowsdriver -online -all | out-string -stream | sls VB-Audio -Context 5,2
コマンドライン出力:
PS C:\Windows\system32> powercfg -requests
DISPLAY:
None.
SYSTEM:
[DRIVER] VB-Audio Virtual Cable (ROOT\MEDIA\0000)
An audio stream is currently in use.
[DRIVER] VB-Audio Cable A (ROOT\MEDIA\0001)
An audio stream is currently in use.
[DRIVER] Realtek High Definition Audio (HDAUDIO\FUNC_01&VEN_10EC&DEV_0900&SUBSYS_18491151&REV_1000\4&37605d4d&0&0001)
An audio stream is currently in use.
[DRIVER] Legacy Kernel Caller
PS C:\Windows\system32> get-windowsdriver -online -all | out-string -stream | sls VB-Audio -Context 5,3
Driver : oem13.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\vbmmecable64_win7.inf_amd64_ffa78ae84c13ca8c\vbmmecable64_win7.inf
Inbox : False
ClassName : MEDIA
BootCritical : False
> ProviderName : VB-Audio Software
Date : 02/09/2014 00:00:00
Version : 1.0.3.5
Driver : oem14.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\vbmmecablea64_win7.inf_amd64_53772ecb56efb5ec\vbmmecablea64_win7.inf
Inbox : False
ClassName : MEDIA
BootCritical : False
> ProviderName : VB-Audio Software
Date : 19/10/2015 00:00:00
Version : 1.0.3.5
Driver : oem15.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\vbvmvaio64_win7.inf_amd64_98635c590be27e38\vbvmvaio64_win7.inf
Inbox : False
ClassName : MEDIA
BootCritical : False
> ProviderName : VB-Audio Software
Date : 21/04/2014 00:00:00
Version : 1.0.3.5
Driver : oem16.inf
OriginalFileName : C:\Windows\System32\DriverStore\FileRepository\vbvmauxvaio64_win7.inf_amd64_eefc9c140807b56b\vbvmauxvaio64_win7.inf
Inbox : False
ClassName : MEDIA
BootCritical : False
> ProviderName : VB-Audio Software
Date : 21/04/2014 00:00:00
Version : 1.0.3.5
今、私は「ここにドライバ名を入れる」に何を入れるべきかを考え出す必要がありますが、powercfgコマンドレットに入れるのに何が適切かわからないのです。私はrealtekドライバのために "oem22.inf"を試してみました。例えば、エラーは発生しませんでしたが、状況は改善されていませんし、それが正しい "ドライバ名"であることさえわかりません。
編集1
以下のエラーセクションのエントリ、powecfgレポートを実行しました。
System Availability Requests:System Required Request
The device or driver has made a request to prevent the system from automatically entering sleep.
Requesting Driver Instance ROOT\MEDIA\0000
Requesting Driver Device VB-Audio Virtual Cable
System Availability Requests:System Required Request
The device or driver has made a request to prevent the system from automatically entering sleep.
Requesting Driver Instance ROOT\MEDIA\0001
Requesting Driver Device VB-Audio Cable A
System Availability Requests:System Required Request
The device or driver has made a request to prevent the system from automatically entering sleep.
Requesting Driver Instance HDAUDIO\FUNC_01&VEN_10EC&DEV_0900&SUBSYS_18491151&REV_1000\4&37605d4d&0&0001
Requesting Driver Device Realtek High Definition Audio
System Availability Requests:System Required Request
The device or driver has made a request to prevent the system from automatically entering sleep.
Driver Name \FileSystem\srvnet
System Availability Requests:System Required Request
A kernel component has made a request to prevent the system from automatically entering sleep.
すべてのエントリはpowercfg要求から見たものと一致しますが、表示レベルではなく、スリープを防いでいるように見えますか?
私はこれを診断して解決するための正しい野球場にいますか、そして誰もがpowercfg -requestsoverrideの中の "Driver Name"が何であるべきかを正確に知っていますか?
編集2
気まぐれに私は自分のセカンドモニタを外すことにしました、そして私の驚いたことにスタンバイは正しく作動しました。モニター(Dell U2413)を再接続しましたが、ハブを接続しませんでした。スタンバイは両方のモニターで機能します。
その時点では、ハブには空のカードリーダーしか接続されておらず、ハブもカードリーダーも[このデバイスでコンピュータの起動を許可する]が有効になっていなかった(上記の診断にも表示されません)モニターをスタンバイ状態にするマシンの能力を犠牲にすることなく、ハブに接続できますか。