Windows10でディスクエラーチェックを実行する4つの方法
Windows 10でディスクエラーチェックを実行する4つの方法: (4 Ways to Run Disk Error Checking in Windows 10: )ディスクエラー(Disk Error)チェックを実行すると、不良セクタ、不適切なシャットダウン、ハードディスクの破損または損傷などが原因でドライブにパフォーマンスの問題やドライブエラーが発生しないことが確認されます。ディスク(Disk)エラーチェックは、ハードドライブのエラーをチェックするチェックディスク(Check Disk)(Chkdsk )に他なりません。(Chkdsk)ここで、Windows 10で(Windows 10)ディスクチェック(Disk Check)を実行するさまざまな方法があります。今日このチュートリアルでは、Windows10でディスクエラーチェックを実行する4つの(Windows 10)方法(Run Disk Error Checking)を見(Ways)ていきます。
Windows10でディスクエラーチェック(Run Disk Error Checking)を実行する4つの方法(Ways)
何か問題が発生した場合に備えて、必ず 復元ポイントを作成してください。(create a restore point)
方法1:ドライブツールを使用してWindows10でディスクエラーチェックを実行する(Method 1: Run Disk Error Checking in Windows 10 using Drive Tools)
1.WindowsWindows Key + Eファイルエクスプローラー(File Explorer)を開き、「このPC(This PC) 」に移動します。
2.エラーチェック( run the error checking)を実行するドライブを右クリックして、 [プロパティ]を選択します。(Properties.)
3. [ツール]タブ(Tools tab)に切り替えて、[エラーチェック]の下の[チェック(Check)]ボタンをクリックします。
4.これで、ドライブをスキャンまたはドライブを修復(Repair)できます(エラーが見つかった場合)。
5. [ドライブのスキャン(Scan drive)]をクリックした後、ドライブのエラーをスキャンするのに少し時間がかかります。
注:(Note:)ディスクエラーチェック(Disk Error Checking)の実行中は、PCをアイドル状態のままにしておくことをお勧めします。
5.スキャンが終了したら、[詳細を表示(Show details)]リンクをクリックして、イベントビューアでChkdskスキャンの結果を確認できます。(see the Chkdsk scan results in Event Viewer.)
6.終了したら[閉じる]をクリックして、イベントビューア(Event Viewer)を閉じます。
方法2:コマンドプロンプトを使用してWindows10でディスクエラーチェックを実行する(Method 2: Run Disk Error Checking in Windows 10 using Command Prompt)
1.Windowsキー+Xを押してから、コマンドプロンプト(管理者)を選択します。( Command Prompt (Admin).)
2.次のコマンドをcmdに入力し、 Enterキー(Enter)を押します。
chkdsk C: /f /r /x
注:(Note:) C:を、CheckDisk(Replace C)を(Check Disk)実行するドライブ文字に置き換えます。また、上記のコマンドC:は、チェックディスクを実行するドライブです。/fは、ドライブに関連するエラーを修正する権限をchkdskに与えるフラグを表し、/ rは、chkdskに不良セクタを検索してリカバリを実行させます。 / xは、プロセスを開始する前にドライブをマウント解除するようにチェックディスクに指示します。
3. /fや/rなどのスイッチ(Switches)に置き換えることもできます。スイッチの詳細については、次のコマンドをcmdに入力し、 Enterキー(Enter)を押してください。
CHKDSK /?
4.コマンドがディスクのエラーチェックを終了するのを待ってから、PCを再起動します。
方法3:セキュリティとメンテナンスを使用してWindows10でディスクエラーチェックを実行する(Method 3: Run Disk Error Checking in Windows 10 using Security and Maintenance)
1. Windows Searchに「 security 」と入力し、検索結果から[ SecurityandMaintenance ]をクリックします。
2. [メンテナンス(Maintenance)]を展開し、[ドライブの状態]でドライブ(Drive)の現在の状態を確認します。(see the current health of your drives.)
3.ハードディスクドライブに問題が見つかった場合は、ドライブをスキャンするオプションが表示されます。(scan the drive.)
4. [スキャン]をクリックしてディスクエラーチェック(Scan to run disk error checking)を実行し、スキャンが完了するまで実行します。
5. PCを再起動して、変更を保存します。
方法4:PowerShellを使用してWindows10でディスクエラーチェックを実行する(Method 4: Run Disk Error Checking in Windows 10 using PowerShell)
1. Windows Search(Windows Search)にpowershellと入力(powershell)し、検索結果からPowerShellを右クリックして、[管理者として実行]を選択します。(Run as Administrator.)
2.次に、 PowerShell(PowerShell)に次のコマンドのいずれかを入力し、 Enterキー(Enter)を押します。
To scan and repair the drive (equivalent to chkdsk): Repair-Volume -DriveLetter drive_letter To scan the volume offline and fix any errors found (equivalent to chkdsk /f): Repair-Volume -DriveLetter drive_letter -OfflineScanAndFix To scan the volume without attempting to repair it (equivalent to chkdsk /scan): Repair-Volume -DriveLetter drive_letter -Scan To take the volume briefly offline and then fixes only issues that are logged in the $corrupt file (equivalent to chkdsk /spotfix): Repair-Volume -DriveLetter drive_letter -SpotFix
注:(Note:)上記のコマンドの「drive_letter」を、必要な実際のドライブ文字に置き換えてください。
3. PowerShellを閉じて、PCを再起動して変更を保存します。
おすすめされた:(Recommended:)
- Windows10でChkdskのイベントビューアログを読む(Read Event Viewer Log for Chkdsk in Windows 10)
- Windows10でアプリによるカメラへのアクセスを許可または拒否する(Allow or Deny Apps Access to Camera in Windows 10)
- Windows10でモニターの表示色を調整する方法(How to Calibrate your Monitor Display Color in Windows 10)
- Windows10でCapsLockキーを有効または無効にする(Enable or Disable Caps Lock Key in Windows 10)
これで、Windows 10でディスクエラーチェックを実行する方法を(How to Run Disk Error Checking in Windows 10)正常に学習できましたが、この投稿に関してまだ質問がある場合は、コメントのセクションで遠慮なく質問してください。
Related posts
Fix Steam Corrupt Disk Error Windows 10
ディスクがWindows10でMBRまたはGPTパーティションを使用しているかどうかを確認する3つの方法
Windows10でiaStorA.sysBSODエラーを修正する7つの方法
Windows 10の3 WaysからIncrease Dedicated VRAMへ
キルA ProcessでWindows 10に3 Ways
ゲームのためのWindows 10を最適化するための18 Ways
Fix Critical Structure Corruption Error Windows 10
Windows 10で開くElevated Windows PowerShellに7 Ways
5 Ways Fix High Windows 10
Windows 10でTrustedInstallerによってDelete Files Protectedに3 Ways
Windows 10にFix Media Disconnected Error
Add or Remove Words Spell Checking DictionaryのWindows 10
3 Ways Windows 10がアクティブ化されているかどうかを確認します
Windows 10の2 Ways~Map Network Drive
Windows 10のAdd Album ArtからMP3への3 Ways
Windows 10の6 WaysからAccess BIOS(Dell/Asus/ HP)
5 Ways Windows 10でElevated Command Promptを開く
Windows 10でClipboard Historyをクリアするための4 Ways
5 Ways ScreenをWindows 10に分割する
Fix Entry Point Windows 10のFound Errorではありません