Logo

Fix SAFE_OS phase error in Windows

As of late, users have been reporting about getting an error saying, SAFE_OS phase error during Replicate_OC operation when they tried to upgrade their Windows 7 or Windows 8.1 computers to Windows 10. Although the error code in this problem could vary, in this situation, it states:

0xC1900101 – 0x20017, The installation failed in the SAFE_OS phase error during Replicate_OC operation

To fix this issue, you need to follow the given options below. But before you do, you need to create a System Restore point first so that if anything goes wrong, you can always undo the changes you’ve made.

Option 1 – Try to change the Windows 10 installation

According to security experts, one of the main causes of this error is the KB3064209Windows Update. This particular update is the one responsible for updating the CPU Microcode for processors made by Intel. Thus, if you don’t use an Intel processor, you can skip this option and proceed to the next one. However, if you use Intel, make sure to follow the instructions in this option carefully. Take note that in this solution, C: partition is referred to as the OS Partition while H: partition is referred to as the USB Pen Drive.

  • First, you need to download the Windows 10 ISO from the Windows 10 Media Creation tool and then copy its contents to the Pen Drive H.
  • Next, tap the Win + X keys and click on the Command Prompt (Admin0 option. If a User Account Control appears, simply click Yes.
  • After opening Command Prompt, type the following command:

dism /Mount-Image /ImageFile:H:sourcesboot.wim /index:1 /MountDir:C:UsersUserDesktopmount

  • Now navigate to the following path in the Windows File Explorer:

C:UsersUserDesktopmountWindowsSystem32mcupdate_GenuineIntel.dll

  • From there, right-click on the file named “mcupdate_GenuineIntel.dll and click on Properties.
  • Next, go to the Security tab and click on Advanced. In the Advanced section, change the Owner to your User Account and click OK.
  • And then back to the Security tab, click on the Edit button and check on Full control to make sure that your User Account has all the privileges.
  • Now click on Apply and then OK.
  • After that, delete the file you saw earlier which is named mcupdate_Genuine.dll.
  • Then close all the Windows File Explorer instances and go back to the Command Prompt window and unmounts the image you mounted before by typing the following command:

dism /Unmount-Image /MountDir:C:UsersUserDesktopmount /commit

  • Afterward, repeat the steps from mounting up until here for these files:
    • wim /index:2
    • wim /index:1
    • wim /index:2
  • Now delete the mount folder and remove the USB Pen Drive and then boot with the installer.

Option 2 – Try to perform a Disk Cleanup

Chances are, some unnecessary files in your computer might be interrupting the installation process which explains why you’re getting SAFE_OS phase error during Replicate_OC operation instead so you need to perform a Disk Cleanup in order to fix the problem.

Option 3 – Try updating all your drivers

Every now and then, drivers get corrupted or outdated so it’s no surprise that they conflict with the operating system and cause errors like the SAFE_OS phase error during the Replicate_OC operation. To fix the problem, you need to update all your drivers. Follow the steps below to update your drivers.

  • Tap the Win + R keys to launch Run.
  • Type in devmgmt.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. If you see a red or yellow sign that shows up against the driver, right-click on the driver’s name and select “Update Driver Software” or “Uninstall”. And if you find any “Unknown device”, you need to update it as well.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • Restart your PC.

Note: You also have the option to go directly to the website of your graphics card manufacturer and check if there’s a new update – if there is, download it.

Option 4 – Try to update your system’s BIOS

Aside from outdated drivers, outdated BIOS could also be the reason why you’re getting the SAFE_OS phase error during Replicate_OC operation which is why you need to update your system’s BIOS in order to resolve the issue.

Option 5 – Try checking the Windows Services status

  • In the Cortana search box, search for “Services” and then click on the Services icon.
  • After that, the Services utility will be opened in a new window.
  • Next, look for the following services:
    • BITS (Background Intelligent Transfer Service)
    • Windows Update Service
    • Cryptographic Service
  • Then right-click on each one of the services and click on Properties. From there, select Automatic from the drop-down of the Startup Type menu.
  • Now click on OK for each one of them and restart your PC to apply the changes made.

Option 6 – Try to check the RAM modules

There are many times when all the components of the RAM weren’t able to be used by the computer so you need to check the RAM modules.

  • You need to first turn off your PC and then take out your RAM physically.
  • Next, clean it with a soft cloth and blow some air into the RAM slot in the motherboard.
  • After that, put your RAM back in the same slot.
  • Then try updating your computer system again.

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

Resume an Interrupted Download in Chrome
Where all have been there, we are downloading something and for any kind of reason chrome closes, internet breaks, etc. And our download is interrupted and gone forever, and we need to start again. You will be glad to hear that chrome has side a download manager which tracks each download you made and you can use this manager to resume interrupted downloads. Please note that some websites have certain scripts that will prevent you to resume interrupted downloads, in this case, using chrome's download manager will not work and you will have to start the download again. All of this being said, if your download has been interrupted, and went away, pin Chrome press CTRL + J to open download manager, find your interrupted download, and press the resume button. That's it, you have successfully resumed your download.
Read More
Fix Failed to register a VB Script DLL file on Windows 10
When you try to open Outlook 20016 and other programs on your Windows 10 PC and end up getting an error instead saying, “Failed to register a VB Script DLL. Reinstall or run Regsvr32.exe Vbscript.dll to self-register”, read on as this post will help you resolve the problem and help you re-register the vbscript.dll file. Follow each one of the steps below carefully to fix the problem.
  • Step 1: In the Start search, type “cmd” and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option from the context menu.
  • Step 2: After opening Command Prompt as admin, type the regsvr32.exe vbscript.dll command and hit Enter to execute it.
  • Step 3: After entering the command, it will re-register the concerned DLL file using the regsvr32.exe, a Windows OS tool. The Regsvr32 tool is a command-line utility that allows users to register or unregister OLE controls like the DLL and ActiveX (OCX) controls in the Windows operating system. After the command you entered has successfully run, you will see a message saying, “DllRegisterServer in vbscript.dll succeeded.”
On the other hand, if re-registering the DLL file didn’t work, you might have to log on to your computer using an administrator account and then try re-registering the DLL file once more. But before you do that, you need to create a system restore point first so that if anything goes wrong, you can always undo the changes you’ve made. After creating a system restore point, double-click on the downloaded .reg file to add its contents to the Registry. After that, try opening the program you were trying to open but weren’t able to because of the error. If it doesn’t work, you can always reinstall the affected programs that throw up the error and see if it resolves the problem. You could also seek the help of a one-click solution to fix the problem for you. This program is a useful tool that does not only repair corrupted registries and optimize your PC’s overall performance but also resolves any DLL issues like the Failed to register a VB Script DLL. Reinstall or run Regsvr32.exe Vbscript.dll to self-register” error. Aside from that, it also cleans out your computer for any junk or corrupted files that help you eliminate any unwanted files from your system. This is basically a solution that’s within your grasp with just a click. It’s easy to use as it is user-friendly. For a complete set of instructions for downloading and using it, refer to the steps below.
Read More
0x3D55: Family App information is corrupted
What is 0x3D55? As you know, Windows 10 is loaded with various Universal Windows Platform or UWP apps such as the Microsoft News, Weather, Calculator, Windows Mail, and many other applications that are based on the modern UWP platform of Microsoft that was introduced in Windows 10. Each one of these apps has a shared piece of code in the kernel for them to be able to get executed across any device that runs the Windows 10 OS which includes laptops, PCs, 2-in-1 devices, mobile phones, mixed reality headsets, and many more. However, there are times when the runtime information for these apps ends up getting corrupted which causes them not to function as expected and throws errors like the error 0x3D55. This kind of error can be pinned down when the UWP app malfunctions and you can also find an error message in the Event Log that reads, “0x3D55: Package family <App name with ID> runtime information is corrupted”. So if you encounter this error, read on for this post will walk you through fixing it. There are three suggestions you need to check out to fix this error – first, you can try to reset the Microsoft Store cache, second, you can try to re-register or reinstall the problematic app and lastly, run the Windows Store App troubleshooter.

Option 1 – Try to reset the Microsoft Store cache

Just like browsers, Microsoft Store also caches as you view apps and games so it is most likely that the cache is no longer valid and must be removed. To do so, follow the steps below.
  • Right-click on the start button and click on Command Prompt (administrator).
  • Next, type in the command, “wsreset.exe” and tap Enter. Once you do, the command will clear the cache for the Windows Store app.
  • Now restart your PC and afterward, try opening Microsoft Store again and then try to install your app or update your computer again.

Option 2 – Run the Microsoft Store Apps troubleshooter

The Microsoft Store Apps Troubleshooter will help you in fixing the error 0x3D55. This is a great built-in tool from Microsoft that helps users fix any app installation issues. So this is worth a try to solve the problem. This built-in tool also helps you fix the Windows 10 Store if it isn’t working. To use the Windows Store Troubleshooter, follow the steps below.
  1. Tap Win + I keys again to open the Windows Settings panel.
  2. Go to Update & Security and then go to Troubleshoot.
  3. On your right-hand side, scroll down to find the Windows Store Apps and then click on the Run the troubleshooter option and see if it fixes the problem.

Option 3 – Try to re-register the UWP app via PowerShell

  • First, type “command prompt” in the Start Search and right-click on Command Prompt and then select the “Run as administrator” option.
  • Next, navigate to this location in the command line utility: C:/Users/<Insert Username>/AppData/Local/Packages
  • After that, execute the “DIR” command to view the list of all the directories in the given location.
  • Once the list appears, look for the ID of the problematic app and take note of it.
  • Now tap the Win + X key combination or right-click on the Start button and click on the Windows PowerShell (Admin) option.
  • If a User Account Control or UAC prompt appears, just click on Yes to proceed and open the Windows PowerShell window.
  • Next, type in or copy-paste the following command to re-register the Microsoft Store app and tap Enter:
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.<YOUR APP ID HERE>).InstallLocation + 'AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"
  • Wait for the process to be completed and then restart your computer.
Read More
Fix SAFE_OS phase error in Windows
As of late, users have been reporting about getting an error saying, SAFE_OS phase error during Replicate_OC operation when they tried to upgrade their Windows 7 or Windows 8.1 computers to Windows 10. Although the error code in this problem could vary, in this situation, it states:
0xC1900101 – 0x20017, The installation failed in the SAFE_OS phase error during Replicate_OC operation
To fix this issue, you need to follow the given options below. But before you do, you need to create a System Restore point first so that if anything goes wrong, you can always undo the changes you’ve made.

Option 1 – Try to change the Windows 10 installation

According to security experts, one of the main causes of this error is the KB3064209Windows Update. This particular update is the one responsible for updating the CPU Microcode for processors made by Intel. Thus, if you don’t use an Intel processor, you can skip this option and proceed to the next one. However, if you use Intel, make sure to follow the instructions in this option carefully. Take note that in this solution, C: partition is referred to as the OS Partition while H: partition is referred to as the USB Pen Drive.
  • First, you need to download the Windows 10 ISO from the Windows 10 Media Creation tool and then copy its contents to the Pen Drive H.
  • Next, tap the Win + X keys and click on the Command Prompt (Admin0 option. If a User Account Control appears, simply click Yes.
  • After opening Command Prompt, type the following command:
dism /Mount-Image /ImageFile:H:sourcesboot.wim /index:1 /MountDir:C:UsersUserDesktopmount
  • Now navigate to the following path in the Windows File Explorer:
C:UsersUserDesktopmountWindowsSystem32mcupdate_GenuineIntel.dll
  • From there, right-click on the file named “mcupdate_GenuineIntel.dll and click on Properties.
  • Next, go to the Security tab and click on Advanced. In the Advanced section, change the Owner to your User Account and click OK.
  • And then back to the Security tab, click on the Edit button and check on Full control to make sure that your User Account has all the privileges.
  • Now click on Apply and then OK.
  • After that, delete the file you saw earlier which is named mcupdate_Genuine.dll.
  • Then close all the Windows File Explorer instances and go back to the Command Prompt window and unmounts the image you mounted before by typing the following command:
dism /Unmount-Image /MountDir:C:UsersUserDesktopmount /commit
  • Afterward, repeat the steps from mounting up until here for these files:
    • wim /index:2
    • wim /index:1
    • wim /index:2
  • Now delete the mount folder and remove the USB Pen Drive and then boot with the installer.

Option 2 – Try to perform a Disk Cleanup

Chances are, some unnecessary files in your computer might be interrupting the installation process which explains why you’re getting SAFE_OS phase error during Replicate_OC operation instead so you need to perform a Disk Cleanup in order to fix the problem.

Option 3 – Try updating all your drivers

Every now and then, drivers get corrupted or outdated so it’s no surprise that they conflict with the operating system and cause errors like the SAFE_OS phase error during the Replicate_OC operation. To fix the problem, you need to update all your drivers. Follow the steps below to update your drivers.
  • Tap the Win + R keys to launch Run.
  • Type in devmgmt.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. If you see a red or yellow sign that shows up against the driver, right-click on the driver’s name and select “Update Driver Software” or “Uninstall”. And if you find any “Unknown device”, you need to update it as well.
  • Select the “Search automatically for updated driver software” option and then follow the instructions to complete the process.
  • Restart your PC.
Note: You also have the option to go directly to the website of your graphics card manufacturer and check if there’s a new update – if there is, download it.

Option 4 – Try to update your system’s BIOS

Aside from outdated drivers, outdated BIOS could also be the reason why you’re getting the SAFE_OS phase error during Replicate_OC operation which is why you need to update your system’s BIOS in order to resolve the issue.

Option 5 – Try checking the Windows Services status

  • In the Cortana search box, search for “Services” and then click on the Services icon.
  • After that, the Services utility will be opened in a new window.
  • Next, look for the following services:
    • BITS (Background Intelligent Transfer Service)
    • Windows Update Service
    • Cryptographic Service
  • Then right-click on each one of the services and click on Properties. From there, select Automatic from the drop-down of the Startup Type menu.
  • Now click on OK for each one of them and restart your PC to apply the changes made.

Option 6 – Try to check the RAM modules

There are many times when all the components of the RAM weren’t able to be used by the computer so you need to check the RAM modules.
  • You need to first turn off your PC and then take out your RAM physically.
  • Next, clean it with a soft cloth and blow some air into the RAM slot in the motherboard.
  • After that, put your RAM back in the same slot.
  • Then try updating your computer system again.
Read More
Should you build a custom PC

Building your own custom PC system can be one of the greatest things you can do to your budget. Instead of going for a rebuild, we will go into detail about why building your own PC is a much better option. Also, note that if you do not possess enough technical knowledge about a topic there are plenty of stores that will offer you advice on components and after all, you can always get help from a friend.

Custom PC

So without further diversion from the topic, let us explore all the benefits of building a custom computer.

Building a custom PC is cheaper

At the first look, this statement does not feel right since when you look at the prebuilt systems you get a feeling that it is much cheaper than do it yourself variant and although CPU and GPU seem like a great deal I beg you to look under the hood on other components. Usually to lower price compromise would be made on other crucial components like SD or power supply, a PC case, or motherboard so even if you have a good CPU and GPU that will not matter much since other components would not be able to catch up with them. After all, prebuild computers will need to pay people who are building them and there is no way that will be cheaper if you just plain went and bought the same components yourself and install them.

When you are in control in choosing each component there is not only being cheaper online, it is flexibility with building itself. You choose which components you want to be stronger and which to be normal. Also, you can choose the exact model of the given component leaving you more in control and open to future upgrades.

More flexibility

Also, it may sound irrelevant but when building your own custom PC you can also choose which company you would like to purchase for each model, yes considering the CPU it is AMD or Intel but when you are buying a case, SSD, GPU, and other components choosing the right company for your needs is also the thing that should not be overlooked.

You can customize it the way you want

Not really a quality argument but with a custom PC build, you can choose would you like that RGB component or not, you choose do you like white or black fans, and many more things. You really can place a personal stamp on the computer making it indeed a personal computer.

You choose OS and applications

When you buy an already prebuilt PC, usually it comes with some sort of OS on it, sometimes it is freedos, Linux and sometimes it is Windows Home. When you get your hands dirty you can place whichever system you want on it and install applications that you use and know and some preinstalled typical apps.

Read More
Fix Minecraft Realms Internal Server Error 500
Many Minecraft players are experiencing Realms internal server error 500, luckily for all of that players, we are offering you solutions.

Preliminary Fixes

Before heading towards the fixes here it is suggested to try some quick tweaks that might work in your case to fix Minecraft Internal Server Error 500. Restart your PC – Very first it is suggested to shut down your computer and after that restart the system. This worked for many players to get rid of the server outages issue. Update your Windows version – Check if you are running an outdated Windows version then make sure to install the latest Windows update and then run the game. Update Your Game Version – Also make sure you are running an updated version of Minecraft Realms. Installing the latest updates not only makes the game more stable but also helps you to solve common glitches and issues with the game. So, check if any recent updates are available to make sure to download and install them Modify the Game Settings – Check if you have tweaked some of the game settings then this might be the reason for the problem. So try to reconfigure the settings to default. This may work for you. Now after following the preliminary solutions check if the Minecraft Realms Internal Server Error 500 is resolved or else head to the next solution.

Check your Internet Connection

As said above if the internet connection is not working properly or it is preventing you from accessing the servers, then this can also cause the Internal Server Error 500 in the Minecraft server. So, very first make sure your internet connection is stable and working properly. Also if you are using Wi-Fi then use a wired connection to get a stable network. Moreover, if your internet connection is working fine then there is a possibility that your internet connection is causing interruption and preventing you from accessing the Minecraft Realms server. So, if this is the case then here it is suggested to use a VPN connection to get exceptionally fast & reliable speeds without getting detected.

Check for the Minecraft Server Outage

Well, there is a possibility the Minecraft servers are down and if this is the case then you don’t have any other option than just waiting for the servers to get restarted and the service becomes available again. Also, the service outages can affect the ability of the game and as a result, you are unable to play the game. Additionally, you can also inquire about Minecraft’s server status by visiting the Downdetector website. But if you find the services are running fine then the issue is from your side.

Disable Background Applications

If you are still getting the Minecraft Realms Internal Server Error 500, then there are chances that other applications running in the background are causing a limit to your internet bandwidth. It is suggested to disable the internet-connected apps and after that try connecting to Microsoft Realms again.
  • Hit CTRL + SHIFT + ESC keys > to open the Task Manager.
  • Then under the Process tab,> right-click on unwanted background process, > click on the End Task 
After disabling the applications running in the background, relaunch Minecraft and check if the internal server error 500 still appears or not.

Delete UUID Files in Minecraft

If you are still getting the Minecraft Realms Internal Server Error 500 then here it is suggested to delete the UUID files in Minecraft.
  • First, visit the website by clicking the https://mcuuid.net/ and enter all the credentials to get the player’s UUID
  • Then login to the server > proceed to server files > head to the world
  • Here locate the PlayerData folder > click to open it.
  • And from here choose the file containing the same name like the player’s Username or UUID > after that hit the Delete
  • Lastly, restart your server to save the changes

Remove Resource Packs & Mods

If you are getting the Minecraft realms internal server error 500 after the installation of a particular mod or the resource pack then this is what causing the issue while playing the realm. So, here it is suggested to delete it immediately, also uninstall the mod as well as the resource pack you installed recently. It is estimated this works for you but if you have a doubt related to any specific mod or the resource pack causing an error you should uninstall then also and check if the Minecraft internal error 500 is fixed.

Disable the Plugins

If you are still encountering the error then check for the plugins installed on your PC. Many times the installed plugin starts causing issues with the game as they are not compatible with the game version. So here it is recommended to try disabling the plugins on the PC and check if this works for you.
  • On your system > open the plugin window > rename the plugins files from “[plugin name].jar to [plugin name].jar.disabled”.
  • Next restart the server and check if the Minecraft Realms Internal Server Error 500 problem is resolved or not.

Uninstall & Reinstall Minecraft

If none of the above-given solutions works for you then here it is suggested to uninstall and reinstall Minecraft. Well, it is suggested to uninstall the game using the third-party uninstaller. Manually uninstalling the program won’t remove it completely, some of its registry entries, junk files are left behind and causes interruption when the next time you install it. If you are looking to uninstall it manually then follow the steps given:
  • Hit Window + R key > to open the Run box
  • And in the run box type appwiz.cpl command > hit Enter
  • Now the application manager window pops up on your screen > locate the Minecraft application > right-click to Uninstall
And as the uninstalling process is completed > head to the Minecraft official website and tries downloading and installing the game. Check if the Minecraft Realms Internal Server Error 500 is resolved or not.

Contact Support Center

If after trying all the solutions given you are still unable to fix the error then the only option left is to contact the Customer Support Center and fill the form in the link and describe the problem in a detailed way. And within few days you will get feedback from them to fix Minecraft Realms internal error 500.
Read More
Fix Error 0164, Memory size decreased
Computer upgrades are the most common and most efficient ones. RAM upgrade is one of the easiest ones you can do and the most common ones but even as simple an upgrade as this one can cause certain issues. If you are experiencing error 0164, memory size decreased after RAM upgrade we are offering you solutions on how to fix this particular error and get your computer back in working order.
  1. Change BIOS settings

    Enter your motherboard BIOS (usually by pressing the del key on startup) Load BIOS defaults Save changes and exit If the Error 0164: Memory size decreased issue persists even after loading setup defaults, then it must be configured manually inside the BIOS.
  2. Clear CMOS

    Follow the instructions precisely:
    • Turn off all peripheral devices connected to the computer.
    • Disconnect the power cord from the AC power source.
    • Remove the computer cover.
    • Find the battery on the board. The battery may be in a horizontal or vertical battery holder or connected to an onboard header with a wire.
    If the battery is in a holder, note the orientation of the + and – on the battery. With a medium flat-blade screwdriver, gently pry the battery-free from its connector. If the battery is connected to an onboard header with a wire, disconnect the wire from the onboard header.
    • Wait one hour, then reconnect the battery.
    • Put the computer cover back on.
    • Plug the computer and all devices back in.
    • Power on the computer.
Read More
Resize icons on desktop quickly in Windows 10
Resize icons on desktop in Windows 10 in a matter of seconds! Hello everyone and welcome to today's quick tip. If you have ever been dissatisfied with icon size on your desktop and any of the default sizes like small, medium large, etc have not been appropriate know that there is a quick way to resize icons on your desktop in between sizes. All that you have to do in order to use this built-in feature is: Press and hold CTRL and scroll with the mouse. That's it! Find your appropriate size for icons and enjoy. icons on desktop
Read More
Fix Err Connection Timed Out issue in Chrome
If you are using Google Chrome browser in surfing the web, you might have experienced a situation where you’re trying to connect to a website but were unable to since Chrome failed to fetch the website to the browser and throws an error that says, This webpage is not available – Err Connection Timed Out. Aside from an issue with the network connection, there are also other reasons why this error suddenly shows up, read on to fix it. There are times when the Windows computer is responsible for this kind of issue. And it can happen not just to Google Chrome but to other browsers as well. To resolve this issue, here are some suggestions that might be of help.

Option 1 – Try checking the network cables and then restart your router and reconnect

The first thing you can do is to check if all the network cables are properly connected be it to your computer or to the router. And if your computer is connected via Wi-Fi, you need to restart your router once. And of course, you can always opt to forget the Wi-Fi details and then reconnect again just make sure that you know the password.

Option 2 – 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 you’re getting the ERR CONNECTION TIMED OUT error in Chrome. 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 3 – Try removing Proxy

Removing the Proxy might also help you in fixing the ERR CONNECTION TIMED OUT 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 – Try to clear the browsing data of Google Chrome

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 ERR CONNECTION TIMED OUT 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 5 – Flush the DNS and reset TCP/IP

You might also want to flush the DNS and reset TCP/IP as it could help in fixing the ERR CONNECTION TIMED OUT error. 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.
  • Now restart your computer and open Google Chrome then try opening the website you were trying to open earlier.

Option 6 – Run the built-in Malware Scanner and Cleanup Tool in Chrome

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.

Option 7 – Reset Chrome

Resetting Chrome can also help you get rid of the ERR CONNECTION TIMED OUT 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.
  • Now restart Google Chrome.
Read More
Creating a new Windows 10 user account
When we purchase a computer, usually it is meant to be used by one person. Sometimes we would like to share our computer with other people, with friends and family members but we would also like to keep some privacy for ourselves in the process. Lucky for us Windows 10 will let us create multiple user accounts which then can be used by other persons with their own settings, documents, etc. The only requirement is to already have one user account which is automatically created when Windows is installed. This guide will lead you step by step in the creation of a new user account within Windows 10, so grab your favorite drink, and let's begin.

Creating new account

First thing is to click on the windows icon on the bottom left and open start menu, from start menu click once on settings. Windows 10 Star menu with marked settings iconWhen the settings window opens, choose ACCOUNTS on it. Windows settings accounts section selectedWindows will then go to the accounts settings page. Within that page, click on the Family & other users to open the setting for the chosen section on right. On the right settings, screen navigate to the lower section and click once with the left button on add someone else to this PC When add someone else to this PC is clicked, pop up window will appear which will ask you to provide the persons email address and later on the password of his/her Microsoft account, after the required information is provided you are done, a new user has been added and he can use his Microsoft credentials on the login screen to use this computer.

Setting up a user without Microsoft ID

However, if you do not wish to add a new user via his Microsoft login credentials or the person does not have them, on the pop-up window click on I don't have this person's sign-in information. User account no informationThis will open yet another pop-up giving you the option to create a Microsoft account for this person, to use a phone number instead of a Microsoft account, or to create a new email address for the user. Any of these options will create a new user for this computer with provided credentials but there is the last option at bottom of the pop-up which will allow you to create a local user only without a Microsoft account. This user will be able to use this computer, will not be able to transfer his document through various devices like he/she would if using a valid Microsoft account but it could use the computer and personalize it fully to his/her liking. user account new account without ms idOnce the link is clicked, you will be presented with a floating window requiring you to input needed information in order for the account to be created. You will need to provide username, password, and answers to 3 security questions. user account create an accountOnce all information has been provided, click on next and your new non-Microsoft local user has been created. Now when you click on Family & other users you will see that Windows has added a new user with the provided name to this computer. If you wish, you can add another user in the same manner, following the previous steps. Microsoft Windows does not have a limit for how many users can be on one computer so feel free to create as many as you like.

User account options

Now, clicking on the existing created user will open user options. From there you will have options to remove the user, therefore removing him/her from this computer, note that removing the local user will remove permanently his/her settings and they would not be able to be restored, or you can change the user account type. User account new accountClick on Change account type. User account account typeUnder account type, you will have the option to promote this user to an administrator if you wish or you can leave it as a standard user.
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