ホームページ > 記事 > システムチュートリアル > Windows 11:エラーコード0xc0000001を修正する方法
Windows 11 には、かなりのエラーと BSOD があります。ただし、PC の起動直後にエラー コード 0xc0000001 が表示される場合は、次のいずれかの理由が考えられます。
Windows 11 には、PC が正常に動作しない場合 (エラー コード 0xc0000001 など) を解決するためのさまざまなツール (スタートアップ修復など) を提供する Windows 回復環境 (WinRE) が組み込まれています。アクセス方法は次のとおりです:
ステップ 1: 電源ボタンを押して PC の電源を切り、数秒待ってから再び電源を入れます。 Windows 回復環境が表示されるまで、このプロセスを数回繰り返します。
ステップ 2: トラブルシューティング をクリックして詳細オプションを表示します。
ステップ 3: 次に、詳細オプションを選択します。
ステップ 4: スタートアップ修復 オプションをクリックして起動します。 PC をスキャンして問題がないか確認し、必要な修正を適用します。
マスター ブート レコード (MBR) ファイルが破損している場合、Windows 11 PC は正しく起動できません。 Windows 回復環境でコマンド プロンプト アプリを使用して修復します。
ステップ 1: Windows 回復環境を開き (上記の手順を確認してください)、トラブルシューティング を選択します。
ステップ 2: 詳細オプションをクリックします。
ステップ 3: コマンド プロンプト を選択して、高度なトラブルシューティングを起動します。
ステップ 4: 次のコマンドを入力し、Enter キーを押して順番に実行します。
bootrec /fixmbr<br>bootrec /fixboot<br>bootrec /scanos<br>bootrec /rebuildbcd
ステップ 5: コマンド プロンプト ウィンドウを閉じ、PC を再起動します。
MBR ファイルの破損以外にも、プライマリ ストレージ デバイスに破損や不良セクタなどの問題がある場合、エラー コード 0xc0000001 が表示されることがあります。これらを修正するには、内蔵のチェック ディスク ユーティリティを実行して、オペレーティング システムを適切にロードします。
ステップ 1: Windows 回復環境を起動し、トラブルシューティング をクリックします。
ステップ 2: 詳細オプションを選択し、コマンド プロンプトをクリックします。
Step 3: Type C: in the console and press Enter to navigate to your system’s C drive.
Step 4: Next, type the following command to initiate a Check Disk scan:
chkdsk /f /r
Step 5: Type y when prompted in the console to start it. Once completed, close the window and restart your PC.
If fixing the Master Boot Record and running the Check Disk scan doesn’t resolve the issue, use the System Restore utility in the Windows Recovery Environment to restore your PC to a previous working state.
Step 1: Open Advanced options in the Windows Recovery Environment (check the above steps), and select System Restore.
Step 2: Click Next, select the most recent system restore point, and follow the on-screen instructions to restore your Windows 11 system.
Lastly, if nothing works, reset your Windows 11 PC to fix the 0xc0000001 error and restore its normal functioning.
Step 1: Open the Windows Recovery Environment and select Troubleshoot.
Step 2: Click Reset this PC.
Step 3: Select Keep my files to preserve personal files in the C drive.
Step 4: Finally, click Local reinstall and follow the on-screen instructions to reset your PC.
以上がWindows 11:エラーコード0xc0000001を修正する方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。