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 copy the files and folder in cmd

- Type the following command and press enter key

- copy the file from 1 folder to another folder in same drive

copy Original_location\filename.extension Newlocation\filename.extension

copy D:\cat\help.txt D:\sat\help.txt

Note: copy is command to copy, D:\cat\help.txt is original location of file in computer (inside d drive, inside cat folder, file name help.txt), D:\sat\help.txt is new location of file after copy (inside d drive, inside sat folder, file name help.txt).

- Even you can copy same file in same directory by changing file name or extension, see example bellow:

copy D:\show.txt D:\show.doc

- Let's say you have many folders and files inside 1 folder and you want to copy from 1 location to another location. Follow the command bellow and press enter.

xcopy /s /i D:\matE:\mat

Note: xcopy is command to copy, /s is to copy all the files and folder, /i will create a new folder if the destination folder doesn't exist and will copy all the files, D:\mat is the original location, E:\mat is the destination location.

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