差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
windows:tasks [2020/09/04 23:13] – [参考文献] ともやん | windows:tasks [2020/09/11 19:10] (現在) – ともやん | ||
---|---|---|---|
行 1: | 行 1: | ||
- | < | + | ~~CLOSETOC~~ |
- | < | + | |
- | #result pre, #mincode pre { | + | |
- | overflow: hidden; | + | |
- | font-size: 10px; | + | |
- | } | + | |
- | # | + | |
- | height: 250px; | + | |
- | overflow: scroll; | + | |
- | overflow-x: hidden; | + | |
- | font-size: 10px; | + | |
- | } | + | |
- | #mintbl table { | + | |
- | font-size: 12px; | + | |
- | } | + | |
- | .dokuwiki .plugin_wrap table { | + | |
- | width: auto; | + | |
- | } | + | |
- | #logo { | + | |
- | background-color: | + | |
- | padding: 10px; | + | |
- | width: fit-content; | + | |
- | } | + | |
- | #logo p { | + | |
- | margin: 0; | + | |
- | } | + | |
- | </ | + | |
- | </ | + | |
====== Windows タスク ====== | ====== Windows タスク ====== | ||
+ | Windows 10 では、ユーザーが便利で快適に Windows を利用できるように様々なサービスやプロセスが沢山自動で動いています。\\ | ||
+ | |||
+ | このページはそれらの役割を紹介する予定ですが、現在はそのような内容にはなっていません😅💦笑\\ | ||
+ | |||
+ | Windows が自動で行うタスクが、場合によっては高負荷に感じることがあるかもしれません。そのような時に参考になれば幸いです。\\ | ||
+ | |||
+ | {{windows: | ||
+ | Windows 10 Insider Previews の WSL2 ではこんな珍しい現象も起こることがあるようです。😅💦💦💦\\ | ||
+ | 101匹の未接続な Hyper-V Virtual Ethernet Adapter と #102 個目が Up しています。\\ | ||
+ | |||
+ | これが直接の原因なのか特定はできていませんが、ネットワーク系のサービスが非常に高負荷になりました。\\ | ||
+ | |||
+ | これらで起きる現象をねじ伏せて、以下のようなPCの高負荷から抜けた状態で改善を待ちます。\\ | ||
{{windows: | {{windows: | ||
行 37: | 行 23: | ||
Modern Setup Host が動作して CPU 使用率が高めな場合は...\\ | Modern Setup Host が動作して CPU 使用率が高めな場合は...\\ | ||
- | Windows Update が進行中である。\\ | + | Windows Update が進行中である。つまり、特に問題はない。\\ |
{{windows: | {{windows: | ||
行 51: | 行 37: | ||
C: | C: | ||
</ | </ | ||
+ | {{windows: | ||
===== プロセス: | ===== プロセス: | ||
行 119: | 行 106: | ||
</ | </ | ||
{{windows: | {{windows: | ||
+ | |||
+ | ===== プロセス: | ||
+ | < | ||
+ | C: | ||
+ | </ | ||
+ | |||
+ | ===== プロセス: | ||
+ | < | ||
+ | C: | ||
+ | </ | ||
===== 地球を温暖化しているサービスを問答無用で停止してみる ===== | ===== 地球を温暖化しているサービスを問答無用で停止してみる ===== | ||
行 241: | 行 238: | ||
<WRAP prewrap 100% # | <WRAP prewrap 100% # | ||
< | < | ||
- | $ sudo sc config " | + | $ sudo sc config " |
[SC] ChangeServiceConfig SUCCESS | [SC] ChangeServiceConfig SUCCESS | ||
- | $ sudo sc config " | + | $ sudo sc config " |
[SC] ChangeServiceConfig SUCCESS | [SC] ChangeServiceConfig SUCCESS | ||
- | $ sudo sc config " | + | $ sudo sc config " |
[SC] ChangeServiceConfig SUCCESS | [SC] ChangeServiceConfig SUCCESS | ||
- | $ sudo sc config " | + | $ sudo sc config " |
[SC] ChangeServiceConfig SUCCESS | [SC] ChangeServiceConfig SUCCESS | ||
- | $ sudo sc config " | + | $ sudo sc config " |
[SC] ChangeServiceConfig SUCCESS | [SC] ChangeServiceConfig SUCCESS | ||
- | $ sudo sc config " | + | $ sudo sc config " |
[SC] ChangeServiceConfig SUCCESS | [SC] ChangeServiceConfig SUCCESS | ||
- | $ sudo sc config " | + | $ sudo sc config " |
[SC] ChangeServiceConfig SUCCESS | [SC] ChangeServiceConfig SUCCESS | ||
- | $ sudo sc config " | + | $ sudo sc config " |
[SC] ChangeServiceConfig SUCCESS | [SC] ChangeServiceConfig SUCCESS | ||
</ | </ | ||
行 273: | 行 270: | ||
WiFi の SSID も利用できるネットワークの表示の接続インジケータも何も表示されない。\\ | WiFi の SSID も利用できるネットワークの表示の接続インジケータも何も表示されない。\\ | ||
{{windows: | {{windows: | ||
+ | WiFi が GUI から操作できない場合は、PowerShell で以下のコマンドを実行すると WiFi ネットワークを操作できる。\\ | ||
+ | <WRAP prewrap 100%> | ||
+ | <code powershell> | ||
+ | $ netsh wlan show networks | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP prewrap 100% #result> | ||
+ | <code powershell> | ||
+ | |||
+ | インターフェイス名 : Wi-Fi | ||
+ | 現在 2 のネットワークが表示されています。 | ||
+ | |||
+ | SSID 1 : Orange_24G | ||
+ | ネットワークの種類 | ||
+ | 認証 | ||
+ | 暗号化 | ||
+ | |||
+ | SSID 2 : TomoyanWRT-GL24G | ||
+ | ネットワークの種類 | ||
+ | 認証 | ||
+ | 暗号化 | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | 接続を **Orange_24G** に切り替える場合。\\ | ||
+ | <WRAP prewrap 100%> | ||
+ | <code powershell> | ||
+ | $ netsh wlan connect Orange_24G | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP prewrap 100% #result> | ||
+ | <code powershell> | ||
+ | 接続要求が正常に完了しました。 | ||
+ | </ | ||
+ | </ | ||
Windows Update が正常動作しない。\\ | Windows Update が正常動作しない。\\ | ||
行 279: | 行 311: | ||
フィードバック Hub がオフラインで使えない。\\ | フィードバック Hub がオフラインで使えない。\\ | ||
{{windows: | {{windows: | ||
+ | |||
+ | ==== PowerShell で vEthernet のレジストリを削除してみる ==== | ||
+ | ※何が起こるかわかりません!😅💦💦💦\\ | ||
+ | 何も起きませんでした。Windows 10 ではレジストリを削除しても再起動すると復活します。\\ | ||
+ | <WRAP prewrap 100%> | ||
+ | <code powershell> | ||
+ | $ sudo pwsh -c ' | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP prewrap 100% # | ||
+ | <code powershell> | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #63 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #31 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #77 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #52 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #67 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #57 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #27 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #78 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #41 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #13 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #42 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #8 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #87 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #92 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #32 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #56 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #93 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #10 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #4 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #12 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #21 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #79 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #15 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #25 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #55 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #76 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #47 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #33 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #69 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #2 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #34 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #44 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #71 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #19 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #16 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #86 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #49 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #48 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #17 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #3 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #80 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #73 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #14 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #36 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #81 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #26 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #6 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #5 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #82 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #45 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #30 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #46 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #9 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #43 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #29 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #54 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #94 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #28 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #50 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #66 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #61 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #51 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #38 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #88 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #72 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #40 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #58 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #53 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #22 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #35 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #74 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #65 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #37 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #75 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #84 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #90 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #62 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #11 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #91 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #23 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #85 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #68 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #60 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #70 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #24 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #59 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #64 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #20 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #89 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #83 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #7 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #18 | ||
+ | Deleting: Hyper-V Virtual Ethernet Adapter #39 | ||
+ | </ | ||
+ | </ | ||
===== 参考文献 ===== | ===== 参考文献 ===== | ||
行 285: | 行 424: | ||
[[https:// | [[https:// | ||
[[https:// | [[https:// | ||
+ | [[https:// | ||