Step 2: Select Troubleshoot from the options provided

Data used to track, manage, and optimize resources.
Post Reply
Rina7RS
Posts: 675
Joined: Mon Dec 23, 2024 3:42 am

Step 2: Select Troubleshoot from the options provided

Post by Rina7RS »

Step 1: Launch Windows Recovery Environment on your device.


Proceed to Troubleshooting 2.

Step 3: Go to Advanced Options.

Select Advanced Options 2.

Step 4: Select Command Prompt.

Select Command Prompt

Step 5: Type the following command and press Enter.

chkdsk C: f r x
Type the check disk command and press Enter.

Now your device will start scanning the bad sectors kazakhstan telegram data on your hard drive and try to recover them.

Code Explanation
Here's what the code above means:

chkdsk: This is the actual command that checks the disk.
C: This specifies the drive you want to check - in this case, drive C.
f: Tells chkdsk to fix any errors it finds in the file system.
r: This tells chkdsk to scan for bad sectors on the physical disk and attempt to recover readable information from them. This also implies the use of the f parameter to check the file system.
x: Forces the volume disk to be unmounted before chkdsk runs. This may be necessary if other programs are using the disk.
Method 8: Rebuild BCD manually
To boot smoothly, your computer uses a Boot Configuration Data BCD file. This file acts as a roadmap, telling the system where to find important boot information and setting the boot order.
Post Reply