Logo

Fix CompareExchange128 error

During Windows 10 installation, you will see all the beautiful user interfaces, however, what’s more, important are the drivers, your processor, and free storage disk in order for the installation to be successfully completed. So if you are getting the CompareExchange128 error during the installation of Windows 10, this means that the CPU lacks a very important instruction known as “CMPXCHG16B”. Thus, if you don’t have CMPXCHG16B, then it will result in the CompareExchange128 error when you install Windows 10. In fact, CMPXCHG16B, PrefetchW as well as LAHF/SAHF is a criterion for you to be able to use Windows 10 64-bit version when upgrading from an earlier version of Windows.

So what exactly is the CMPXCHG16B instruction? The CMPXCHG16B instruction is the one that performs an atomic compare-and-exchange on 16-byte values. This instruction can also be referred to as “CompareExchange128”. The atomic compare-and-exchange means that the CPU compares the contents of a memory location with a given value. So if the values are the same, it modifies the contents of that memory location to a new given value. Note that this kind of issue only happens to the 64-bit Windows 10 version and the only way to resolve it is by getting an update on the hardware level from the OEM. On the other hand, if nothing really works, it’s maybe time for you to get a new CPU but before you resort to that, in the meantime, you can try following the options given below to fix the CompareExchange128 error during the installation of Windows 10.

Option 1 – Try to update the BIOS and Chipset Drivers

One of the best things you can do to fix the CompareExchange128 error is by updating the BIOS and chipset drivers which is why you need to check if your OEM has an update available for your computer’s BIOS as well as the related chipset drivers. But before that, you need to first check the BIOS version. To do so, follow these steps:

  • Type “msinfo32” in the search bar and hit Enter to open the System Information Tools.
  • After opening the System Information Tools, check the BIOS version.
  • Then take note of that BIOS version. You also need to use the BIOS utility that came with your computer and use it for the upgrade. Note that it is different for every computer and if you don’t have it, you can just go to the OEM website and see if there is an option to download it there.

Option 2 – Try to downgrade to the 32-bit Windows 10 version

If option 1 didn’t work as the BIOS update is not available, you can also try downgrading to the 32-bit version of Windows 10. Keep in mind that this will bring restrictions on the amount of RAM installed and other places but that won’t be a problem as you can still switch.

Option 3 – Try buying a new hardware

If none of the first two options didn’t work for some reason then maybe it’s time for you to purchase new hardware especially if your computer is way too old. In such cases, it’s better to buy new hardware or better yet, a new computer that can keep up for the next couple of years.

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

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
Fixing corrupted system files in Windows
Windows has a lot of built-in tools that help you fix tons of system-related issues. One of them is the System File Check which is the tool you can use to conveniently replace potentially corrupted or missing system files with good ones. But what happens when it does not work? Well, you’ve come to the right place as in this post, you will be guided on how you can replace a corrupted single Windows system file manually with a known good copy of the file if the System File Checker scan is not working. When you encounter this issue with the System File Checker, it will be unable to replace the corrupted system files and returns an error message instead. And so to fix and replace corrupted system files in your Windows 10 computer without the help of System File Checker, you can refer to the instructions provided below. Step 1: First, you need to open the log files listed below and identify which particular file has been corrupted:
  • %userprofile%Desktopsfcdetails.txt
  • Log %WinDir%LogsCBSCBS.log
Step 2: You will see all the details on the given log files. Once you find out the name and the path of the file, you have to take ownership of this corrupted system file. Step 3: To take ownership of the corrupted file, you need to pull up Command Prompt by tapping Win + R keys on your keyboard and then type “cmd” and tap Enter. Step 4: After opening Command Prompt, type and enter the command below to execute it:
takeown /f FileNameAndPath
Note: In the given command, “FileNameAndPath” represents the name and the path of the corrupted file. For instance, the corrupted file is named “wuapi.dll”, then you need to type “takeown /f C:/Windows/System32/wuapi.dll” Step 5: Next, you need to grant administrators full access & control to the corrupted file and you can do that via Command Prompt again. Step 6: In the elevated Command Prompt, type and enter the following command to execute it:
icacls FileNameAndPath /GRANT ADMINISTRATORS:F
Note: We’re going to use the wuapi.dll again as an example. So the command should be like this: icacls “C:/Windows/System32/wuapi.dll /grant administrators: F”. Step 7: Now all that’s left to do is replace the corrupted system file with a good copy from a trusted source. Once you have a copy, open an elevated Command Prompt again and execute the following command:
copy NewFileLocation FileNameAndPath
Note: In the command given above, the “NewFileLocation” is the location where you have saved the copy of the file. For instance, if you’ve saved it on your desktop, this is how it should look: “copy C:/Users/<username>/Desktop/wuapi.dll C:/windows/system32/wuapi.dll”
Read More
How to block websites in Windows
There are a lot of reasons to ban or block different websites in your Windows. From wanting to limit yourself from distraction to block certain sites for sake of kids not going into them. Whatever your reason might be, keep reading in order to find out how you can block any website inside Windows for all browsers. The technique I am going to share with you is universal and not tied to Windows versions, they will work in any Windows from XP onward. Also, the technique will block desired websites on any browser, already installed or even ones that will be installed after doing the trick. And we will also be looking at applications that can help you in this task if you do not wish to do it manually.

Block websites using dedicated software

A small free application called Focal Filter which can be found here: https://www.focalfilter.com/ is a software solution for your needs. It is a pretty straightforward and easy-to-understand application and not really much can be said here about it. You simply download and install it, set your websites, and you are done, the app does rest.

Blocking manually via host file

Another method besides mentioned one using the dedicating application is to manually set site addresses inside the Windows host file. The first thing, of course, is to open the host file, run a notepad with administrator privileges, go to file open, and navigate to c:\windows\system32\drivers\etc\hosts. Once the file is opened go all the way down and add: 127.0.0.1 SITENAME For example: 127.0.0.1 www.youtube.com or 127.0.0.1 www.facebook.com This way each time user on a PC tries to access a listed website computer will reroute it to the given address which is your PC's local address and asked website will not be able to load.
Read More
Reset Windows computer without Settings app
As you know, the Settings app is a vital part of Windows 10 as it helps in fixing issues in the system and offers users access to various Troubleshooters, as well as the Reset function and many more. So if you want to Reset this PC or a Windows Store app, you need to use the Settings app to do so. However, one of the most annoying errors you can encounter when using the Settings app is that it crashes or sometimes does not open at all. Thus, if you are having issues with this app, worry not for there are alternative ways you can try to reset your Windows 10 PC. For you to reset your Windows 10 PC without using the Settings app, the main option you have is to use the Advanced Startup options and there are different methods by which it can be accessed. It can be accessed via Lockscreen, Command Prompt window, or via Start Menu.

Option 1 – Reset Windows 10 via Lockscreen

  • You need to first boot into the Advanced Startup options from the lock screen. If you’re already logged in to your account, you have to hit the Win + L keys to get on the lock screen.
  • Next, click on the Power button located at the bottom right corner of the screen.
  • After that, hold the Shift key and click on Restart to restart your computer into the Advanced Setup option mode. And from there, you can reset your Windows 10 computer.

Option 2 – Reset Windows 10 via Command Prompt

  • Search for “cmd” in the Cortana search box or hit the Win + R keys to open the Run box and type “cmd” in the field and hit Enter to open Command Prompt.
  • If a User Account Control or UAC prompt appears, click Yes to proceed in opening Command Prompt.
  • After that, type the following command and hit Enter to execute it:
shutdown /r /o /f /t 00
  • After you execute the command, it will restart your computer into the Advanced Startup options where you can reset your Windows 10 computer.

Option 3 – Reset Windows 10 via Start Menu

  • 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 or the “Remove everything” option depending on your preference, and then proceed to the next on-screen instructions that follow to reset your Windows 10 computer.
Read More
Fix Can’t initialize disk in Windows 10
If you have recently installed a new internal or external hard drive or SSD and you’ve noticed that its status on the left side of the Disk Management tool states “Unknown Not Initialized”, this indicates that Windows can’t initialize the disk and that you won’t be able to use this new SSD or hard drive. You can encounter this kind of issue randomly and not just with a new hard drive or SSD but also with existing drives. There are times when you won’t be able to find your drive or partition in the File Explorer. In such a case, you have to check the Disk Management if your drive or partition is there physically. You also have to check if you can see it as Not Initialized. If it is, then this means that the disk or partition does not have a valid signature that is if it’s not registered with the system properly. Note that a disk is registered when you format it at least once so if the disk was available before, then it could be somehow corrupted. To resolve the problem, you can try to initialize the disk manually or bring it online and add a drive letter. You can also try checking the Device Manager for issues or check the cable physically.

Option 1 – Try to manually initialize the disk

Since initializing the disk is the most common way to resolve the “Unknown Not Initialized” error, this is what you have to try first.
  • To initialize the disk manually, you have to open the Disk Management from the WinX menu by tapping Win + X keys and selecting Disk Management.
  • From there, you can find the non-initialized disk. Right-click on it and select the “Initialize Disk” option.
  • Next, select the partition style. It is recommended that you use the MBR option instead of the GPT or GUID Partition Table.
  • Now click the OK button. Your hard drive or SSD should now initialize without any problem.

Option 2 – Set the disk Online and add the Drive letter

  • If the disk appears to be offline under Disk Management, right-click on it and select the Online option.
  • On the other hand, if the disk is already set Online but does not have a drive letter, right-click on it and select the Change drive letter and path option.
  • Select a letter that is not allocated yet.
  • Once you’re done, you have the option to format the disk in either NTFS or FAT32 but if you are using a 64-bit computer, make sure that you opt for NTFS.

Option 3 – Try to check any issues in the Device Manager

It is also possible that the hard drive is not working properly due to some driver issues. Thus, it’s better if you check the Device Manager and see if that drive is listed with a yellow exclamation mark next to it. And if that’s the case, you have to right-click on that drive and select the Uninstall drive option. After that, click on Action and then run the Scan for hardware changes. It should fix the problem.

Option 4 – Try to physically check the cable

You might also want to check the physical status of the wires and see if they are connected properly or not. Specifically, you have to check two cables, such as:
  • The first one is the power cable that’s connected to your SMPS.
  • Next is the one that’s connected to your motherboard.
If any of the two cables are not working or missing, then it’s no wonder why your drive has an “Unknown Not Initialized” status. Thus, you need to have them replaced to fix the problem.
Read More
Fix MSVCR71.dll is missing in Windows 10
The program can’t start because MSVCR71.dll is missing from your computer, Try reinstalling the program to fix this problem.
If by any chance you have encountered this error know that you are not alone and that this is a solvable error. In this guide, we will show you how to fix this error. Usually, the MSVCR71.dll missing error is met when a new application is installed. So let us dive right into it and solve it.
  1. Reinstall application

    If only a certain application is reporting this error, try reinstalling it, there is a high possibility that by some mistake application was not properly installed and corrupted or removed the MSVCR71.dll file. If this is the case, reinstallation will help.
  2. Check recycle bin

    like mentioned above, if the application has by mistake deleted the file, open recycle bin and try to locate it there. If this is the case, restore it from recycle bin and everything should be back in normal working conditions.
  3. Download a new version of the file

    If the previous 2 methods failed and you still get the missing error, try downloading the file from Microsoft and placing it in C:\Windows\SysWOW64
  4. Reinstall C++ redistributable

    Having an incorrect C++ redistributable package can be an issue of the problem, get the latest version from Microsoft and reinstall it.
Read More
Fix Windows Update Error 0x80240020
There are instances when the Windows 10 installation needs interaction before it reaches the file process. And so if you suddenly encounter the Windows Update Installation Failure 0x80240020 error under the Windows Update History, then you need to get it fixed. When you encounter this kind of Windows Update Error, you will see an error message that says, “The operation did not complete because there is no logged-on interactive user”. This error also indicates the “WU_E_NO_INTERACTIVE_USER” code. To resolve this issue, in this post we’ll walk you through a couple of steps but before you get started, know that you don’t have to run any troubleshooter or delete any file just to fix this error since all you have to do is enable one option that can automatically login with your account and complete the installation for you. With that said, just make sure to only try running Windows Update once you’re told to do so. There are two ways you can enable the option that could resolve the Windows Update Installation Failure 0x80240020 error. One is via Settings while the second one is via Registry Editor.

Option 1 – via Settings

Step 1: Go to Settings > Accounts > Sign-in Options. Step 2: From there, toggle on the “Use my sign-in info to automatically finish setting up my device and reopen my apps after an update or restart” option. Step 3: After that, it will make sure that the interaction part is removed from the Windows Update process. Note: If your device is joined in a domain or if some work or email policies are applied to your device by your company or organization, then you wouldn’t be able to see this option in Settings and that’s where the Registry Editor comes in. Just make sure that you’re logged in as an administrator and that you create a System Restore Point first since registry hacks are sensitive and could highly impact how your computer behaves or functions. Once you have that covered, follow the steps below.

Option 2 – via Registry Editor

Step 1: In the Start search, type “Regedit” and hit Enter to open the Registry Editor. Step 2: Navigate to the following registry key:
HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWindowsUpdateOSUpgrade
Note: If the above-given registry key does not exist, you can simply create it. All you have to do is right-click on the WindowsUpdate key and then select the New Key option and type “OSUpgrade” as its name. Afterward, create a new DWORD (32-bit) Value and name it “AllowOSUpgrade” and set its value to 0x00000001. Step 3: Restart your computer and check if the error is now fixed. And then try to update your Windows 10 computer again and while you’re at it, make sure that you’re around your computer to interact with the prompts needed to complete the installation process.
Read More
Fix Netwtw04.sys BSOD Error in Windows 10
Blue Screen of Death errors or Stop errors are indications that something’s wrong with your computer. So when you encounter one, you must find out what the root cause of the problem is before it gets out of hand. One of the BSOD errors you might encounter on your Windows 10 computer is the “DRIVER IRQL NOT LESS OR EQUAL or SYSTEM THREAD EXCEPTION NOT HANDLED, Netwtw04.sys failed” error. As you know, system files or .sys files are some of the essential parts of the Windows operating system. It is a repository of system driver settings used by the Windows operating system in order to communicate with the connected hardware and devices. They are essential for the normal functioning of the operating system. A lot of Windows 10 users are facing this particular Blue Screen of Death error whenever they open an app or disconnect external devices from the system. The Netwtw04.sys file is a part of the Intel PROSet/Wireless Wi-Fi software. And so when you might encounter two kinds of Stop errors for the Netwtw04.sys driver file such as:
  1. “DRIVER_IRQL_NOT_LESS_OR_EQUAL What failed: Netwtw04.sys.” – This kind of error message signifies that a kernel-mode driver tried to access pageable memory at a process IRQL that was too high.
  2. “SYSTEM_THREAD_EXCEPTION_NOT_HANDLED What failed: Netwtw04.sys” – This error message indicates that the root cause of the error might be incompatible drivers with the operating system. In general, the root cause of the Netwtw04.sys BSOD error might be due to several reasons such as corrupted files, incorrect device driver configuration, malicious programs, outdated drivers, bad drivers, corrupted Windows Registry as well as some damaged or corrupted system files.
Whichever of the two error messages you got, you can try the troubleshooting options given below to fix the “DRIVER IRQL NOT LESS OR EQUAL or SYSTEM THREAD EXCEPTION NOT HANDLED, Netwtw04.sys failed” BSOD error.

Option 1 – Try to rollback your Network driver

If you have updated the driver software as of late and you suddenly got this BSOD error, you might have to roll back the device driver – in other words, switch back to the previous working version. To do that, follow these steps:
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Next, select the driver entries that are labeled appropriately other than anything in the context of the WAN Miniport.
  • Then select each one of them and double-click to open a new mini window.
  • After that, make sure that you’re on the Driver tab and if you are not, just navigate to it then click the Roll Back Driver button to switch back to the previous version of your Network adapters.
  • Now restart your computer to successfully apply the changes made.

Option 2 – Try to update the Network drivers

If the present Network driver is giving you a headache that is the “DRIVER IRQL NOT LESS OR EQUAL or SYSTEM THREAD EXCEPTION NOT HANDLED, Netwtw04.sys failed” BSOD error, then you need to update the Network drivers. To do so, here’s what you have to do:
  • Tap the Win + R keys to launch the Run window and then type in the “devmgmt.msc” command and hit Enter to open the Device Manager window.
  • Under the Device Manager, you will see a list of drivers. From there, look for the Network Adapters and expand it.
  • Then right-click on each one of the Network drivers and update them all.
  • Restart your PC and see if it helped in fixing the BSOD error.
Note: If updating the network drivers didn’t help in fixing the problem, you can also try to uninstall the very same drivers and restart your Windows 10 PC. After that, the system itself will reinstall the drivers you just uninstalled. Alternatively, you can also download and install the drivers from the manufacturer’s website directly.

Option 3 – Try running the System File Checker Scan

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

Option 4 – Run the DISM Tool

The DISM tool is another command-line tool in the Windows operating system that could help users fix various corrupted system files. To use it, follow these steps:
  • Open the Command Prompt as admin.
  • Then type in this command: DISM /Online /Cleanup-Image /RestoreHealth
  • The DISM command you entered will repair the corrupted system image. Do not close the window if the process takes a while as it will probably take a few minutes to finish.

Option 5 – Run the CHKDSK Utility

Running the CHKDSK utility might also help you resolve the Netwtw04.sys failed BSOD error. If your hard drive has issues with integrity, the update will really fail as the system will think that it’s not healthy and that’s where the CHKDSK utility comes in. The CHKDSK utility repairs hard drive errors that might be causing the problem.
  • Open Command Prompt with admin privileges.
  • After opening Command Prompt, execute the following command and hit Enter:
chkdsk /f /r
  • Wait for the process to be completed and then restart your computer.
Read More
How to game on a low budget

If you are following the latest gaming trends and spend a lot of time on social media, watching streams, etc. you might be under impression that gaming as a hobby is very expensive. If you plan to play the latest games on a very large screen in their highest setting that might be true but if you do not care about that you can still play games and spend much less money on them.

gaming on a budget

That being said we are here to share with you some tips and tactics on how to play good games with minimum money spent.

Do not buy games the moment when they are released

Buying a game on its launch date is maybe the worst and most expensive thing you can do. Games have their highest price on launch day but sadly with the current state of the industry, they are in their worst state as well. Games eventually became better over time after patches are released but so does their price drops after the hype has calmed down. So if you really must have some specific game on its launch day, go for it but know that by doing so you are getting the worst version of the game for its higher price.

Wishlist games and wait for the sale

All services today have a wishlist, very good and money-saving tactic is to wishlist interesting titles and wait for them to be on the sale. Services will usually have the option of sending you an email once your wishlist titles are on sale so you will be notified once they do. A good tactic as well is to wait for large sales like for example summer, winter, easter sales, or many other seasonal ones.

Get free games

Some online stores are offering free games from time to time and some are always offering some titles as gifts in order to get customers to their platform. EPIC has become famous for gifting some great titles over the past years completely for free and there are a lot of free-to-play games on each platform that you can play.

Get second-hand PC

Having a new computer is great but if your budget is tight you might consider getting your PC as a second hand instead of the new one. Hardcore games will switch components more frequently than your typical users and usually the components will be sold cheaper and be more affordable.

Play games on some older devices in general

Many games today are available on many platforms not only just on your typical PC. Same titles are available on your mobile phones, tablets, and even on your Android TV. Many titles will not even require the latest technology or monster of a computer in order to run them. You can also lower game settings and play many games on lower hardware if you do not mind not having top graphics settings.

Play over the cloud streaming

If you are very tight on budget but want to enjoy new games in their full glory there is always the option to play games via a cloud streaming service, it is not exactly a mega cheap option since it has a monthly fee but it is cheaper than some high-end gaming computer. If you combine this with the game pass you can enjoy the latest games with high-quality settings and pay it on a monthly basis.

Read More
Something happened, we couldn’t start upgrade
As you know, each one of the Windows 10 versions is priced differently and one of the considered more expensive compared to the Windows 10 Home version is the Windows10 Pro. The good thing is, Microsoft allows its users to upgrade from the Windows 10 Home version to the Windows 10 Pro version at a reasonable cost instead of buying the entire license again. However, upgrading your Windows 10 computer is not always that easy and you might encounter some errors along the way. One of the reported errors you could encounter is an error message that says, “Something happened, and we couldn’t start the upgrade”. This kind of problem is due to the problems with the Microsoft Store or the key authorization and to fix it, there are several options you can check out. You can try to run the built-in troubleshooters such as the Windows Update troubleshooter, Windows Store Apps troubleshooter, or Microsoft Accounts troubleshooter. You could also try to reset the Windows Store cache or re-register the Windows Store app. For more details, refer to each one of the given options below.

Option 1 – Try to run the Microsoft Accounts troubleshooter

Since the Microsoft Accounts troubleshooter is not built-in into the Windows operating system, you can download this troubleshooter by clicking on this link.

Option 2 – Try running the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter could also help you resolve the “Something happened, and we couldn’t start the upgrade” error. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 3 – Run the Windows Store App troubleshooter

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

Option 4 – Try to reset the Microsoft Store cache

As you know, like any other apps, 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 5 – Try to re-register the Microsoft Store app via Windows PowerShell

  • 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 Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootWinStoreAppxManifest.xml
  • Wait for the process to be completed and then restart your computer.

Option 6 – Try contacting Microsoft

If none of the options worked, you might also want to contact Microsoft for further assistance in fixing the error.
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