windows:whats_new_in_windows_10_insider

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
windows:whats_new_in_windows_10_insider [2021/03/14 05:57] – [Windows 10 Insider 新機能] ともやんwindows:whats_new_in_windows_10_insider [2022/06/03 14:47] (現在) – [参考文献] ともやん
行 2: 行 2:
 最新の情報は **Windows Insider Blog** で確認できます🤤\\ 最新の情報は **Windows Insider Blog** で確認できます🤤\\
 [[https://blogs.windows.com/windows-insider/|Home | Windows Insider Blog]]\\ [[https://blogs.windows.com/windows-insider/|Home | Windows Insider Blog]]\\
 +
 +===== Windows 10 Insider build 21390 =====
 +2021/05/26 - [[https://blogs.windows.com/windows-insider/2021/05/26/announcing-windows-10-insider-preview-build-21390/|Announcing Windows 10 Insider Preview Build 21390 | Windows Insider Blog]]\\
 +Fluent アイコンデザインになった。\\
 +{{windows:windows_10_insider_build_21390_001.png?800|build 21390 Fluent icons}}\\
 +
 +システム日付が **3209/08/07** になるバグがあるようで、以前からずっと引きずっている\\
 +{{windows:windows_10_insider_previews_time_error_build21390_001.jpg?242|build 21390 date is changing to August 3209}}\\
 +みんな、ウイルスでは❓とか、BIOS 日付は問題ないとか、再起動の度に3209年にリセットされる、私も同じ症状だなどと言っている。\\
 +いつになったら治るんですかねぇ🤔\\
 +[[https://techcommunity.microsoft.com/t5/windows-insider-program/my-windows-date-is-changing-to-august-3209-somewhat-often/m-p/2192051|My windows date is changing to August 3209, somewhat often - Microsoft Tech Community]]\\
 +
 +システム日付を NTP と同期し直す。\\
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo W32tm /resync /force
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +再同期コマンドをローカル コンピューターに送信しています
 +次のエラーが発生しました。 RPC サーバーを利用できません。 (0x800706BA)
 +</code>
 +</WRAP>
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo W32tm /resync /force
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +次のエラーが発生しました。 そのサービスを開始できませんでした。 (0x80070426)
 +</code>
 +</WRAP>
 +
 +**Windows Time** サービスが停止している。\\
 +<WRAP prewrap 100%>
 +<code>
 +$ sc query W32Time
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +
 +SERVICE_NAME: W32Time
 +        TYPE               : 30  WIN32
 +        STATE              : 1  STOPPED
 +        WIN32_EXIT_CODE    : 0  (0x0)
 +        SERVICE_EXIT_CODE  : 0  (0x0)
 +        CHECKPOINT         : 0x0
 +        WAIT_HINT          : 0x0
 +</code>
 +</WRAP>
 +
 +**Windows Time** サービスを開始する。\\
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo sc start W32Time
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +
 +SERVICE_NAME: W32Time
 +        TYPE               : 30  WIN32
 +        STATE              : 2  START_PENDING
 +                                (NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN)
 +        WIN32_EXIT_CODE    : 0  (0x0)
 +        SERVICE_EXIT_CODE  : 0  (0x0)
 +        CHECKPOINT         : 0x0
 +        WAIT_HINT          : 0x7d0
 +        PID                : 15128
 +        FLAGS              :
 +</code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code>
 +$ sc query W32Time
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +
 +SERVICE_NAME: W32Time
 +        TYPE               : 30  WIN32
 +        STATE              : 4  RUNNING
 +                                (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
 +        WIN32_EXIT_CODE    : 0  (0x0)
 +        SERVICE_EXIT_CODE  : 0  (0x0)
 +        CHECKPOINT         : 0x0
 +        WAIT_HINT          : 0x0
 +</code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo W32tm /query /status
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +閏インジケーター: 3 (同期未実行)
 +階層: 0 (未指定)
 +精度: -23 (ティックごとに 119.209ns)
 +ルート遅延: 0.0000000s
 +ルート分散: 0.0000000s
 +参照 ID: 0x00000000 (未指定)
 +最終正常同期時刻: 未指定
 +ソース: Local CMOS Clock
 +ポーリング間隔: 10 (1024s)
 +</code>
 +</WRAP>
 +
 +NTP と強制同期する。\\
 +<WRAP prewrap 100%>
 +<code>
 +$ sudo W32tm /resync /force
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +再同期コマンドをローカル コンピューターに送信しています
 +コマンドは正しく完了しました。
 +</code>
 +</WRAP>
 +
 +<WRAP prewrap 100%>
 +<code>
 +$ W32tm /query /status
 +</code>
 +</WRAP>
 +<WRAP prewrap 100% #result>
 +<code>
 +閏インジケーター: 0 (警告なし)
 +階層: 4 (二次参照 - (S)NTP で同期)
 +精度: -23 (ティックごとに 119.209ns)
 +ルート遅延: 0.0595855s
 +ルート分散: 8.5733192s
 +参照 ID: 0x142B5EC7 (ソース IP:  20.43.94.199)
 +最終正常同期時刻: 2021/05/28 13:44:05
 +ソース: time.windows.com,0x9
 +ポーリング間隔: 10 (1024s)
 +</code>
 +</WRAP>
 +
 +システムを再起動してみる。\\
 +<code>
 +$ sudo sc config W32Time start=auto
 +[SC] ChangeServiceConfig SUCCESS
 +$ sc query W32Time
 +
 +SERVICE_NAME: W32Time
 +        TYPE               : 30  WIN32
 +        STATE              : 4  RUNNING
 +                                (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
 +        WIN32_EXIT_CODE    : 0  (0x0)
 +        SERVICE_EXIT_CODE  : 0  (0x0)
 +        CHECKPOINT         : 0x0
 +        WAIT_HINT          : 0x0
 +</code>
 +
 +==== 参考文献 ====
 +[[https://go-journey.club/archives/9491|【Windows】「ハードウェアクロック」と「システムクロック」と「NTP 時刻同期」の関係 | 100%レンタルサーバーを使いこなすサイト]]\\
 +[[https://techcommunity.microsoft.com/t5/windows-insider-program/my-windows-date-is-changing-to-august-3209-somewhat-often/m-p/2192051/page/2|My windows date is changing to August 3209, somewhat often]]\\
 +
 +==== 結局常用不能で Build 21322 に戻しました ====
 +[[tw>tomoyan596/status/1398037712054079488| 「今朝がたのWindows 10 Insider Update Build 21390でシステム全体のアイコンデザインが変わりました😅💦」 / Twitter]]\\
 +[[tw>tomoyan596/status/1398343348507738113| 「ブラウザで... 接続が中断されました ネットワークの変更が検出されました。 が多発しますねぇ。DNS Clientの負荷も高いような...🤔 やはり常用不能でShift+再起動で元のWindowsを復元します😒人柱2回目システム復元です😡」 / Twitter]]\\
 +[[tw>tomoyan596/status/1409181487929323520|世間はWindows 11の話題で熱いみたいですけど、Windows 10 Insider Previewsで時計タイムスリップ病にかかり3209年宇宙の旅へ行ってしまう問題は2021/06/10に「Windowsの機能」でHyper-Vを削除すると改善されてという報告が上がっていますねぇ🤔 試してみた方が良い❓🙄 / Twitter]]\\
 +[[tw>tomoyan596/status/1445055437120831494|Windows Insider 3209年宇宙の旅から帰還する方法です🥰Hyper-Vが3209年問題に関係しているのは、私も理解していましたがWSL2なども利用出来なくなるため、私は仮想化支援を無効にして対処するのを諦めました😅仮想化が使えなくても支障ない方はこの方法で乗り切ってくださいね🤤 / Twitter]]\\
 +
 +==== いつの間にか Build 21322 では WSL2 も Hyper-V も使えなくなってて😥 ====
 +<html><span style="font-size: 64px;color: red"><b>ムッキぃ~!!😡💢</b></span></html>
 +{{:windows:windows_10_insider_build_21322.png?266|Windows 10 InsiderBuild 21322}}\\
 +WSL2 は「データが無効です。」と言われて実行できないし、WSL1に変換すら出来ない😒\\
 +{{:windows:wsl2_invalid_data_001.png?326|WSL2 データが無効です}}\\
 +Hyper-V マネージャーはブロックされる😒\\
 +{{:windows:hyper-v_manager_blocked_001.png?400|Hyper-V マネージャー ブロック}}\\
 +
 +PowerShell より Hyper-V マネージャー を管理者実行する。\\
 +<code>
 +$ sudo mmc virtmgmt.msc
 +</code>
 +
 +Hyper-V の仮想マシンを実行しても「エラー 'データが無効です。(0x8007000D)」と言われる😒\\
 +{{:windows:hyper-v_invalid_data_001.png?600|Hyper-V データが無効です 0x8007000D}}\\
 +
 +[[tw>tomoyan596/status/1460542440876953602|今日はササッとスープカレーパスタ🍝にしよう🤔なんか久々にWSL2使おうと思ったら、WSLもHyper-Vも使えなくなってて、そろそろWindowsトラブル多過ぎだから捨ててFedoraに移行してKVMでWindowsしてた方が良いかなぁって🤔]]\\
 +<html><span style="font-size: 32px;"><b></html>
 +[[tw>tomoyan596/status/1460556425172713473|さようなら👋 💩Windows💩🤤 でも、メインマシンもWindowsだったり...😒 メインにバックアップする空きあるか見てこよぅ🤤 / Twitter]]\\
 +<html></b></span></html>
  
 ===== Windows 10 Insider build 19603 ===== ===== Windows 10 Insider build 19603 =====
 2020/04/08 - [[https://blogs.windows.com/windowsexperience/2020/04/08/announcing-windows-10-insider-preview-build-19603/|Announcing Windows 10 Insider Preview Build 19603 | Windows Experience Blog]]\\ 2020/04/08 - [[https://blogs.windows.com/windowsexperience/2020/04/08/announcing-windows-10-insider-preview-build-19603/|Announcing Windows 10 Insider Preview Build 19603 | Windows Experience Blog]]\\
 エクスプローラーの「Linux」ノードに WSL が統合される\\ エクスプローラーの「Linux」ノードに WSL が統合される\\
-{{:windows:windows_10_insider_build_19603_linux.png?100|build 19603 Linux}}\\+{{windows:windows_10_insider_build_19603_linux.png?100|build 19603 Linux}}\\
 エクスプローラーに **Linux** ペンギンが表示されるようになった。\\ エクスプローラーに **Linux** ペンギンが表示されるようになった。\\
-{{:windows:windows_10_insider_build_19603.png?800|build 19603}}\\+{{windows:windows_10_insider_build_19603.png?800|build 19603}}\\
  
  • windows/whats_new_in_windows_10_insider.1615669043.txt.gz
  • 最終更新: 2021/03/14 05:57
  • by ともやん