Logo

nslookup works but ping fails in Windows

nslookup is a command-line tool that helps in finding the DNS records of a website. It sends a name server query to the DNS and obtains the corresponding IP address. Aside from that, it can also perform some complex functionality such as finding details about FTP server, Mail server and many more but most of them are used by administrators. The best thing about nslookup is that it queries the DNS server directly and it does not rely on the cache.

On the other hand, there is another tool called PING that is used to verify connectivity. PING sends a packet of information to the IP address or Domain and gets back a response in the form of packets. So if everything goes well, all packets are received but if not, it will help you find out where the delay in the network exactly is. However, the ping command does not always attempt a DNS lookup which means that it might be using the DNS cache and use the IP address available in that table.

Although both nslookup and PING help you in identifying the host or IP address, however, they don’t always work and sometimes fail. So if your nslookup works but ping fails on your Windows 10 PC when querying the IP address of a website then it could be caused by many reasons. It could be that the nslookup queries work for you but when you try to use PING, it fails. For instance, if you open the abc.com website, here’s how it will look like:

nslookup xyz.com

Server: dns.company.com

Address: 192.168.1.38

C:> ping xyz.com

Ping request could not find host xyz.com. Please check the name and try again.

The domain is converted into an IP address and then data is sent to that IP address when you use PING. So when a reply comes back it means that the data is going back and forth to that domain without any problem. However, if the DNS fails to resolve the IP address of the website or if your PC does not attempt a DNS lookup, you will receive a similar error message that says, “Could not find host” and so on. To resolve this issue, here are some options that might help.

Option 1 – Reset Winsock, TCP/IP & Flush DNS

Resetting Winsock, TCP/IP, and flushing DNS might help you resolve the issue with nslookup and PING. To do so, follow these steps:

  • Right-click on the Start button and click on Command Prompt (administrator) so you can pull up an elevated Command Prompt.
  • After that, execute each one of the commands listed below. And after you typed in one after the other, you have to hit Enter.
  1. netsh winsock reset – type in this command to reset Winsock
  2. netsh int ip reset resettcpip.txt – type in this command to reset TCP/IP
  3. ipconfig /flushdns – type in this command to flush the DNS cache
  • Next, restart your PC and check if the problem’s fixed.

Option 2 – Force Windows to do a DNS lookup using FQDN

  • Go to Settings > Network & Internet > Status > Change adapter options.
  • From there, right-click on the network and select Properties.
  • Next, in case you’re using IPv6, from the list of connections available in the list, select Internet Protocol Version 4.
  • Then click on Properties and click Advanced.
  • After that, switch to the DNS tab and select “Append these DNS suffixes (in order)” and click on the Add button and then add “.” as a suffix so that each time you query using PING and another tool, it will add a “.” at the end and will force the lookup.

Option 3 – Make sure that there is only one default gateway

If your computer has more than one NIC connected and there are multiple default gateways, then it will most likely create confusion which is why you need to remove the default gateway from the configuration of all NICs and make sure that there is only one default gateway.

Option 4 – Use the Google Public DNS

You might want to change your DNS to Google Public DNS as it could also help you in fixing the nslookup and PING issues. To do so, follow the steps below.

  • The first thing you have to do is right-click on the network icon in the Taskbar and select Network and Sharing Center.
  • Next, click on the “Change Adapter Settings” option.
  • After that, search for the network connection that you are using to connect to the internet. Note that the option might be “Wireless Connection” or “Local Area Connection”.
  • Right-click on your network connection and click on Properties.
  • Then select the new window to choose the “Internet Protocol 4 (TCP/IPv4)” option.
  • After that, click on the Properties button and click the checkbox in the new window for the option “Use the following DNS server addresses”.
  • Type in “8.8.8.8” and “8.8.4.4” and click OK and exit.

Option 5 – Check the Windows Host file

You can also try to cross-check the Windows Hosts file to find out if the website you are trying to open has been blocked, because if it is, then it’s no wonder why PING fails even when nslookup works. There are instances when some third-party application modifies the file and adds some websites to the blocklists. So if the website is indeed blocked, you need to remove it from the list.

Option 6 – Delete the WLAN Profiles

Deleting the WLAN Profiles might be a good idea if you are not able to connect to the internet on your computer and if you’re using Wi-Fi. It could be that the networks that were connected previously have gone rogue which is why it is not connecting properly. And so deleting the WLAN profiles might help you in fixing the issue with nslookup and PING.

Option 7 – Reinstall the Network Adapter Drivers

  • Tap the Win + R keys to launch the Run window and then type in the “msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and select “Uninstall device”.
  • Restart your PC.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

How to Fix Slow file copy speed in Windows 10
We tend to move and copy tons of files on our PCs and mostly, the process of copying or moving files, especially if the file has the size of 1GB or up, tends to take quite long. This may be caused by some issues which is why you face slow copy or move speed. So if you are experiencing this issue on your Windows 10 computer, then read on as this post will give you a couple of solutions you can try to increase the speed in copying or moving files. Follow the given instructions below.

Option 1 – Try to change the USB port

You might want to change the USB port since modern computers have a variety of USB ports. So if your USB drive supports USB 3.0 or 3.1, make sure that you plug it inside a USB 3.0 or 3.1 ports. If you’re not sure which port, just keep in mind that the USB 3 port is usually blue or you can also use your computer’s documentation or manual as a reference to locate it. It may sound nothing but changing the USB port can actually improve the copying or moving speeds drastically so this should be the first thing you can try to speed up the process of copying or moving files.

Option 2 – Update the USB Controller Drivers

  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
  • Restart your PC and then click the “Search automatically for updated driver software” option.
You also have the option to update the motherboard and the USB driver from the manufacturer’s official website.

Option 3 – Check for any hard disk errors

  • On your desktop, right-click on the “This PC” or computer icon and then select Manage to open the Disk Management. Here you get to check your drive’s health.
  • Next, click on Disk Management on the left side panel.
  • From there, check the state of your drives. If it shows that all your partitions are healthy then it means all is good and that the problem may have something to do with some physical issues with your hard drive.
You might also want to run the CHKDSK utility to help you fix any issues with your hard disk. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then restart your computer.

Option 4 – Try to disable Windows Auto Tuning

Disabling Windows Auto-Tuning can also help in increasing the copying or moving of files in your computer. It is said that this feature improves the performance of programs that receive TCP data over a network by adjusting the receive buffer size dynamically throughput and latency of the link. Thus, if you are trying to copy some data over the network, then the Auto Tuning feature is playing a role here. And in some cases, disabling this feature completely resulted in a lot faster copy speeds over the network.

Option 5 – Try changing the USB Removal Policy

  • First, plug your USB drive or external device into your PC and then open This PC.
  • Next, right-click on your device and select Properties.
  • After that, go to the hardware tab and select the storage media that you want to enhance and then click on the Properties button.
  • From there, you can select the Better performance option if you wish for your device to have a better performance. Once you select this option, it will enable write caching in your Windows 10 computer but you need to use the “Safely Remove Hardware” option from the notification area to safely disconnect the device otherwise it may result in data corruption.

Option 6 – Format your drive

  • To get started formatting your drive, tap the Win + E keys and then go to the access page of the drive.
  • Next, right-click on the drive and select Format.
  • After that, uncheck the “Quick Format” option and then format your drive properly.
  • Now once the formatting process is finished, unplug the drive and plug it back in afterward.
  • Check if the error is already fixed. If the drive is not initialized, tap the Win + R keys and hit Enter.
  • After opening the Run dialog box, type “diskmgmt.msc” and hit Enter to open Disk Management.
  • From there, right-click on the drive volume and select initialize disk.
  • Next, select the correct partition type and proceed.
Read More
How to Fix Error Code 0xC004C770

Error Code 0xC004C770 – What is it?

If the Error Code 0xC004C770 popped up on your computer during your activation of the Windows 10 software, don’t worry. This is a fairly common error, especially for people who own more than one computer upon which Windows 10 is installed and activated. The gist of this error code is that the product key that you have entered has already been claimed or used on a different computer. Because there are limitations on the number of computers that can use any given license activation code or product key, this error code can arise when you have exceeded that limit. If you have a single-use license and have already entered the particular product key onto another machine, you may see this error come up during activation.

Both Error Code 0xC004C770 and Error Code 0x803FA071 arise from the same problem and the same steps can be used to resolve both error codes.

Solution

Restoro box imageError Causes

Error Code 0xC004C770 is likely to appear on your screen during activation of Windows 10 if you or anyone else in your organization have already entered in the product key used on another computer. If you have a multiple-use license, the product key that you are entering may already have been used for the maximum number of computers allowed under that license.

Further Information and Manual Repair

There are two basic methods for addressing the issues associated with Error Code 0xC004C770. These methods can easily be implemented by anyone who is comfortable interacting with the Windows Store from their computer, which makes the resolution of this particular error code fairly simple and straightforward.

If you are unable to complete the steps below or Error Code 0xC004C770 has not been resolved after following the guides below, contact a Windows technician who is familiar with the Windows 10 activation process to assist you in the process. You can also get in touch with the Windows technical support team to assist you in the process if needed.

Method One: Purchase A New Product Key from Windows

If you have already used the product key on another computer or have used it on the maximum number of allowed devices, you may need to purchase an additional product key for the computer with Error Code 0xC004C770. Product keys can be purchased physically from a retailer that sells Windows 10 software licenses or purchased directly from the Windows store.

To purchase a new product key directly from the Windows Store, follow the steps below:

  • Step One: Select the Windows start button at the bottom of your toolbar. Click on “Settings,” then select the option for “Update and Security.”
  • Step Two: Click on the “Activation” option.
  • Step Three: In the menu that appears, choose the option to “Go to Store” and follow any on-screen instructions to finalize a purchase of the Windows 10 software and product key.
  • Step Four: Use the new product key to complete the installation and activation of the Windows 10 software on your computer.

If you are unable to see the “Go to Store” option when you reach the “Activation” page, you may not be set as an administrator of your machine. In this case, get in touch with the support personnel from your company to complete the purchase, installation, and activation process on your computer.

Method Two: Attempt to Finish Activation via Phone

For users who have changed out parts of their computer’s hardware, like putting in a new motherboard or activating a new hard drive, you may have more success if you attempt activation through a phone.

In order to activate your copy of Windows 10 from your phone, follow the steps below:

  • Step One: On your mobile device, open up the search box from the taskbar.
  • Step Two: In the search box, enter the phrase “SLUI 04.”
  • Step Three: Select the “SLUI 04” option that appears.
  • Step Four: Follow the directions given on the screen to complete the activation process for your copy of Windows 10.

As with any error code resolution, if the methods above are not successful or if you are not comfortable with your ability to successfully complete the steps above, get in contact with a qualified professional who is trained in the Windows 10 activation process to assist you or download a powerful automated tool to get the job done.

Read More
MS Edge, autoplay video blocking coming
Microsoft Edge may be about to win a lot of fans by introducing a new feature that it says could prevent one of the most annoying things about being online. A new update to the browser suggests it is looking at a way to block auto-playing videos by default when a user navigates to a website. People spotted a new entry to the Microsoft Edge Canary browser where the company tries out its in-progress updates, that suggests auto-playing videos may have had their day at last. The new addition, for Mac, Windows, and Linux systems, is called “Autoplay Limit Default Setting”, with the description suggesting that Microsoft Edge would set the media autoplay setting to "Limit" as a default - stopping videos from starting up when a user lands on a website. Currently, Edge offers two options for users to control media autoplay - "Allow" (the current default setting), where all videos on a website will play automatically with sound, and "Limit", where media won’t be autoplayed on sites that a user has previously visited. It appears that Microsoft is looking to test the feature in Canary before rolling it out to a wider user base - as blocking autoplaying videos can cause issues for some websites. The same Canary entry also hints at a future "Block" option, which would presumably stop any videos or media from playing when a user lands on a website. However, this feature, which is also listed as being available for Mac, Windows, and Linux systems, doesn't appear to be enabled as yet. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
How to Patch Windows Error Code 45

Error Code 45 – What is it?

Error Code 45 is a common device manager problem that users encounter on any Windows 2000 and later operating system versions.

The error occurs when your Windows system fails to acknowledge the connected device by either stating that the device is not present or that it was previously attached to a computer.

The error pops up and appears on your computer screen with the following message:

“Currently, this hardware device is not connected to the computer” (Code 45)

Solution

driverfix boxError Causes

The error is prompted either due to a temporary system file malfunction or a problem in the Windows registry system files. In the latter case, it could be due to a damaged or corrupted Windows registry.

Further Information and Manual Repair

While it may appear that Error Code 45 is a serious threat to your computer, it cannot be farther from the truth. Error Code 45, unlike other error codes, is the easiest one to fix. Here is how you can do it.

Method 1 – Reconnect the device to your computer

Unplugging and plugging the USB cable of the device into the computer is the easiest way to solve the error.

Doing this will help refresh the system and increase the likelihood of the device driver files loading and function properly.

It is often only a case of reconnecting the device back to your computer which helps eliminate the error and does not require any particular resolution other than this.

Method 2 – Install DriverFIX

Although reconnecting the disconnected device is all you need to fix the error code, it is always safer to fix your Windows registry system files by using a program like DriverFIX.

DriverFIX, with its user-friendly approach to help you fix your PC issues, comes with an integrated database that detects which drivers you need to reconfigure within just a few seconds and downloads it automatically.

It further ensures that your drivers are installed in their entirety leaving no room for any corrupted or damaged registry.

It also has the added advantage of being able to backup and restores your files should there be the slightest possibility of system file damage.

Thus, registry damage can be averted by letting the software roll back the system files to an earlier healthy checkpoint. DriverFIX is the answer to fixing your PC error codes accurately and quickly.

Click here to download DriverFIX now!
Read More
Fix Storport.sys BSOD errors in Windows
As you can notice in Blue Screen errors, most of them point out a file that’s related to the errors. One of these files is the Storport.sys file which is a system file related to the storage of data in the storage unit of a computer. This file is created by the Microsoft Storage Port Driver. So if this file ends up getting dragged on Blue Screen errors, there can be a number of reasons for why it’s happened. Blue Screen errors related to the Storport.sys file may include conflicts with the hardware, incompatible firmware issues, corrupted drivers, missing or corrupted system files, to name a few. Here are some of the common Blue Screen errors related to the Storport.sys file:
  • KMODE_EXCEPTION_NOT_HANDLED
  • KERNEL DATA INPAGE
  • PAGE FAULT IN A NONPAGED AREA
  • SYSTEM THREAD EXCEPTION NOT HANDLED
  • IRQL NOT LESS OR EQUAL
  • SYSTEM SERVICE EXCEPTION
Microsoft Windows is the one that provides the Storport.sys file a storage port driver that is suited especially for the use of high-performance buses like fiber channel buses and RAID adapters. There are a number of advantages in using Storport instead of the SCSI Port, according to Microsoft:
  • “Improved performance, both in terms of throughput and the system resources that are utilized.
  • Improved Miniport driver interface that addresses the needs of high-end storage vendors, particularly host-based RAID and fiber channel vendors.”
If you encounter any of the above-mentioned Blue Screen of Death errors, then here are some troubleshooting options that might help but before you get to them, you can try to perform a System Restore first especially if you have the habit of creating System Restore points. This might fix the problem. To perform a system restore, refer to these steps:
  • First, tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
If System Restore didn’t help in fixing the Blue Screen error, now’s the time for you to resort to the troubleshooting tips provided below but before you get started, make sure that you create a System Restore point first. In addition, you also have to boot into Safe Mode with Networking before you carry out the troubleshooting steps below.

Option 1 – Try to update or rollback your device drivers

The first thing you can try to fix the Storport.sys Blue Screen error is to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties. Note that the main drivers that might be the cause behind the Storport.sys Blue Screen error will be listed under the “ID ATA/ATAPI controllers” section as well as the “Storage controllers” section.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can also directly download the relevant drivers of your computer from the manufacturers’ website. So if you have an SSD, the issue might be due to an old storage driver. Option 2 – Try to recreate the Storport.sys file If the first option didn’t work, the next thing you can do is to recreate the Storport.sys file. Every time your Windows 10 PC boots up, it looks for all the system drivers in place and if it is unable to find them, it tries to create them. This is why if you remove your corrupt driver file, chances are, you might get a fixed file recreated just for you. How? Refer to the steps below.
  • Boot your Windows 10 PC in Safe Mode.
  • Then open File Explorer and navigate to this location: C:/Windows/System32/drivers
  • From there, look for the file named sys and rename it to Storport.old.
Note: As you can see, the file’s extension has changed from .sys to .old.
  • Now restart your computer and check if the Storport.sys Blue Screen error is now fixed.

Option 3 – Run System File Checker or SFC scan

System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
 Reboot your PC.

Option 4 – Try to run the DISM commands

You might want to repair potentially corrupted files in your system as having them could also trigger the Storport.sys Blue Screen error. To repair these corrupted system files, you can run the DISM commands:
  • Tap the Win + X keys and click on the “Command Prompt (Admin)” option.
  • After that, input each one of the commands listed below sequentially to execute them:
    • Dism /Online /Cleanup-Image /CheckHealth
    • Dism /Online /Cleanup-Image /ScanHealth
    • Dism /Online /Cleanup-Image /RestoreHealth
  • Once you’ve executed the commands given above, restart your computer and check if the dxgkrnl.sys Blue Screen error is now fixed.

Option 5 – Run the Blue Screen Troubleshooter

Troubleshooting Blue Screen of Death errors wouldn’t be complete without the Blue Screen troubleshooter. As you know, it is a built-in tool in Windows 10 that helps users in fixing BSOD errors like Storport.sys. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
  • Tap the Win + I keys to open the Settings panel.
  • Then go to Update & Security > Troubleshoot.
  • From there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
Read More
6 colors of Western Digital
I must admit that I am a big Western Digital fan, I have been using their hard drives really long time and I must admit that I am very happy with their products. Sometimes they could be a little more expensive than other drives on market but security and performance are on their side. If you ever wanted to purchase Western Digital or WD hard drives or you are considering getting one, no doubt that you have come across their color cryptic line of products. 1TB Hard drive can come in 6 different colors in your search products query and if you are not familiar with the WD color coding of hard drives you might be a little lost as to which one is right for you and what are the differences. This article is made to explain exactly that, what are WD colors representing so you can choose the right one for your needs. Western Digital has decided to use color codes in order to mark their series of disks which means that each color represents different hard drive series and it is made and aimed for different use, we are going to explore in detail each series below:

WD BLUE

Blue series is all around typical hard drive made and meant for daily use in desktop computers for all kinds of tasks. You can use it in casual gaming or for storage, its purpose is tailored for all-around casual daily users.

WD RED

WD Red HDD is designed for NAS and RAID systems. Its purpose is to be turned 24/7 who ever need access to it. Get this series if you need to have constant access to files or if you need a reliable RAID hard drive.

WD GREEN

Green series of the hard drive is manufactured for low power consumption and for storage, they are meant to be used for storage and not accessed regularly.

WD PURPLE

Purple line of hard drive products is designed solely for video surveillance systems. Instead of having a preference on reading data like WD RED, the PURPLE series is given preference on writing, constant writing to be more precise.

WD BLACK

The black series is made for an external storage medium with high performance. Due to the high performance, WD Black hard drives are much popular among photo editors and high-end gamers.

WD GOLD

WD Gold HDD provides a long-term cold storage medium. Therefore, this series of Western Digital hard drives are suitable for data centers. These hard drives can handle many sophisticated systems simultaneously and work well with different servers That's it, I hope that you have now a more clear understanding of the WD color-coding of its hard drive series. As always thank you for reading and I hope you will have a great day. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Read More
Fix The drive is not a valid backup location
USB storage devices are used to store small and even big files, depending on their sizes. Usually, the sizes of the USB vary from 2GB up to 16GB. And as time passes, they have advanced quite a bit and now it’s common to find USB sticks with a capacity of 32GB, 64GB, or even 128GB. And since they now have large capacities, USB storage devices are often used for storing backups of system data as well as creating an image. However, there are times when you might encounter an error message while trying to create a backup or image on your USB device. The error message states:
“The drive is not a valid backup location.”
One of the causes of this problem is that Windows was not able to recognize the USB drives as a valid backup location since USB storage devices weren’t previously large enough to store system images. To fix this error, here are some possible solutions that might help.

Option 1 – Try creating a sub-folder in the USB drive and backup all the images there

The first thing you can try to do is to create a sub-folder on your USB device. This is one good way you can bypass the USB drive limitation. How? Refer to the steps below.
  • First, right-click on the USB storage device and select Format.
  • Next, select NTFS as the File System and check the box next to Quick Format.
  • After that, click on Start to initiate the formatting process.
  • Once the formatting process is completed, open the USB drive and right-click anywhere inside its main drive window, and then select New > Folder.
  • Then name the folder to be created as “Image (or anything you please)”.
  • Afterward, right-click on the folder and select Properties.
  • From there, go to the Sharing tab and click on Share.
  • Now check if the Permission level on the System owner which should be your username is labeled as “Owner”.
  • Then try to back up your files again using your USB drive while keeping the sub-folder as the backup location.

Option 2 – Update the USB Controller Drivers

  • First, click the Start button and type “device manager”.
  • Then click on the “Device Manager” from the search results to open it.
  • From there, look for the “Universal Serial Bus controllers” option and then right-click on each one of the USB drivers and select the Update Driver from the menu.
  • Restart your PC and then click the “Search automatically for updated driver software” option.
You also have the option to update the motherboard and the USB driver from the manufacturer’s official website.

Option 3 – Run CHKDSK utility to check the drive for errors

When it comes to some issues concerning the hard drive or removable devices, there is a utility in Windows that might help which is called “chkdsk”. To use it, follow the steps below.
  • Tap the Win + S keys to open the Search box.
  • Then type “command prompt” in the field and from the search results that appear, right-click on Command Prompt and select “Run as administrator”.
  • After opening an elevated command prompt, copy and paste the following command and hit Enter:
CHKDSK [volume [[path] filename]] [/F] [/V] [/R] [/X] [/C] [: size]]
Note: In the command given above, “[/F]” will try to fix the system errors while “[/R]” will be the one to fix the bad sectors.
  • Now if you are prompted to run CHKDSK after your reboot your PC, just tap Y and reboot your PC.
  • If CHKDSK is not able to find any errors, tap the Win + E keys and navigate the access window. From there, right-click on the concerned drive and click on Properties.
  • After opening Properties, click on the tab Tools and then click on the “Check” button under the Error-checking section.
  • Wait until the process is completed and then restart your computer.
Read More
Scroll bar in Chrome is missing in Windows
If you find that the scroll bar in your Google Chrome browser is missing all of a sudden, and it becomes difficult for you to scroll down the web page and see its content, worry not for this post will guide you on what you can do to resolve this problem. Usually, when the mouse cursor stays hidden in the corner and only appears when you point it to the edge of the screen. However, there are instances when it won’t appear which makes navigating the web page you are visiting quite impossible. So if you encounter this kind of strange behavior on your Google Chrome browser, there are several suggestions you can check out to resolve it. In most cases, updating the browser resolves the problem, but if it does not, you can try restoring the browser’s settings to their default state by resetting Chrome or you could also disable hardware acceleration or disable the overlay scrollbars flag. For more information, follow each one of the options provided below.

Option 1 – Reset Google Chrome

Before you proceed, make sure that the Chrome browser is not running anywhere in the background via Task Manager. Once you’ve made sure that it’s no longer running, refer to these steps:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “%USERPROFILE%AppDataLocalGoogleChromeUser Data” in the field and tap Enter to open this location.
  • From there, look for the Default folder and then tap the Shift + Delete button and if a confirmation prompt appears, click on Yes.
  • After deleting the Default folder, open Google Chrome and click on the three vertical dots icon located in the top-right corner to open the menu.
  • Next, click on Settings and scroll down and then click on Advanced to open the Advanced Settings.
  • Then scroll down until you see the “Reset and clean up” section and click the “Restore Settings to their original defaults” option.
  • After that, you will see a confirmation box and from there, click on the Reset settings button to reset your Google Chrome browser.

Option 2 – Try to disable the Hardware Acceleration

For better performance, Google Chrome uses the Hardware Acceleration by default. Unfortunately, there are just some cases when your hardware, GPU to be specific, might not be able to cope with the requirements, resulting in the black screen issue. And if this is your case, you should try to disable the hardware acceleration from your Google Chrome browser settings panel. To do so, follow the steps below.
  • Open the Google Chrome settings page.
  • Click on the Advanced button to get more options.
  • Look for the option called “Use hardware acceleration when available” and then disable it by toggling the button to the left.
  • After that, check if the screen flickering issue in Chrome is fixed.

Option 3 – Try to disable “Smooth Scrolling” in Chrome

Disabling “Smooth Scrolling” in Chrome might also help you fix the issue. To do so, follow these steps:
  • Open Chrome and type “chrome://flags” and hit Enter.
  • Next, look for a flag named “Smooth Scrolling”. You can scroll down until you find it or search it in the Search Flag bar. Note that Smooth Scrolling is enabled by default in the newer versions of Chrome.
  • After that, select the drop-down menu and select Disabled.
  • Then click on the “Relaunch Now” button.
Read More
Creating custom Keyboard shortcuts in Windows
Keyboard shortcuts are undeniably one of the most utilized ways and are helpful in maximizing productivity through the various applications at top speed in Windows 10. It offers the option to create custom keyboard shortcuts that allow users to launch apps, and even websites, instantly. There are already tons of keyboard shortcuts that are built-in in Windows 10 but in case you don’t know, you can actually create new ones. Doing so is not a difficult task and in this post, you will be guided on how you can exactly create custom keyboard shortcuts in your Windows 10 computer. Most users would create desktop shortcuts or pin the apps in the taskbar to speed up the process of working on their computers. It is an easy task to do since you can easily do it by dragging an app from the Start Menu to the desktop or by simply right-clicking on the executable app and selecting the “Create Shortcut” option. However, doing so would take physical effort and there are times when you have to minimize all the apps to get to the desktop so you can click the shortcut and this is where the Custom Keyboard Shortcuts come in handy. You can create Custom Keyboard Shortcuts in Windows 10 for various programs – from the traditional desktop apps to the new universal apps – you can fling in a shortcut so that you can instantly open them faster compared to when doing it manually and besides this also wouldn’t affect any of the ongoing system activity. To get started, you need to follow the steps provided below carefully.

To add Custom Keyboard hotkeys to a program and website desktop shortcuts, here’s what you have to do:

Step 1: First, you have to right-click on the app or website and select Properties. Step 2: After that, go to the Shortcut tab and from there, you will see the “Shortcut key” textbox which allows you to enter a new or custom keyboard shortcut for the app or website. Step 3: In the textbox field, input your preferred letters to set up the new hotkey. Keep in mind that this custom shortcut has to be combined with the Ctrl + Alt keys which means that if you want to select “N”, you have to tap the Ctrl + Alt + N keys. Step 4: Once done, click on the Apply and OK buttons to save the changes made and then close the window. Step 5: After that, tap the newly created keyboard shortcut, Ctrl + Alt + N keys again to open the app or website you’ve set up earlier.

To add Custom Keyboard hotkeys to a desktop app or an independent program that can be installed using direct download, here’s what you have to do:

Step 1: First, open the Start Menu and look for the icon/tile of the required app in the menu. However, if you are not able to find the desired app, then just click on the All Apps option to navigate through all the apps that are installed on your PC. Step 2: Once you find the app, just right-click on it and select More and then click on the “Open file location” option. Step 3: This will open a new window with the shortcut icon. Right-click on the app’s shortcut icon and select Properties. Step 4: This will open the Properties window where you can add the shortcut combination. Keep in mind that just like the previous method, the custom shortcut has to be combined with the Ctrl + Alt keys. For instance, if you select E, then you also have to set a keyboard shortcut that includes Ctrl + Alt, so it will be, Ctrl + Alt + E. Step 5: Once you’re done, click on the Apply and OK buttons to save the changes made. You should now be able to use the custom shortcut key you’ve set.
Read More
Mail and Calendar not working with Cortana
Mail and Calendar not working with Cortana? As you know, Cortana was first launched way back in 2014 with an emphasis on its tight integration with both the Windows Mail and Calendar apps. This integration has been one of the highlighting features of this Personal Digital Assistant. However, there are some users who reported that the Calendar and Mail integration with Cortana is not working on their Windows 10 computers. This kind of problem could be due to several factors like the loose integration between the services, incompatible versions of the components, and many more. According to the users who experienced the issue, the features affected are the syncing of calendar appointments, sending emails via Cortana, and so on. To fix this problem, there are several options you can try. You can try to restart Cortana’s processor run the Windows Store Apps troubleshooter. You could also try to relink your Microsoft account or reinstall the Mail and Calendar apps, as well as reinstall Cortana.  For more details, follow the suggestions given below.

Option 1 – Restart Cortana’s process in the Task Manager

Restarting Cortana’s process in the Task Manager could also help you resolve the problem. Refer to the steps given below to do so.
  • Tap the Ctrl + Alt + Del keys to open the Security options window.
  • From there, look for the Task Manager in the given list and open it.
  • Next, look for the process of Cortana and right-click on it, and then select the End Task option to end its process.
  • After that, the Cortana process will restart by itself and re-initialize.

Option 2 – Run the Windows Store App troubleshooter

The Windows 10 Store Apps Troubleshooter will help you in fixing the Web Preview problem in Cortana. This is a great built-in tool from Microsoft that helps users fix any app issues. To use the Windows Store Apps Troubleshooter, follow the steps below.
  • Tap Win + I keys again to open the Windows Settings panel.
  • Go to Update & Security and then go to Troubleshoot.
  • Under the Troubleshoot section, on your left-hand side, scroll down to find Window Store Apps.
  • Then click on the Run the troubleshooter option and follow the on-screen instructions and then see if it fixes the problem.

Option 3 – Try to relink your Microsoft Account

You might also want to relink your account in Microsoft using the Windows 10 Settings app.
  • Open the Windows 10 Settings app.
  • Next, navigate to Accounts > Email & Accounts and from there, go to the section of Accounts used by Email, Calendar, and Contacts.
  • After that, select your email account and select Manage.
  • Once done, a new panel will come up where you have to click on the “Delete account from this device” link.
  • Once you get a confirmation, select Delete and then relink the same account. This should resolve the problem.

Option 4 – Try to reinstall or update the Mail and Calendar apps

  • Open Windows PowerShell as admin.
  • Next, execute this command: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
  • Once done, restart your computer and go to the Microsoft Store page to get the latest updates for both Windows Mail and Calendar apps.

Option 5 – Try to reset Cortana via Settings

  • Launch the Windows 10 Settings app and go to Apps > Apps & Features.
  • Next, look for the entry of Cortana on the right-side panel and select it.
  • After that, select the Advanced options and then select the Terminate button under the Terminate section.
  • Once done, click on the Reset button under the Reset section.
  • Restart your PC.
  • After your computer boots, launch Cortana again and check.

Option 6 – Try to reinstall Cortana

If none of the options given above works, you must consider reinstalling Cortana.
  • First, right-click on the Taskbar and select the Task Manager.
  • Next, select File menu > Run new task and type “Powershell” in the field and then select the “Create this task with administrative privileges” option.
  • Click on OK to open the PowerShell console.
  • After that, type the following command and hit Enter to execute it:
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}
  • Restart your computer and check if the problem is now fixed.
Read More
1 2 3 171
Logo
Copyright © 2023, ErrorTools. All Rights Reserved
Trademark: Microsoft Windows logos are registered trademarks of Microsoft. Disclaimer: ErrorTools.com is not affiliated with Microsoft, nor claims direct affiliation.
The information on this page is provided for information purposes only.
DMCA.com Protection Status