To restart the Volume Shadow Copy Service (VSS) on Windows 10, do the following:
Press ⊞ Windows + X to bring up the Windows menu.
Click on command prompt (admin)
In the command prompt window, type the commands below and hit Enter after each line:
net stop vss
net start vss
Once the commands execute successfully, try the system image backup again. The operation should complete successfully.
You need to also check if the Software Protection Service is disabled. If it is, then Start it and ensure that it is set to default which is Automatic (Delayed Started).
Create System Image using PowerShell
Command lines are less prone to errors provided the syntax is correct, unlike GUIs that can suffer a glitch every now and then.
To create a system image with PowerShell do the following:
Open the Windows PowerShell as administrator. To create a System Image in Windows 10 using PowerShell, you will have to run the Wbadmin command.
Inside the Powershell window type, then press Enter: wbadmin start backup-backup target: E:-include: C:-quiet-allCritical E: is the target drive where you’re going to save the system image, and C: is the system root drive where Windows is currently installed
To extract the created system image, starting over from Windows 10 USB installation media, select advanced startup or open run and type: C: \ Windows \ System32 \ Shutdown.exe / r / o
Use third-party imaging software
If the previous two solutions have not managed to solve the issue there is always an option to use a third-party imaging solution. There are free open source and buying options offering various advantages each. Find out which one works best for you and use it.
Microsoft office has set itself as one of the most used and best suites for business use and MS Word as the most widely used word processor. But how even best are not immune to some small bugs and unexpected behaviors so is not Word. Word has stopped working is probably know to a wide audience of its users, I think I could safely say that each Word user has experienced this error at least once, luckily the error is not anything to worry about since it is an easily fixable issue.
Try automated solutions
There are some fully automated solutions that could fix any PC issues, some are available in free versions. If you prefer to do things manually however keep on reading and follow the instructions below.
Manual FIXES:
Update MS Word
Make sure that you are running the latest build of Word in order to eliminate all bugs and to have a smooth running experience. Go to File > Account > Product Information > Update Options and click Enable Update and then select Update Now.
Check the file
Corrupted files can cause this crash and this error, try opening another text file inside the Word to eliminate file corruption.
Run Word in safe mode and disable add-ins
Did you know that MS Word has a safe mode like Windows? In this safe mode, Word will boot up just the application without any add-ins installed and in this environment, you can start one add-in by one to see which one is causing the issue.
Press ⊞ WINDOWS + R to open the run dialog
Inside run dialog type in winword /safe followed by ENTER to run Word in safe mode
If MS Word works fine in Safe mode, disable all COM Add-ins (while being in safe mode) and restart Word. Re-enable the add-ins one at a time to identify the problematic one.
Click on File and then on Options
Click on Add-Ins from the options list
Select COM Add-ins from the drop-down menu and click on Go
Uncheck all the add-ins and click OK to confirm
Close the Dialog Box and MS Word. Now try running MS Word normally and see if it works
Repeat steps to enable the add-ins, one at a time, and check which add-in is causing this error
Repair Word installation
Press ⊞ WINDOWS + R to open the run dialog
In run dialog type in control panel and press ENTER
Inside Control Panel click on Programs and Features
Locate and click on Microsoft Office to select it
Once selected click on change located on top of the application list
Once Office Windows loads click on Repair
Wait for the process to finish
Reinstall MS office
If all the previous solutions failed next step would be to completely uninstall MS Office and install it again once the old one has been completely removed from the system.
Go to the control panel as explained in the previous step and select Office
Instead of Change this time click on uninstall and follow on-screen instructions
Once uninstall is finished, install a new copy of MS Office.
If you suddenly get a message telling you that “Your Windows license will expire soon, You need to activate Windows in Settings” on your Windows 10 computer but you know that your Windows 10 is already activated. Worry not for this post will help you get rid of that error message right away. Before you get started, make sure that you have the Windows product key with you. If you don’t, you can get it by running the following command in an elevated Command Prompt:
wmic path SoftwareLicensingService get OA3xOriginalProductKey
Take note of the product key and then proceed to the options given below.
Option 1 – Try activating Windows 10 again or use another product key
If you’re sure that you have the correct product key, click the Go to the Settings button.
After that, click the Activate button once again.
If you have another license key, you can also use that as well, just simply click on the Change product key.
Then enter the new product key and click on Activate. That should fix the problem, if it doesn’t, refer to the next option below.
Option 2 – Try to reset the licensing status
Click the Start button and then type “cmd” in the Search box and then tap Ctrl + Shift + Enter to open an elevated Command Prompt.
Next, type the “slmgr –rearm” and hit Enter to reset the licensing status.
Restart your computer and check if the error is now gone or not.
Option 3 – Try uninstalling the product key and re-enter it once more.
The first thing you have to do to uninstall the product key is to know the Activation ID of your Windows installation. To do so, open an elevated Command Prompt and type this command, and hit Enter – vbs /dlv
After you enter the command, you should see the licensing status and Activation ID. And to get all the Activation IDs of all the installed Windows versions, key in this command and hit Enter – vbs /dlv all
Note: The “/dlv” parameter will give you the license information for the installed operating system.
After you enter the second command, you should see a Windows Script Host window with all the Windows licensing and activation status. Take note of the Activation ID.
Next, in the same elevated Command Prompt, type this command – slmgr /upk <Activation ID>
Note: In the third given command, “/upk” stands for “uninstall product key”. This parameter uninstalls the product key of the current Windows edition.
Restart your PC. After that, your computer will be in an unlicensed state so you need to re-enter the product key again.
Option 4 – Try rebuilding the Tokens.dat file.
The issue might be caused by a corrupted Tokens.dat file. The Tokens.dat file is a digitally signed file that stores most of the Windows Activation files so if it is corrupted then no wonder you’re having activation issues. To rebuild the Tokens.dat file, refer to these steps:
From the WinX Menu, open an elevated Command Prompt.
After opening Command Prompt, you need to type each one of the following commands and after you type each command, hit Enter.
net stop sppsvc
cd %windir%ServiceProfilesLocalServiceAppDataLocalMicrosoftWSLicense
ren tokens.dat tokens.bar
net start sppsvc
exe %windir%system32slmgr.vbs /rilc
Now restart your computer.
Option 5 – Try running the Windows 10 Activation Troubleshooter
Go to Settings and then select Activation.
After that, click on the Windows Activation and then troubleshoot. This will help you address most of the commonly found activation issues in Windows devices.
Option 6 – Try activating Windows 10 via mobile phone
Activating Windows 10 can also be done using your phone. Just note that you have to call Microsoft to do so.
In the Start Search box, type in “Slui 4” and tap Enter.
Next, select your country and click on Next.
Keep the window open and call the toll-free number of the country you’re from.
Afterward, a confirmation ID should be given by the automated system which you must take a note of.
Finally, in the box on the window, type in the confirmation ID and click on the Activate button. That should do it.
DuckGoGo a popular private search engine is releasing its first browser soon that is focused on privacy like its search engine.
From the recent blog, Gabriel Weinberg, CEO of DuckDuckGo, has stated:
“Like we’ve done on mobile, DuckDuckGo for desktop will redefine user expectations of everyday online privacy,”
From everything that we have learned so far, the browser will be focused on making privacy super easy and simple, eliminating tons of different settings about privacy, and making the whole environment robust privacy protection all set by default. Settings will be applied in all fields, across search, browsing, email, and more. Gabriel also said that aim of the browser is not just a privacy browser, it is meant to be built and used as your everyday browser, for everyday use that protects your privacy as a bonus.
One interesting thing that was stated is that browser itself is built upon OS-provided rendering engines instead of typical Chromium. DuckDuckGo says this approach will strip away a lot of the unnecessary cruft and clutter that's accumulated over the years in major browsers. Also, the company stated that when compared to Chrome, the DuckDuckGo app desktop is cleaner, way more private and that early tests have found out that it is significantly faster as well.
Is this just corporate advertising or reality? We will see once the browser is released, or once it is released for public testing. Until then take care and happy holidays.
There is a lot of software on the market today, but from time to time we discover something extraordinary and unique worth sharing and today we have a threat for you. Ventoy is a tool that will help you with system reinstallations and system maintenance once and for all.
If you are a computer user that has multiple operating systems or you are installing and maintaining different hardware via different OS there is a high chance that you have multiple USB sticks with different operating systems on them.
Now the problem with that is that there are probably too many unlabeled sticks around or you do not have enough so you keep making system USBs depending on which one you might need.
Ventoy solves all of these problems by letting you have as many operating systems images as your USB has capacity. The only thing you need to do is get the software here: https://www.ventoy.net/en/index.html and make a USB with it, then you can freely just copy your ISO images onto the USB and once it is inserted into the computer you will be given a menu to choose which one you would like to start with, simple as that.
In this post, you will be guided on how you can turn on or turn off the Tailored Experiences feature in Windows 10 using three methods – via Settings, Registry Editor, and Group Policy Editor.
The Tailored Experiences feature in Windows 10 helps Microsoft in delivering recommendations about Microsoft Products. The diagnostic data that comes with it allows Microsoft to know about its consumers’ experiences as well as collect feedback. To simply put it, tailored experiences are personalized tips, ads, and recommendations that enhance Microsoft products and services for consumer needs. And when you enable this feature, Windows will collect information from your browser, apps, features, and many more.
After collecting information, it will offer contents that are tailored based on the data gathered on the lock screen of your computer, Windows tips, and other related functions. On the other hand, the diagnostic data is the one that allows Microsoft to get feedback from the customer. So if you’ve noticed some prompts when you use Windows that ask you about the experience, that’s actually a part of the diagnostic data.
A lot of users find this feature useful. However, there are also skeptical ones that don’t share the same sentiments. If you are one of the skeptical ones, you actually have the option to turn this feature off if you do not want Microsoft to show ads, recommendations, and so on. It is also recommended that you enable the Diagnostic Data collection as you can choose to delete any collected data, as well as control the feedback frequency from Automatic to Once a day, or once a week, or to never.
As mentioned, there are three methods you can choose from to either turn on or turn off Tailored Experiences. You can do it via Settings, Registry Editor, and the Group Policy Editor. To get started, follow the options provided below.
Option 1 – via Settings
To turn on or off Tailored Experiences using Settings, refer to these steps:
Go to Settings and here, click on Privacy.
Next, go to Diagnostic and Feedback.
From there, toggle off the control under the Tailored experiences option to turn it off or toggle it on, if you want to turn it on.
Option 2 – via Registry Editor
To turn on or off Tailored Experiences via Registry Editor, follow the steps below.
Tap the Win + R keys to open the Run dialog box and type “Regedit” in the field and then tap Enter to open the Registry Editor.
Next, navigate to this registry path: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPrivacy
After that, look for the DWORD named “TailoredExperiencesWithDiagnosticDataEnabled” and change its value to 0 if you want to turn it off or 1 if you want to turn it on.
Option 3 – via Group Policy Editor
To turn on or off Tailored Experiences using the Group Policy Editor, here’s what you have to do:
Tap the Win + R keys to open the Run prompt and type “gpedit.msc” in the field and hit Enter to open the Group Policy Editor.
Next, navigate to this policy setting: User ConfigurationAdminstrative TemplatesWindows ComponentsCloud Content
Here, double click on the “Do not use diagnostic data for tailored experiences” option and select Enabled. Once you do that, you will see the following description:
“This policy setting lets you prevent Windows from using diagnostic data to provide tailored experiences to the user. If you enable this policy setting, Windows will not use diagnostic data from this device (this data may include browser, app, and feature usage, depending on the “diagnostic data” setting value) to customize the content shown on the lock screen, Windows tips, Microsoft consumer features, and other related features. If these features are enabled, users will still see recommendations, tips, and offers, but they may be less relevant. If you disable or do not configure this policy setting, Microsoft will use diagnostic data to provide personalized recommendations, tips, and offers to tailor Windows for the user’s needs and make it work better for them. This setting does not control Cortana tailored experiences, since there are separate policies to configure it.”
Shortcut virus is an easily spreadable and annoying combination of Worm and Trojan that hides all of your files and folders and then replaces them with shortcuts that look identical to replaced files and folders.
Once disguised it will wait patiently for a user's click and once that happens it will replicate itself and further infect the system. This rapid spread can lead to stolen personal data, some system hick-ups, and other system-related issues.
This malware mainly affects physical file transfer devices like for example and most USB drives, hard drives, and SD memory cards and it can easily transfer itself to the computer.
The advantage of this shortcut virus comparing it to others is that it is mostly undetected by a vast variety of antivirus software. So running just anti-virus software maybe not be enough to remove it from your system. Luckily for all unfortunate users that have caught this annoyance, it can be easily removed fully manually in a short time.
How to Remove Virus from USB and other removable media
Firstly plugin USB, SD, or removable drive. The infection will transfer to your computer when the infected drive is plugged in so before we go to clean the computer itself, clean each removable drive that you have. Also know that infection will spread from computers into removable devices as well if it is not cleaned.
Open the File Explorer and remember under which letter is removable drive registered. Open Command prompt but with administrator privileges and go to infected rive by typing its letter followed with “:” (for example D:) and press ENTER
Once you have successfully gone to infected drive type in command prompt:
Attrib -s -r -h /s /d *.*
This will unlock all original files back into removable storage, next copy all files to your computer, and format the removable drive. Once the format is complete, unplug the removable device. Continue to clean all devices with the same method.
How to Permanently Remove a Shortcut Virus from Your PC
Now once we have cleaned all removable devices it is time to fully clean the PC
Firstly open the task manager ( CTRL + SHIFT + ESC ), in the process tab find wscript.exe or wscript.vbs, right-click on it (or both if present), and select End Task. Now close the task manager and press Start. Inside start typing in registry editor to search for it and once found open it.
Find the following key inside the registry editor:
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Run
In the right panel, look for any strange-looking key names, such as odwcamszas, WXCKYz, OUzzckky, etc. For each one, run a Google search to see if it's related to shortcut viruses.
If any returns a positive match, right-click on them and select Delete. !!! Accidentally deleting an important key can cause Windows to become unstable, so double-check everything !!!.
Close the Registry Editor
Now press ⊞ WINDOWS + R to open the run dialog and type in it Msconfig followed by ENTER. Once the System Configuration window opens go to the Startup tab. In the Startup tab, look for any strange-looking .EXE or .VBS programs, select each one and click Disable. Close the Window.
Once again open the run dialog and type inside %TEMP% and press ENTER in order to open the Windows temp folder. Inside this folder delete everything.
Next in the File explorer go to
C:\Users\[username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
Look for any strange-looking .EXE or .VBS files and delete them.
Ever gotten an e-mail offer that seemed just a little bit too good to be true? Might’ve been a phishing attempt! These are everywhere and can come in many different forms.
So what’s phishing exactly, how can you detect it and how can you keep safe?
What is phishing?
Phishing (pronounced like fishing) is a type of cyberattack that tricks the user into trusting the source and revealing sensitive information. Fishing being the perfect analogy, the bait is a legitimate-looking site, e-mail or file and when you take a bite, your identity, banking information and much more can be revealed and stolen.
Some phishing attempts are incredibly obvious, others are super elaborate. Like with most types of malware, cybercriminals have become extremely well-versed in phishing and anyone can fall for it. To help you recognize and avoid it, we’ll take you through a couple of phishing types and give you tips on what to do if faced with them.
Phishing techniques
E-mail phishing
This is actually the most common type of phishing. A cybercriminal creates an e-mail containing stuff like attractive offers, legitimate-looking attachments or links and makes it appear as though it’s coming from a trusted source.
For example, it looks like it’s coming from your bank or your favorite retailer. The logo looks legit and the structure of the e-mail seems familiar, so you might get tricked into clicking on whatever clickable content is in it.
Unfortunately this exposes your device to malware that hands your data off to the hacker, who can decide what to do with it further.
SMS and social media phishing
Like the above example, you could be approached with lucrative offers or links via text messages or social media messages. Typically, the messages seem relevant to the user as they will be made to look like they’re related to apps or services you’re using.
Voice phishing
Voice phishing attacks are schemes that appear as though they’re coming from a credible number. Normally, you’ll get a call about something related to credit cards or taxes to get you into a state of worry, leading you to disclose personal information on the phone.
Spear phishing, whaling and BEC
Spear phishing normally targets specific individuals within a company who are likely to have access to sensitive data. Spear phishers spend time collecting information they can use to reach out to the individual looking as trustworthy as possible. They’ll typically lead with something relevant, for example mentioning an upcoming company event, and make a seemingly legitimate request.
Whaling is a more elaborate form of spear phishing, which targets people in even stronger positions such as executives or high-value individuals. The ultimate goal is to get them to transfer financial or other sensitive information that can be used to compromise the entire business.
BEC, or Business e-mail compromise, is a specific spear phishing technique carried out via e-mail. While there are many ways this is done, most commonly you’ll see instances where the phisher poses as a CEO or similar executive, or as a lower-level employee in specific positions (e.g. sales managers or financial controllers).
In the first situation, the impersonator reaches out to employees requesting them to transfer certain files or pay invoices. In the second situation, the phisher takes control of the employee’s e-mail account and sends false instructions to other employees in order to obtain data and information from them.
What can you do?
There are many ways you can be aware and spot a phishing attempt. Here are some tips:
Always check the sender’s address in your e-mails, even when they seem to come from a familiar source.
In any instance where payment information is requested, be very, very careful.
If you are receiving attachments you never asked for and definitely didn’t expect, better not click on them.
Beware of content that transmits a sense of urgency (sales deals, urgent updates to login credentials, etc.).
Bad spelling and grammar are usually a telltale sign of phishing.
Links that look shortened (e.g. Bit.ly) or just suspicious in general - if you have a bad feeling, do not click on them.
If you are receiving threats, you probably shouldn’t be clicking on anything in that message.
Always examine first-time senders in detail.
Block suspicious e-mail addresses, numbers and social media accounts.
If you are receiving a coupon for free stuff… You aren’t.
If you’re being asked to update your payment details by a service you use, such as Netflix, chances are it’s an impersonator.
Those are some of the ways to identify and prevent phishing attacks. However, sometimes phishers disguise themselves a little too well or a misclick happens and there you go - you’ve been exposed to malware.
This won’t happen if you invest in powerful protection software from the get-go, though. A good antivirus program like Bitdefender will keep you safe from becoming a victim of phishing scams. In fact, it will protect you from malicious attacks overall.
Be it your household or your business you’re concerned about, there are a bunch of different packages and options available, providing different kinds of cybersecurity services. That’s the only way you can ever really be sure you aren’t at risk of a digital attack.
Summary
Have you ever been targeted by phishers and didn’t know that’s what it was until you read this article? Many can relate. Protect yourself before it’s too late!
0x00000050 is a type of stop error code. It is also known as a Blue Screen of Death error. It usually occurs when you try to start your PC or load a program. It can also occur while running a program.
This error may also pop up when you restart your PC after installing Windows XP Service Pack (SP1) on your computer. Unlike some PC related errors, 0x00000050 error code occurs without any warning.
The stop 0x00000050 error is displayed in a blue screen and interrupts you from carrying your desired activities on your PC smoothly. This error message is prompted in the following format:
Stop 0x00000050 error code may pop up on your Windows computer screen due to multiple causes. The most common causes for this error code include:
Poor PC maintenance
Registry issues- Bad registry keys, invalid entries, corrupt and damaged registry
Incompatible DLL files
Corruption of system files- Pool corruption in the Srvnet.sys file
Spyware and viruses
Overheating of PC components
The conflict between Windows XP SP1 and the display adapter drivers that are currently installed on your PC.
It is advisable to resolve 0x00000050 error code on your PC right away. BSOD errors are fatal errors and can pose serious threats to your PC. If not fixed timely it can lead to system crash, failure and valuable data loss.
Further Information and Manual Repair
To prevent data loss and system failure, there are some effective methods to resolve Stop 0x00000050 error code on your PC. To implement these solutions on your PC, you don’t need to be a technical whiz or a computer programmer.
Method One
If the error cause is the conflict between Windows XP SP1 and the display adapter drivers then here’s what you need to do to resolve it:
First start Windows in safe mode. To do this, restart your computer and press F8. On the Windows Advanced Options Menu, use the arrow keys to select Safe Mode.
Once you select it press enter. Now use the arrow keys to select the operating system, press enter to start your computer in safe mode.
Go to Start, click Run and then type ’msinfo32’ in the open box and press OK to continue. Then under the System Summary option, expand Components and then click Display to note the information that corresponds to the INF File Item. And then simply quit the utility.
After that, go to the start menu again and then the My Computer and Properties option.
Press the Hardware Tab and then click the Device Manager tab. Go to the ‘Display Adapters’ option and press the option ‘Uninstall. To confirm action press OK.
Once again, go to the start menu and run and then type the following commands as illustrated below and after each command press enter.
ren %systemroot%infINF file name from Step 5.inf *inf.old
ren %systemroot%infINF file name from Step 5.pnf *pnf.old
This procedure may look pretty lengthy but it is worth it. Once you insert the commands, close all open windows and then reboot your system. Now download the latest drivers for your display adapter and install them. This will hopefully resolve the 0x00000050 error code on your system.
Method Two
Sometimes 0x00000050 BSOD error may occur due to temporary issues like overheating PC components. In times like these, all you need to do to fix the issue is to switch off your computer and allow the components to cool down. Try starting your PC after a few hours.
Method Three
If the issue is triggered by malware, then it is advisable to download a powerful antivirus. Scan your entire PC to detect and remove viruses affecting your PC and generating BSOD errors on your system.
Method Four
However, if the error still persists after trying all the methods stated above, then this means the cause of the error is deep-rooted. It is related to the Windows registry. Registry stores all your system files and activities performed on your PC. It usually gets damaged and corrupt if it is not cleaned frequently.
The registry loads with unnecessary and obsolete files like junk files, cookies, internet history, bad registry keys and invalid entries. These files if not removed, accumulate and damage the registry, DLL files, and system files too thereby generate BSoD errors like 0x00000050 error messages.
You can clean and repair the registry manually but it requires a great deal of expertise.
The ideal and easiest way to clean it is to download Restoro. This is highly functional and easy-to-use software. It is embedded with multiple powerful utilities including such as a registry cleaner, an antivirus and a system optimizer.
The registry cleaning feature scans for all errors related to the registry. It removes obsolete files, invalid entries, restores damaged DLL and system files.
The antivirus feature simultaneously detects and removes all kinds of malware. These include viruses, Trojans, spyware, and adware affecting your PC. While the system optimizer feature ensures that your PC functions at its optimum speed.
It is a safe and powerful PC Fixer. It has a user-friendly interface and compatible with all Windows versions.
Click here to download Restoro and Fix Error 0x00000050
Visual studio code is a code editor available for Windows, Linux, and macOS. It is a completely free tool offering you to code in any language without the need to switch to another editor.
Visual Studio Code is part of Microsoft Visual Studio which is a complete integrated development environment (IDE). Take notice that Visual studio itself has more advanced tools for developing and testing, it has 24/7 support, training, and Azure for WEB apps.
Visual Studio Code is an editor lacking in some advanced features Visual Studio offers.
Visual Studio code Price and royalty
As mentioned Visual Studio code is completely free licensed under the MIT license agreement giving you the tool free to use and sell your product.
How it supports Linux, Windows, and macOS, all you need it to go to its official page https://code.visualstudio.com/, download it and start using it.
How this is free project backside is that there is no official support, you will have to rely on various articles and community in order to get needed information or problem solution.
Features
Syntax highlighting has become standard and norm for any editor but besides this function VS code offers us also IntelliSense option which goes a step further with code completion, code hinting, and parameter info.
This means that VS code is aware of many things going on inside your code and will offer you as you type a menu with options for autocomplete along with variables referenced, function names, etc.
VS code offers extensions inside its extensions marketplace where you can add extensions in order to implement new languages, add debuggers, change the layout, etc. This is one of the great features it allows you to easily switch from one project to another, one language to another not leaving your code editor.
Working with version control systems like Git is easy with VS Code. You’ll be able to stage files and make commits, then push and pull changes to your remote code repository of choice, right from the editor.
Conclusion about Visual Studio code
Visual Studio Code is one of if not the most flexible and extensible code editors currently on the market that I have ever tried and used. IT has become my code editor of choice simply for reasons that there is really not much it cannot do and it is constantly updated and taken care of.
You can really tune it to look and feels how you want with extensions and you really cannot beat the free price tag.
I would highly recommend this editor for daily use especially since its biggest competitors like Atom and sublime text have not seen many updates lately.
If you suddenly receive an error saying, “Error 105 (net:: ERR NAME NOT RESOLVED): Unable to resolve the server’s DNS address” when browsing the web, then this means that the DNS lookup has failed. This kind of error is one of the most commons ones you can encounter while using the Chrome browser. And since it’s a pretty common error, the solutions for this one are pretty easy as well.
Option 1 – Disable both the Antivirus and Firewall temporarily
There are times when antivirus programs and the firewall blocks a website that they consider to be malicious or even because of false-positive effects. Thus, you need to disable these programs temporarily as it might be the reason why you’re getting the “Error 105 (net:: ERR NAME NOT RESOLVED): Unable to resolve the server’s DNS address” error in Chrome.
Option 2 – Check the Network Cables and restart the router then reconnect
Of course, the next thing you have to do is to check if the network cables connected to your computer or router are properly connected. 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 3 – Try running the Chrome Cleanup tool
You might want to run Google Chrome’s built-in Malware Scanner & Cleanup tool as it could also help in getting rid of any unwanted ads, pop-ups, and even malware, as well as unusual startup pages, toolbars, and anything else that might overtake the network and could affect the performance of the browser.
Option 4 – Try removing the Proxy
Removing the Proxy might also help you in fixing the ERR_NAME_NOT_RESOLVED error in Chrome. 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 5 – Disable Prefetch in Chrome
In case you don’t know, Google makes use of a prediction service that helps users in completing searches and typing URLs in the address bar. This prediction service uses the already resolve IP address to connect to the website you’ve already visited. Thus, it would be better if you disable it in cases like this one.
Open Chrome’s Settings.
Next, go to Privacy and Security then look for “Prefetch”.
After finding Prefetch, toggle off the “Use a prediction service to help complete searches and URLs typed in the address bar” setting and then restart Chrome.
Option 6 – Flush the DNS, reset Winsock and then reset TCP/IP
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 7 – Try using the Google Public DNS
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 8 – Reset Chrome
Resetting Chrome can also help you fix the error. Resetting Chrome means restoring its default settings, disabling all the extensions, add-ons, and themes. Aside from that, the content settings will be reset as well and the cookies, cache, and site data will also be deleted. To reset Chrome, here’s what you have to do:
Open Google Chrome, then tap the Alt + F keys.
After that, click on Settings.
Next, scroll down until you see the Advanced option, once you see it, click on it.
After clicking the Advanced option, go to the “Restore and clean up the option and click on the “Restore settings to their original defaults” option to reset Google Chrome.