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 encrypt and decrypt files and folder using cmd

- use the following command in order to encrypt and decrypt files and folder using cmd.

- To encrypt type the command bellow and press enter.

cipher /E

- To decrypt type the command bellow and press enter.

cipher /D

Note: before you start, you can change directory in command prompt using cd command. If command prompt is like c:\>, then you can get inside folder where you want to use above commands, so type cd users to get inside user folder c:\users> and so on, type cd.. To get one step back in command prompt, let's say you are in c:\users>, if you type cd..you will get back to c:\> and so on

- You can also use /S, /I or /F after /E or /D above.

/S is for encrypting and decrypting all the folder, sub folders and files inside it selectively.

/I is for encrypting and decrypting even if any kinds of error occurs.

/F is for Force encryption and decryption.

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