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 Check Internet Connectivity using CMD

In CMD (Command Prompt), the ping command is used to test the internet connectivity or short distance connectivity between two devices on a network. The ping command sends a small packet of data to a destination IP address and waits for a response. The response time and success or failure of the ping can help diagnose network connectivity issues. The syntax for the ping command is as follows:

ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS] [-r count] [-s count] [-w timeout] target_name

Where:

  • -t: Sends a continuous ping until stopped by pressing Ctrl+C.
  • -a: Resolves IP addresses to host names.
  • -n count: Specifies the number of ping packets to send.
  • -l size: Specifies the size of the ping packet in bytes.
  • -f: Sets the "Do not fragment" flag in the ping packet.
  • -i TTL: Sets the Time-to-Live (TTL) value in the ping packet.
  • -v TOS: Sets the Type-of-Service (TOS) value in the ping packet.
  • -r count: Records the route of the ping packet and displays the number of hops.
  • -s count: Sets the timestamp in the ping packet to count.
  • -w timeout: Specifies the timeout in milliseconds for each ping packet.
  • target_name: Specifies the IP address or host name of the destination device.

Here are some examples of how to use the ping command:


1. To ping a device on the network by its IP address, type: ping 192.168.31.1

How To ping a device on the network by its IP address, type: ping 192.168.31.1

2. To ping a device on the network by its host name, google, for example, type: ping www.google.com

How To ping a device on the network by its host name, google, for example, type: ping www.google.com


3. To specify the size of the ping packet, type: ping -l 1000 www.google.com

How To specify the size of the ping packet, type: ping -l 1000 www.google.com

Note that some networks and devices may block or ignore ping packets, which can cause incomplete or inaccurate results. Additionally, some options with the ping command may require administrative privileges.

 

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