Forgot bit locker pin, forgot bit locker recovery key, 5 Easy ways to fix

Image
 Did you forgot your bit locker pin and recovery key. Try these methods, I hop it help you. 1. When you see this screen, Press "Esc" key in your keyboard for more recovery option. It will say preparing BitLocker recovery, You will see the screen bellow in few minute. Here we will click on "Skip the drive", You will see the screen bellow. Here you need to Turn off your PC, and then enter the BIOS of your PC. In order to enter BIOS, check for your PC brand and model and search on google, how to enter BIOS for your particular brand and model of your PC. Search for "Secure Boot" Enable it and check it, if it works for you. If it do not work, come back to same place and Disable "Secure Boot" and try again, see if it work for you. 2. If the above method do not work for you, try resetting your PC, You can choose any of the two option for resetting your PC, "Keep my files" or "Remove everything" whichever works for you. 3. If the abov...

How to Clear Unnecessary Empty Data Blocks from System using CMD

In CMD (Command Prompt), the "defrag" command is used to defragment a hard drive. Defragmentation is the process of reorganizing the files on a hard drive so that they are stored in contiguous blocks. This can improve the performance of the hard drive by reducing the time it takes to read and write data.

The syntax for the "defrag" command is: defrag [volume] [/a] [/h] [/m] [/u] [/v]

Where "volume" is the drive letter or mount point of the volume you want to defragment, and the optional parameters are:

  • /a: Analyze the volume and display a summary of the fragmentation levels
  • /h: Run the defragmentation operation at a higher priority
  • /m: Defragment multiple volumes simultaneously
  • /u: Print the progress of the operation on the screen
  • /v: Verbose output that displays detailed information about the defragmentation process

For example, to defragment the C drive and display progress on the screen, you can use the following command: defrag C:

How to defragment the C drive and display progress on the screen, you can use the following command: defrag C


This will defragment the C drive and display the progress of the operation on the screen. Note that defragmenting a hard drive can take a significant amount of time, depending on the size and fragmentation level of the drive.


Note that the "defrag" command is not available in newer versions of Windows, such as Windows 10, which uses a different defragmentation tool called "Optimize Drives".

Popular posts from this blog

Top international payment gateway transaction fee comparison (2024)

What is Python Syntax and how to use?

How to Manage Boot Configuration of Windows using CMD