Saturday 17 September 2022

How to Fix WiFi wireless adapter missing and WiFi not Connecting not wor...



In this video, you will see different way to fix the Wi-Fi issue with windows 10. 
Wi-Fi not working or not connecting to router or Hotspot is a common problem with Windows 10.
If the Wireless adapter missing or suddenly disappeared in windows 10/11 then you can fix the problem easily.
WiFi show it's connected but internet is now working.
Step to fix the WiFi Problem in Microsoft Windows 10.
How to Fix Internet not working in windows 10

 Some method to fix WiFi adaptor Problem
1. WiFi is disabled Check laptop Keyboard for WiFi Key.
2. check the airplane mode is ON turn it OFF
3. In Network connection Re-Enable WiFi Card.
4. Network Reset in internet setting.
5. Enable WWAN Autoconfigure, WLAN Autoconfigure, and other network services.
6. Run network trouble-shooter.
7. Run Windows Trouble shooter
8. Re-Install Network Driver
9. Check for LAN Setting Automatic detect setting - Proxy server.
10. Reset Internet Explorer setting to their default condition. 
11. Reset the Network and delete all network profiles.
12. Fix the socket error and reset IP logs and DNS, renew the IP address.

Copy these commands on cmd - 

netsh winsock reset
netsh int ip reset
netsh int ip reset resetlog.txt
ipconfig /flushdns
ipconfig /release
ipconfig /renew
netsh int ipv4 reset resetlog.txt


All above methods should help you to fix wifi connection and solve your internet connection problem in windows 10.

Please Subscribe! for any question comment below.

----------------------------------

How to fix wifi connection on laptop windows 10
how to fix wifi connected but no internet access
how to fix wifi not showing up in windows 10
how to fix wifi disconnecting and reconnecting
how to fix wifi router no internet connection access

Wednesday 17 August 2022

Steps to Format USB Flash Drive Pen Drive and SD Card Using CMD on Wind...


How to Format USB Flash Drive/Pen Drive Using CMD on Win 10
Step 1. Open Command Prompt on Windows 10

press Windows + R, type cmd in Run dialog, press Ctrl + Shift + Enter and click Yes to run Command Prompt as administrator.

 

OR
 

Command Prompt Open UP with Admin rights

Step 2. Open DiskPart command tool

Next you can type the command diskpart in Command Prompt window. Press Enter to launch DiskPart utility.
 
DISKPART is a powerful tool that you can use to manage all the partitions from the command line. Before running this tool, make sure to remove the USB drive.
 
 
1. Type diskpart in the Run Prompt, and hit enter
2. After the UAC, it will open the Command Prompt which is running this tool
3. Type LIST DISK to list all the drives connected to the computer.
4. Now insert the USB drive, and then rerun the command.
5. This time you will notice an extra drive that you need to format. In my case, it is DISK 2
6. Next type SELECT DISK 2, and you will get a prompt Disk 2 is now the selected disk.
7. Type CLEAN, and hit the Enter key
8. Then type CREATE PARTITION PRIMARY and hit enter
9. Type Format fs=NTFS Quick and hit enter
10. Type Assign and hit Enter key to assign a letter to the newly formatted drive.

ADD