Logo

Mapped network drives are not working

When you have to connect to a drive that’s on a different computer or on external storage, that’s where the mapped network drives come in. Mapped network drives make accessing files a lot easier. However, there are times when it won’t work for some reason.

Windows will notify you about the unavailability of mapped network drives in several ways. For one, Windows might display a red X on the network drives or it could be that its status will be unavailable when you try to use it from the Command Prompt or via a notification.

It is recommended that you run a few scripts when you log in to your PC as it may so happen that the network drive takes more than usual to connect. Before you start troubleshooting the problem using the given options below, keep in mind that some workouts might only work under certain scenarios. You might need some network access at logon or you might need access to the Group Policy settings. So you need to choose what you prefer more.

You can try the given workarounds below if the mapped network drives are not showing or connecting or working on your Windows 10 computer. These workarounds use scripts to make sure that you are connected to them as soon as you start to use your PC.

As mentioned, before you can troubleshoot, you need to create scripts first. There are two scripts here namely MapDrives.ps1 which is executed by the second script named MapDrives.cmd and is done at a regular and non-elevated Command Prompt. Follow the steps below to get started.

  • You have to create a script file named “MapDrives.cmd” first and then save it on a place where the files are safe. To do that, open a text editor like Notepad and then copy and paste the following script:

PowerShell -Command "Set-ExecutionPolicy -Scope CurrentUser Unrestricted" >> "%TEMP%StartupLog.txt" 2>&1

PowerShell -File "%SystemDrive%ScriptsMapDrives.ps1" >> "%TEMP%StartupLog.txt" 2>&1

  • After that, save the file and name it “MapDrives.cmd”.
  • Next, create a script file named “MapDrives.ps1” and then copy and paste the following content. Just make sure to save both scripts in the same folder.

$i=3

while($True){

    $error.clear()

    $MappedDrives = Get-SmbMapping |where -property Status -Value Unavailable -EQ | select LocalPath,RemotePath

    foreach( $MappedDrive in $MappedDrives)

    {

        try {

            New-SmbMapping -LocalPath $MappedDrive.LocalPath -RemotePath $MappedDrive.RemotePath -Persistent $True

        } catch {

            Write-Host "There was an error mapping $MappedDrive.RemotePath to $MappedDrive.LocalPath"

        }

    }

    $i = $i - 1

    if($error.Count -eq 0 -Or $i -eq 0) {break}

    Start-Sleep -Seconds 30

}

Note: Now that you’ve created the script files, it’s time for you to proceed to the options given below.

Option 1 – Try creating a startup item

Note that this option only works on devices that have network access at login. So if it’s not there, the script will fail to reconnect the network drivers automatically. To create a startup item, here’s what you have to do:

  • Open the Startup folder located at %ProgramData%MicrosoftWindowsStart MenuProgramsStartUp.
  • From there, copy and paste the MapDrives.cmd.
  • After that, open the Scripts folder located at %SystemDrive%Scripts copy-paste MapDrives.ps1 and then copy and paste MapDrives.ps1 in there.

Note: After you complete the steps above, a log file named “StartupLog.txt” will be created in the %TEMP% folder. Now all that’s left for you to do is to log out of your computer and then log back in. This will ensure that the mapped drives are open.

Option 2 – Create a scheduled task

It is possible to create a scheduled task that runs as soon as you log in to your computer. To create a scheduled task, follow the steps below.

  • You have to copy the MapDrives.ps1 script file to the scripts folder of Windows located at %SystemDrive%Scripts.
  • After that, open the Task Scheduler and select Action > Create Task.
  • Next, type a name and description of the task in the General tab.
  • Then click on the Change User or Group button and select a local user group and click OK.
  • Now check the box labeled “Run with highest privileges” and switch to the Triggers tab.
  • From there, create a new trigger with the “At Logon” option in the Begin the task drop-down menu and then click OK.
  • After that, switch to the Actions tab and create a new action then choose to Start a program.
  • Next, type “Powershell.exe” in the Program/Script field, and in the Add arguments (optional) field, type the following:

-windowsstyle hidden -command .MapDrives.ps1 >> %TEMP%StartupLog.txt 2>&1

  • And in the Start in the (optional) field, type “%SystemDrive%Scripts” as the location of the script file.
  • Now under the Conditions tab, select the “Start only if the following network connection is available” option and then select Any connection and click OK.
  • Restart your computer or log off from your account and then log back in so that the task will be executed.

Option 3 – Use the Group Policy settings

You need this option if the mapped network drives are defined via Group Policy settings. You have to update the action of the drive maps to Replace. As a result, it will delete the existing mapped drive and create the mapping on each logon again. However, any settings on the mapped drive that are changed from the Group Policy settings will be gone on each logon. So if the changes don’t work, you need to run the gpupdate command together with the /force parameter in order to refresh the Group Policy setting quickly.

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

Fix Microsoft Edge Error 0x80200070
As you know, any software needs sufficient CPU power when it downloads, updates and installs so if you encounter an error code 0x80200070 when you tried to install or update the Microsoft Edge browser on your Windows 10 computer, then read on as this post will guide you on how to fix it. This kind of error occurs when the Edge browser installation does not get enough CPU power to update or install and the only way to fix it is to kill programs that are consuming a lot of PC resources as well as stop or remove any unnecessary programs that are running in the background. This kind of error can also be encountered in the new Microsoft Edge Chromium. For more details, follow each one of the options provided below.

Option 1 – Try to kill applications that consume high resources

  • Tap the Ctrl + Shift + Esc keys to open the Task Manager.
  • Go to the Performance tab and sort by CPU usage.
  • Next, close a few additional programs that are consuming maximum CPU power.
  • After that, try to update or install Microsoft Edge again and check if the error is fixed. If not, try to restart your computer and then start the installation or update again.

Option 2 – Try to remove or stop unnecessary programs and services

If the applications or processes that are consuming a lot of CPU resources reappear even after you kill them or end their processes, then you can try the following suggestions to remove or stop these unnecessary programs and processes.
  • The first thing you can do is to stop the Service. If the program happens to be a service, then you have the option to disable the Windows Service. All you have to do is open the Services Manager and stop the service. How? Refer to these steps:
    • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and tap Enter to open the Services Manager.
  • After that, identify which service is consuming a lot of power and then stop it temporarily.
  • The next thing you can do is to uninstall the problematic program. If the one that consumes a lot of resources is not a service but a program, then you can try to uninstall the program for the meantime until you’ve updated or installed the Edge browser. Once you’ve uninstalled the program, try to update or install Edge again.
  • You can also try booting your computer into Safe Mode and then update or install Microsoft Edge. This will make sure that all the unnecessary programs and services won’t consume a lot of CPU resources as well as memory.
Read More
Repair Windows 10 Error Code 0xC1900200, 0x20008

Code 0xC1900200, 0x20008, What is it?

Error Code 0xC1900200, 0x20008 (Code 0xC1900202 – 0x20008)  is an error that occurs when you attempt to upgrade to Microsoft Windows 10, but the minimum requirements have not been met by your computer. You will therefore be unable to upgrade to Microsoft Windows 10 until your computer is updated or upgraded to meet those requirements. Common symptoms include:
  • When attempting to upgrade a dialog box with Code 0xC1900200 – 0x20008 (Code 0xC1900202 – 0x20008) is displayed.
  • Your computer is unable to begin the Microsoft Windows 10 upgrade process.

Solution

Restoro box imageError Causes

Error Code 0xC1900200 – 0x20008 (Code 0xC1900202 – 0x20008)  occurs when you are unable to begin the Microsoft Windows 10 upgrade because your computer does not meet the minimum requirements to run Microsoft Windows 10.
  • You are unable to begin the upgrade because your computer does not meet the required system or hardware specifications.
  • You are not running the correct version of Microsoft Windows to be able to begin the upgrade.
  • You are not running the latest updated version of Microsoft Windows 7 SP1 or Microsoft Windows 8.1. Error Code 0xC1900200 – 0x20008 (Code 0xC1900202 – 0x20008) as stated, simply means your computer does not meet the requirements to update and does not indicate a permanent problem or inability to continue to use your computer. This error only means that you will not be able to upgrade to Microsoft Windows 10 until your computer is made to meet these requirements.

Further Information and Manual Repair

There are several solutions that the user can complete at home that should fix the problem resulting in a manifestation of Error Code 0xC1900200 – 0x20008 (Code 0xC1900202 – 0x20008). Below are several options that should resolve this error.

Method 1:

Verify what version of Microsoft Windows you are currently running, older, outdated, or no longer supported versions of Microsoft Windows are not able to upgrade to Microsoft Windows 10. If you are not running one of the following versions you will have to update before being able to upgrade.
  • The most current version of Microsoft Windows 7 SP1
  • The most current version of Microsoft Windows 8.1

Method 2:

Your computer's system specifications do not meet the requirements to be able to upgrade to and run Microsoft Windows 10. To check your system specifications do the following.
  • Click on the start button in the bottom left corner, then locate the control panel on the menu, click on it to open.
  • Once it opens, locate system and security on the menu and click to open, click on system and this will show you your amount of RAM and processor speed.
  • Find device manager on the left-hand side click this then select display adapter, and it will show you your current video card.
  • Click on the start button again, then click on the computer in the menu, this will show you your hard drive size, and available space.
If you have the option available you can simply run the get Microsoft Windows 10 app to check compatibility. Once you have your system specs make sure they meet or exceed the following.
  • 1 GHz or higher processor or SoC
  • 1 gig of RAM for 32 bit and 2 gigs of RAM for 64 bit
  • 16 GB available hard drive space for 32 bit, 20 GB for 64 bit
  • Minimum of DirectX9 that has 1.0 WDDM
  • At least an 800x600 display
If your computer does not meet these minimum requirements, upgrade the components necessary to meet them. If you do not possess the technical expertise required to accomplish this yourself or do not feel comfortable doing so, download and install a powerful automated tool to get the job done.

Method 3:

Your computer might not meet the aforementioned requirements to make an upgrade because of insufficient hard drive space or resources. Learn how to create space on your computer.

Method 4:

Many people hold on to and use the same computer for a very long time. It is possible that your computer cannot be upgraded to meet the requirements, or that the cost to do so would be so high that a new computer would be cheaper. If that is the case, your only option may be to replace your computer.
Read More
The Meta Quest Pro VR is coming

Quest 2 has been crowned as the best overall VR headset by many websites, and to be honest it is really a great piece of equipment deserving of every praise it gets. It seems that Meta feels that it can do better so the new upcoming Quest Pro is upgraded and a new line of VR sets from this company. The economic standard Quest line will not be shut down and it will still remain as an economic version of Meta's VR product line.

meta quest pro

Quest Pro will be added as a new line of the better product line with better performance and better quality. It is the first VR headset that is packing Qualcomm Snapdragon XR3+ Gen 1 chipset, 12GB of RAM, 256GB of internal storage, and 10 high-resolution sensors. Of course, this much power and improvement come with a higher price tag, this time that price tag is $1,499.99.

The new VR headset promises industry-leading visuals with a new optical stack instead of Fresnel lenses in Meta Quest 2 with thin-layer pancake optics that fold light reducing the depth of the optical module by 40% and at the same provides clear and sharp visuals.

The headset will give display more vivid colors, richer colors, and higher contrast by incorporating local dimming and quantum dot technology. It composes of specialized backlight hardware accompanied by software algorithms that can control more than individual LED blocks independently.

The Quest Pro will also come packed with new Meta Quest Touch Pro controllers. They will feature three built-in sensors to track the controller's position completely independent of the headset which means that tracking and range of motion will be improved. These new controllers will also be sold separately at the cost of $299.99 and they can be used with Quest 2.

The headset is available for preorder and it will start shipping in late October on the Meta website

Read More
Can’t connect to this network Windows issue
Internet connectivity issues like Can’t connect to this network present a complex problem with simple solutions for PC and laptop users. First, it is usually recommended that users rule out problems with the internet connection, router, and Wi-Fi settings before proceeding to troubleshoot settings on your PC/laptop. Once the rest are ruled out, we can then proceed with the following troubleshooting steps and guidelines to fix your wifi connection issue: The first step is to update your windows network adapter driver. Connectivity problems may arise if your network driver is not updated or if it is incompatible with the network adapter. To do so, you may resort to any third-party driver scanning and installing programs found online. This solution should resort if users don’t want the hassle of perusing through windows settings that users may not be familiar with. However, this solution requires a pre-existing internet connection other than wifi, so it is recommended you have a backup internet connection via ethernet. The second step is to uninstall the driver for your network adapter. This solution is to resort if there is an issue with the driver as restarting the PC after the following steps let windows reinstall the driver again:
  • Open the quick access menu on your keyboard by pressing the Windows key and X key at the same time and select “Device Manager” from the menu list.
  • From the list of devices, select “Network Adapters”
  • Usually on the top of the list is the Wireless Network Adapter
  • Right-click the Wireless Network Adapter and select the option to “Uninstall device”
  • You will be given a confirmation in a new separate window to proceed. Click “Uninstall” to proceed.
  • After completing the previous steps, try rebooting your Windows PC and reconnecting to see if it works.
A third step is to disable the 802.1 1n modes of your network adapter by following the next steps:
  • First press the Windows logo key and the X key at the same time to bring up the quick-access menu. And like the previous step, select “Device Manager”
  • From the list of devices, select “Network Adapters”
  • Right-click the Wireless Network Adapter from the drop-down menu and select properties
  • Under properties, select the “Advanced” tab then select the 802.1 1n Mode. To the right drop-down menu change the option to  “Disabled” and click “Ok”
  • After, try to re-establish the connection to see if the steps have worked.
In the event that any of the preceding did not fix your problem, it helps to take a second look at the router and network settings using the interface provided by your ISP. A simple reset to the back of your router often fixes the issue. Also, try to check if you have any other administrative capabilities over the network to determine whether your device, in particular, has been MAC filtered or if the frequency of your wireless adapter is not compatible with the broadcast frequency of your router.
Read More
Fix GWXUX has stopped working in Windows
If your Windows 10 computer is downloading or installing updates but suddenly an error pops up saying, “GWXUX has stopped working”, read on as this post will show you what you can do to resolve the problem. GWXUX is a process responsible for downloading and installing Windows updates and is installed on your computer via Windows Updates. That particular update is known as “KB3035583”. Through this process, the “Get Windows 10” pop-ups are installed and initiated by Microsoft. This process is also capable of checking the compatibility of your PC to run Windows 10 as well as preparing it for installation. However, this process might also result in excessive usage of Disk and sometimes, CPU. So in this post, you will be guided on how you can fix the issue with the GWXUX. Follow the instructions given below carefully.

Option 1 – Disable GWXUX in the Task Scheduler

You will have to disable the gwxux.exe process to run from the Task Scheduler. Thus, you need to follow the steps below to do so.
  • Open the Cortana Search box and then type “task scheduler” in the field.
  • Then click on Task Scheduler from the related search results that appear to open it.
  • After opening the Task Scheduler, navigate to Microsoft > Windows > Setup > gwx on the left panel from the Task Scheduler Library.
  • Once you select the GWX folder, you will see two tasks that are listed under that folder. Select both of these tasks and permanently disable them.
  • Restart your computer to apply the changes made and check if the issue is now fixed or not.

Option 2 – Uninstall the KB3035583 Windows Update

  • To uninstall the KB3035583 Windows Update, you need to go to Control Panel, and for you to do that, type “control panel” in the Cortana Search box.
  • After that, click on Control Panel from the related search results given.
  • Once Control Panel is pulled up, search for “View Installed Updates” in the search field from the top right part of the window.
  • Next, click on a link labeled, “View Installed Updates” under the Programs and Features menu.
  • After clicking the link, you will see the list of all the installed updates in your computer from the Windows Updates.
  • Now look for an update named “KB3035583” and select it.
  • You should notice the Uninstall button located at the top portion of the sub-menu ribbon as you can see on the snippet below. Click on that button to uninstall the KB3035583 Windows Update.
  • After uninstalling the update, make sure to restart your computer to apply the changes made.

Option 3 – Try using the System File Checker

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 with good system files that might be causing the error 0x80200056. 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.
After running the System File Checker, restart your computer and check if the error with the GWXUX.exe file is now fixed or not.
Read More
Fix Chrome ERR QUIC PROTOCOL ERROR in Windows
If you aren’t able to pull up any website and instead got the ERR QUIC PROTOCOL ERROR error message in Google Chrome then read on as this post will help you resolve the problem. When you encounter such an error in Chrome, you will see the following error message:
“This site can’t be reached, The webpage at [website URL] might be temporarily down or it may have moved permanently to a new web address, ERR_QUIC_PROTOCOL_ERROR”
This kind of error message pops up when the URL is down. However, if you are certain that the site is not down and you’re still seeing this error message, then troubleshoot further using the suggestions given below.

Option 1 – Try to disable the QUIC Protocol

QUIC is an experimental transport layer network protocol that is present in Google Chrome in order to establish a connection between two endpoints over UDP. So if there is any problem on the development side, you will most likely encounter ERR_QUIC_PROTOCOL_ERROR on your Google Chrome browser when you try to open any website. Thus, you have to disable the QUIC protocol in order to resolve the error. How? Simply follow the steps below.
  • Open your Google Chrome browser.
  • Now type in “chrome://flags/” in the address bar and hit Enter.
  • After that, look for the Experimental QUIC protocol which should be set by default.
  • Then expand the drop-down menu and select Disable.
  • Restart Google Chrome and see if the error is fixed or not.

Option 2 – Disable VPN

As mentioned, if you are using VPN, this could be the reason why you’re getting the Windows Update error 0x800F0922 so the most obvious thing to do is for you to turn off the VPN and try to run the Windows Update once more. And if you use a VPN software that works using their software, you can just completely exit or log-off from its account. On the other hand, if you are using a built-in Windows 10 VPN, you can simply turn it off or delete all the settings you have created there. Although it’s understandable that you might have to use a VPN connection to connect to the work network, you really have to disable it at least until the Windows Update is no longer stuck in the error 0x800F0922. It would be best if you do this when you are not working.

Option 3 – Disable the Proxy server

You can also try to disable the Proxy server to fix the ERR_QUIC_PROTOCOL_ERROR in Chrome. Refer to these steps to do so:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.
Read More
A Quick Guide to Resolving Error 0146 on Your Dell Laptop

Error 0146 - What is it?

Dell laptop is a great choice for laptop users who like to have the best configuration, fast working platform, and long warranty period. But this does not mean that your errors can’t pop up on Dell laptops. Users can experience a variety of hardware and software-related issues on Dell laptops. And one such error is the error code 0146. This is a typical Dell laptop hard drive-related error code. It can cause your Dell laptop to freeze and system applications to stop responding for a long period of time. Therefore, it is recommended to fix the error immediately.

Solution

Restoro box imageError Causes

Error 0146 may be triggered due to several reasons on your system. These include:
  • Program corruption
  • Viral infection
  • Hard drive issues

Further Information and Manual Repair

The good news is that error 0146 is easy to fix. Here are some of the easy do it yourself methods that you can try to resolve error 0146 on your system:

Method 1 - Run a Virus Scan

Malware and viruses can corrupt and damage the hard drive and trigger error 0146. In such an event, it is recommended that you open your antivirus, update it and run a full virus scan on your PC. Once the scan is complete, remove all the viruses. This will hopefully resolve the error 0146.

Method 2 - Run Your Laptop in Safe Mode and Clean Boot

Another alternative is to run your Dell laptop in safe mode and clean boot. To do this, simply disconnect all the attached devices like wireless printers, routers, and USB keys and turn off your laptop. Turn it on again and then press and hold the F8 key. Make sure you do it quickly before the Windows logo comes up. Now select ‘Safe mode with networking’ and press enter. After that, open System Configuration Utility by going to the start menu and typing ‘msconfig’ in RUN, and then click OK. In the System Configuration Utility click General then selective startup. Now uncheck the load startup items box ad select services and then check the hide all Microsoft services box and disable all. To apply these changes, click ‘Apply’ and then OK.  Now restart your laptop.

Method 3 - Change to SATA Drive

Sometimes error 0146 may pop up due to hard drive configuration changes. If this is the reason for error occurrence, then simply go to Dell Laptop BIOS. Check whether the hard drive configuration has been changed to AHCI SATA from SATA Drive. If it has changed, then it is advisable to change it back to SATA Drive. When you are done back up all your data, and then format your hard drive. It is important to create a backup because formatting will make you lose all your data. Once you format the hard drive, reinstall Windows from scratch.

Method 4 - Run a Registry Scan

If the error 0146 results due to program corruption then there is a possibility that the underlying reason might be registry damage. Therefore it is advisable to run a registry scan and repair it. To do so, download Restoro. This is a cutting-edge and user-friendly PC Fixer integrated with a registry cleaner. Run it to scan for registry issues. It removes all obsolete files corrupting and damaging the registry, repairs important and damaged system files and cleans the registry in the shortest time. Click here to download Restoro and resolve error 0146.
Read More
DNS_PROBE_FINISHED_BAD_CONFIG error in Chrome
If you always use Google Chrome when browsing the internet, then you might have come across an error saying, “This webpage is not available, DNS PROBE FINISHED BAD CONFIG”. If you do, then this problem certainly has something to do with the DNS since any error code which has “DNS” in it points out a network issue in the computer. Getting the DNS_PROBE_FINISHED_BAD_CONFIG error indicates that your computer is not able to connect the website because the Domain Name Server or DNS wasn’t able to resolve the website name into IP address or it is not available at all. So in this guide, we’ll help you sort out this issue in Chrome on your Windows 10 PC.

Option 1 – Check the Network Cables and restart your router then reconnect

The most obvious thing you can do first is to try checking if the network cables connected to your computer or router are properly connected or not. If it turns out that some network cables are not connected properly, then it’s probably why you’re getting the DNS_PROBE_FINISHED_BAD_CONFIG error in Chrome. And if your computer is connected via Wi-Fi, you need to make sure to restart your router once. In addition, you can also forget the Wi-Fi your computer is currently connected to and then try reconnecting again to see if it would work.

Option 2 – Flush the DNS and reset TCP/IP

Flushing the DNS and reset TCP/IP could also help in fixing the DNS_PROBE_FINISHED_BAD_CONFIG error in Chrome. To do so, refer to these steps:
  • Click the Start button and type in “command prompt” in the field.
  • From the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
  • After opening Command Prompt, you have to type each one of the commands listed below. Just make sure that after you type each command, you hit Enter
    • ipconfig /release
    • ipconfig /all
    • ipconfig /flushdns
    • ipconfig /renew
    • netsh int ip set dns
    • netsh winsock reset
After you key in the commands listed above, the DNS cache will be flushed and the Winsock, as well as the TCP/IP, will reset.

Option 3 – Try to remove the Proxy

You can also try to remove the Proxy as it might also help you in fixing the DNS_PROBE_FINISHED_BAD_CONFIG error. Here’s how you can do it:
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 4 – Change the DNS

Try to use the Google Public DNS If the first option didn’t work, you can try to use the Public DNS by Google and see if it can help fix the DNS error. You have to modify the DNS settings in your system explicitly and use the DNS IP addresses.
  • 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” and “8.8.4.4” and click OK and exit.

Option 5 – Clear Chrome’s browsing data

If your browsing data in Chrome hasn’t been cleared for some time now then that might be the reason why you’re suddenly getting the DNS_PROBE_FINISHED_BAD_CONFIG error when you browse the web. To fix this error, you need to clear your web browsing data. Refer to the following steps to do so.
  • Tap the Ctrl + Shift + Delete buttons to go to the Clear browsing data section in Chrome.
  • Next, set the time range to “All time” and tick all the boxes and then click on the Clear data button.
  • After that, restart the Chrome browser and try to open the website you were trying to open earlier.

Option 6 – Try running the Chrome Cleanup tool

In case you don’t know, there is actually a built-in malware scanner and cleanup tool in Chrome that helps you get rid of any unwanted ads, pop-ups, and even malware, as well as unusual startup pages, toolbars, and other things that could affect the performance of the browser.
Read More
Fix Something went wrong with the projection
As you know, Windows 10 is created with the goal of developing an operating system that caters to users’ needs and enhances productivity. That’s why modern computers that are running the Windows 10 OS have the capabilities to project their screen to an external display wirelessly. That said, Microsoft has a dedicated and pre-installed app called Connect which helps another device to project their screen on the computer. However, this feature is kind of delicate and won’t work unless it’s properly configured. So if some configuration does not work out well, it will throw an error message that says
“Something went wrong with the projection”.
This kind of error is caused by some issues with the Display driver, hardware, corrupted or damaged system files, and so on. And to fix it, there are several methods you can check out. You can try to update, roll back or reinstall the Display drivers. You could also run the Network Adapter troubleshooter or the Video Playback troubleshooter as well as run System Restore to undo any recent changes that might have triggered the error or reset your Windows 10 computer without deleting any files. For more details, refer to each one of the options provided below.

Option 1 – Try to update or rollback the Graphics driver

You can try to update your Graphics card driver using the Device Manager in your computer to resolve the blank dialog boxes problem or you can also go directly to the website of your graphics card manufacturers like NVIDIA, Intel, or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it. To update your Graphics driver via Device Manager, refer to these steps:
  • First, boot your computer into Safe Mode.
  • After that, tap the Win + R keys to launch Run.
  • Type in MSC into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. From there, look for the Display Adapters and click on them.
  • After that, right-click on each entry under the Display Adapters and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.
Note: If updating the Graphics driver didn’t fix the problem, you can also try to roll back to its previous version and see if that helps or you could also try to roll back, update or reinstall the Network Adapter drivers.

Option 2 – Try to run the Network Adapter troubleshooter

To run the Network Troubleshooter, refer to these steps:
  • Open the Search bar on your computer and type in “troubleshoot” to open the Troubleshoot settings.
  • Next, scroll down and select the “Network Adapter” option from the right pane.
  • Then click on the Run Troubleshooter” button.
  • After that, your computer will check for any possible errors and will pinpoint the root cause of the problem if possible.
  • Restart your computer.

Option 3 – Try to run the Video Playback troubleshooter

If the Network Adapter troubleshooter didn’t work in fixing the problem, you can try to run the Video Playback troubleshooter instead. To run it, simply go to Settings > Update & security > Troubleshoot. From there, scroll down until you see the Video Playback option and then click on the “Run the troubleshooter” button to get started. This troubleshooter will detect and automatically fix any problems related to video playback so it should help fix the error.

Option 4 – Try performing a System Restore

You might also want to perform a System Restore that might help you in fixing the error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
  • 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.

Option 5 – Reset your computer

  • Tap the Win key or click on the Start button located in the Taskbar.
  • Then click on the Power button at the bottom right portion of the screen.
  • Next, press and hold the Shift key on your keyboard and then click on Restart. This will restart your Pc into the Advanced Startup options.
Note: Once you have access to the Advanced Startup options, you have to go to the setting which allows you to Reset your Windows 10 PC. All you have to do is select Troubleshoot > Reset this PC to reach the following screen Afterward, select either the “Keep my files” option and then proceed to the next on-screen instructions that follow to reset your Windows 10 computer without losing your files.
Read More
How to Fix Error 1005 Access Denied
Recently, some users reported that they were unable to access a website and only got the Error 1005 Access Denied instead. Specifically, users experience this issue when trying to open the Crunchyroll website – one of the largest anime and manga websites. This particular error is encountered not just on Crunchyroll but on a variety of websites like blogs, video streaming, forums, and so on. Here’s the full context of the error message:
“Error 1005 Access Denied – The owner of this website has banned the autonomous system number (ASN) your IP address from accessing this website.”
Usually, this error occurs when the website administrator decides to block an IP address or IP range. To fix this error, here are some suggestions you can try:

Option 1 – Uninstall the VPN service you are using or use a different provider

If you are using a VPN service, you might want to uninstall it. As mentioned, website administrator blocks IP ranges if they notice any malicious activities and because of this, your IP address might fall into the banned range even if you didn’t do anything at all. To uninstall the VPN service, follow the steps below.
  • Tap the Win + R keys to open the Run dialog box
  • Then type “appwiz.cpl” in the field and hit Enter to open the Programs and Features in Control Panel.
  • From there, look for the VPN service you are using, select it and then click on Uninstall to remove it.
  • After that, restart your computer and try to install the latest version of the program again. It should work now. If not, proceed to the next available option below.

Option 2 – Try disabling the Proxy server

There are some users who reported that they’ve fixed the problem after they’ve disabled the use of a proxy server using the built-in way. Follow the steps below to disable proxy server.
  • Tap the Win + R keys to open the Run dialog box.
  • Then type “inetcpl.cpl” in the field and hit Enter to pull up the Internet Properties.
  • After that, go to the Connections tab and select the LAN settings.
  • From there. Uncheck the “Use a Proxy Server” option for your LAN and then make sure that the “Automatically detect settings” option is checked.
  • Now click the OK and the Apply buttons.
  • Restart your PC.
Note: If you are using a third-party proxy service, you have to disable it.

Option 3 – 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 ERR_CERT_COMMON_NAME_INVALID error in Chrome. 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 4 – Try contacting the website administrator

If the first three given options didn’t work, you might want to consider contacting the website administrator especially if you’ve already determined that the issue does not occur due to a VPN or proxy server that you’re using. This option can be quite tricky since you won’t be able to submit a contact form since you’re banned from accessing the website but you can contact the admin via the form section if available.
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