Logo

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.

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

Managing the Local Users and Groups
As you know, Windows PowerShell is a useful command-line utility in Windows 10 that can be used to manage the Local Users and Groups which affirms the multiuser operating system principle of Windows 10. Although there are other GUI-based utilities used to manage the Local Users and Groups, there are some system administrators that would still like to use the command-line utility to manage these Local Users and Groups. So in this post, you will be guided on how exactly you can manage the Local Users and Groups using PowerShell on your Windows 10 computer. To get started, refer to the options provided below to manage both the Local Users and Groups using Windows PowerShell.

Option 1 – Manage the Local Users via Windows PowerShell

  • You need to first open Windows PowerShell as an admin. To do that, just tap the Win + X keys and select the Windows PowerShell (Admin) option.
  • After opening PowerShell, you need to execute the “Get-LocalUser” cmdlet so that you can find all the details about all the local user accounts in your computer which would include the Account Name, Enabled status, as well as description.
Note: On the other hand, you can also get the customized data about several objects that are related to your account. For instance, if you want to check when was the last time the Local account’s password was set, then you need to execute the “Get-LocalUser -Name root | Select-Object PasswordLastSet” cmdlet. Thus, the structure for this cmdlet is “Get-LocalUser -Name root | Select-Object *”. Here are the objects you can use to get different sorts of data:
  • AccountExpires
  • Description
  • Enabled : True
  • FullName
  • PasswordChangeableDate
  • PasswordExpires
  • UserMayChangePassword
  • PasswordRequired
  • PasswordLastSet
  • LastLogon
  • Name
  • SID
  • PrincipalSource
  • ObjectClass

Option 2 – Manage the Local User Groups using Windows PowerShell

  • Like what you did earlier, open Windows PowerShell as admin and then execute the “Get-LocalGroup” cmdlet so you can get all the information about all the groups of all the local user accounts.
  • Now if you want to create a new Local User Group, just execute the “New-LocalGroup -Name <NAME OF THE GROUP> -Description '<ENTER THE DESCRIPTION OF THE GROUP HERE>'” cmdlet.
  • And if you want to add Local User Accounts to a specific group, just execute the “Add-LocalGroupMember -Group '<NAME OF THE GROUP' -Member ('NAME 1','NAME 2','<ROLE>') -Verbose” cmdlet. You could also use the “Get-Localuser -Name john | Add-LocalGroupMember -Group '<NAME OF THE GROUP>'” cmdlet for the same purpose.
  • If you want to display all the User Accounts of a specific group, just use the “Get-LocalGroupMember –Group ‘ ’” cmdlet.
  • Now if you want to remove a local user account from a group, all you have to do is use the “Remove-LocalGroupMember -Group '<NAME OF THE GROUP>' –Member <NAME OF THE LOCAL USER ACCOUNT>” cmdlet.
Read More
Moving Taskbar to second monitor in Windows
If you are using a multi-monitor, then you might find it quite useful. It helps many users with their work and brings more productivity. And over the past few years, Windows has managed to offer one of the excellent multi-monitor features where users can plug in an additional monitor and access their work or use their computer seamlessly on both displays. This is really handy, especially for users who are graphic designers, gamers, and other professionals who have to use a larger screen for their work. One of the biggest inconveniences for users who use multi-monitor is that the Taskbar is switched on, on both displays, by default. This default arrangement is most likely to cause clutter on the second display. So if you are one of these users who find such a thing annoying, then you will find this post useful for you as we will walk you through how you can move the Taskbar to a second monitor. To get started, follow the instructions laid out below. Step 1: The first thing you have to do is right-click on the Taskbar. Step 2: Next, uncheck the “Lock the taskbar” option. Step 3: After that, click and hold the taskbar and drag it to the second monitor. Step 4: Once done, click the mouse button on the place where you want to place the taskbar. Step 5: Now right-click on the “Lock the taskbar” option to lock the taskbar. Once you’re done carrying out the steps given above, there are Advanced Options you can explore. This array of advanced options are offered by Windows 10 to fine-tune the multi-monitor experience of users. For instance, you have the option to choose to show the taskbar on an active screen only or combine the buttons on other taskbars. It would be better if you try out different variations and stick with the best one. In addition, you could also move the taskbar from one display to another.
Read More
Chrome browser downloads stuck at 100%
These days, Google Chrome is definitely one of the most used browsers in the browser. Google has almost created a nearly perfect product that rarely experiences problems. However, a lot of users have reported an issue where some files they’re downloading or their downloads in their Google Chrome browsers are stuck at 100%. So if you are one of these users, read on as this post will guide you on what you can do to resolve the problem. This kind of problem could be caused by several factors. It is possible that the file download process could be blocked by a third-party antivirus or it could be that the content-length header could be missing from the server. Aside from that, a Google Chrome extension could also be the culprit or it could be that the current installation of the browser could be corrupted. This kind of problem can get really annoying as the download process has already utilized system resources as well as take up your time. Thus, you need to fix the problem using several suggestions. You can try to clear the browser cache, disable the Chrome virus scan, whitelist the file on the third-party antivirus program, put your browser in Incognito mode and download the file again. On the other hand, you could also try to reset or reinstall the browser. For more details, follow the options provided below.

Option 1 – Try to clear browser cache and try downloading again

There are times when some data in the browser is conflicting with the loading of the website and triggers some problems like download getting stuck at 100%. And so you can try to clear your browser’s data. This might be a very basic solution but oftentimes it works in fixing this kind of error in Google Chrome. Follow the steps below to clear the data in your browser.
  • Open your Google Chrome browser.
  • After that, tap the Ctrl + H keys. Doing so will open a new panel that allows you to delete the browsing history and other data in your browser.
  • Now select every checkbox that you see and click on the Clear data button.
  • Then restart your Chrome browser and check if you can now complete the download again.

Option 2 – Try disabling Chrome virus scan

The next thing you can do to resolve the problem is to disable the Chrome virus scan. It is possible that the virus scan is the one that’s preventing the download to be completed, thus, try to disable it and see if it works.

Option 3 – Whitelist the file you’re downloading in your antivirus program

The download getting stuck might also be caused by your antivirus program which could be interfering it from running. To fix this, you have to whitelist dism.exe. How? Refer to these steps:
  • Open the Windows Defender Security Center from the system tray area.
  • Next, click the “Virus & threat protection” option and then open the “Virus and threat protection settings”.
  • After that, scroll down until you find the “Exclusions” and click on the “Add or remove exclusions” option.
  • Then click the plus button and select the type of exclusion you want to add and from the drop-down list, select Folder.
  • Next, navigate to this path and select the WinSxS folder: C:/Windows/WinSxS
  • When a User Account Control or UAC prompt, just click on Yes to proceed.

Option 4 – Try downloading the file in Incognito mode

There are certain browser extensions, especially those security programs, that prevent any suspicious files from being downloaded. So the easy way to fix the problem is to launch the Chrome browser in Incognito mode and then try to download the file again. Additionally, you might want to consider disabling the problematic extension.

Option 5 – Reset Chrome

Resetting Chrome can also help you fix the problem. This means that you will be 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 option and click on the “Restore settings to their original defaults” option to reset Google Chrome.
  • Now restart Google Chrome.

Option 6 – Try to clean reinstall Chrome

There are instances when programs leave files behind after you’ve uninstalled them and the same thing can happen to Chrome so before you reinstall Chrome, you have to make sure that you have deleted the User Data folder. To do so, refer to the following steps:
  • Hit the Win + R keys to open the Run dialog box.
  • Next, type “%LOCALAPPDATA%GoogleChromeUser Data” in the field and hit Enter to open the User Data folder.
  • From there, rename the default folder and name it something else, e.g. “Default.old”.
  • After that, install Google Chrome again and check if the issue is now fixed.
Read More
What to do if Windows is stuck in Tablet Mode
To make the Windows 10 operating system a lot more user-friendly, Microsoft introduced the Tablet Mode for Windows 10 devices, especially the 2-in-1 devices like Surface Pro and Surface Book. Despite the Tablet Mode’s efficiency, it also encounters some errors from time to time. One of the issues users reported about tablet mode is that they can’t turn off or exit tablet mode. If you are one of these users, read on as this post will guide you in what you can do to fix the issue. To fix the problem with Tablet Mode, there are several suggestions you can check out. You can try to check the full-screen setting, or perform a full shutdown or perform two buttons to restart the Surface devices. You could also disable Tablet Mode via Registry Editor or perform System Restore or change the settings in the System tab or the Action Center.

Option 1 – Try to check the full-screen setting

  • Tap the Win + I keys to open the Windows Settings app.
  • Then navigate to this path, Personalization > Start.
  • Next, scroll down to toggle off the “Use Start Full Screen” option.
  • After that, restart your computer and see if the problem is fixed.

Option 2 – Perform a full shutdown

  • Open Command Prompt with admin privileges first.
  • Next, execute this command to perform a full shutdown: shutdown /s /f /t 0
  • The command you entered will shut down your computer and once it’s turned off, wait for a couple of minutes and then turn it back on.

Option 3 – Try to perform a two-button restart on your Surface device

  • Tap and hold the power button for about 30 seconds.
  • Then release them after 30 seconds.
  • After that, tap and hold the volume up + the power button for 20 seconds. This will cause the display to flash a few times but you have to keep those buttons pressed until your Surface device is turned off.
  • Wait for a couple of minutes and your Surface will turn back on. This should resolve the problem.

Option 4 – Try to disable the Tablet Mode via Registry Editor

  • In the Start Search, type “registry editor” and right-click on the Registry Editor from the results, and then select the Run as administrator option. This will open the Registry Editor with admin privileges.
  • Next, navigate to this registry key: ComputerHKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionImmersiveShell
  • From there, look for the DWORD named “SignInMode” and double click on it.
  • Set its value to “1” and its base as hexadecimal.
  • After that, click on OK to save the changes made. This will make sure that you are signed in to the desktop mode when you log into your account.
  • Now look for the DWORD named “TabletMode” and double click on it and set its value data to “0” and it's base as hexadecimal.
  • Click on OK to save the changes made and then restart your computer.

Option 5 – Run System Restore

  • Tap the Win + R keys to open the Run dialog box.
  • After that, type in “sysdm.cpl” in the field and tap Enter.
  • Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
  • After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.

Option 6 – Try changing the settings in the System tab or the Action Center

  • Go to Settings and navigate to System > Tablet Mode.
  • After that, scroll down to set the “Use desktop mode” from the drop-down menu under the “When I sign in” section.
  • Now restart your computer and see if the issue is fixed.
Read More
Fix Microsoft Word Stopped Working in Windows
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:

  1. 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.
  2. Check the file

    Corrupted files can cause this crash and this error, try opening another text file inside the Word to eliminate file corruption.
  3. 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
  4. 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
  5. 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.
Read More
"Stop Running This Script" Error - How to Fix It

Stop Running This Script Error - What is it?

"Stop Running This Script" Error is a Windows Internet Explorer error message that is displayed in the following format with a yes and a no button:
Stop running this script?
A Script on this page is causing your web browser to run slowly.  If it continues to run, your computer might become unresponsive. This occurs when some scripts take an excessive amount of time to run. To be precise, there are some websites that use JavaScript, JQuery, and Active X scripts to run. These scripts are notorious for taking too much time to run. So, if you use the Internet Explorer as your web browser, then by default if the website takes a long time to load, the ‘Stop running this script error will be triggered. Other than this, if you are scripting an Active X control on the web page to transfer a very heavy file or run a huge database query, this may cause delays and lead to the error display. However, if you use Firefox, then the ‘Stop running this script error code will be promoted as ‘Unresponsive Script’ error.

Solution

Restoro box imageError Causes

The ‘Stop running this script error code’ is triggered due to multiple reasons. These include:
  • Webpage programming errors
  • Running a pop-up killer
  • Spyware and viral infection
  • Active X control errors

Further Information and Manual Repair

Here are some of the best methods that you can try to resolve Internet Explorer’s ‘stop running this script error’ on your PC:

1. Change the Internet Explorer Settings

This can be done by opening Internet Explorer and in the top menu, click on Tools, and then go to Internet Options. Now click on the Advanced Tab option. Locate where it says ‘Disable Script Debugging’. Once you find it uncheck the box beside it. Now close the browser and restart your PC. Access the same website on your IE web browser and see if the website opens. If it does, then the error is resolved. However, if it doesn’t, then you the underlying causes for the stop running this script error message could either be spyware or ActiveX control error.

2. Download Restoro

Whether the error occurs due to spyware invasion of Active X control error, it is advisable to download Restoro on your PC. This is a next-generation, innovative, and multi-functional PC repair tool that has several powerful utilities deployed together in one program. Plus you don’t have to get into the technicalities of resolving Active X control issues. Restoro is safe, bug-free, and efficient. It has a user-friendly interface and simple navigation which makes it quite easy for all levels of users to operate. It is compatible with all Windows versions including Windows 7, 8, XP, Vista, 8.1, and 10. This PC repair tool is a one-stop solution for all your script error repair needs. It includes the following utilities: a registry cleaner, a system stability detector, and an ActiveX control error scanner. It simultaneously scans for ActiveX control errors too. So, if the IE script error is triggered by ActiveX control issues, it resolves them too. To fix the ‘stop running this script’ error code on your PC, click here to download Restoro
Read More
Fix Windows Sandbox failed to start 0x80070015
As of late, many users reported getting an error in Windows Sandbox that has an error code of 0x80070015. According to users, they encountered this error when they tried to start Windows Sandbox. Based on the error code, it seems that there are some problems with the supporting services of Windows Sandbox that trigger the error. It is possible that these services are misconfigured or that they are outdated and have to be updated. Here’s the complete message of the error:
“Windows Sandbox failed to start. Error 0x80070015. The device is not ready. Would you like to submit feedback about this issue?”
If you are one of the users who encountered this kind of error in Windows Sandbox, then you’ve come to the right place as this post will help you sort this problem out. All you have to do is follow each one of the options provided below.

Option 1 – Make sure that all the supporting processes and services of Windows Sandbox are running properly

If running Windows Sandbox as an administrator didn’t fix the error, you have to ensure that all related processes for Windows Sandbox are running properly. To do that, follow these steps:
  • Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and hit Enter to open the Windows Services Manager.
  • Next, from the list of services, look for the following services in the given order:
    • Network Virtualization Service: (Startup type: Manual)
    • Virtual Disk: (Startup type: Manual)
    • Hyper – V Virtual Machine: (Startup type: Manual)
    • Hyper – V Host Compute Service: (Startup type: Manual)
    • Container Manager Services: (Startup type: Automatic)
  • After you find the aforementioned services, restart each one of them.
  • Once done, try to open the Windows Sandbox again and see if the error is fixed or not.

Option 2 – Try to install any pending Windows Updates

If the second option still didn’t work, then you might want to check Windows Updates on your computer and see if there are any pending Windows Updates you have to install. All you have to do is go to the Windows 10 Settings app and then go to the Windows Updates section and click on the “Check for updates” button to check if there are any pending updates that are needed to be installed. This could fix the Windows Sandbox Error 0x80070015.

Option 3 – Try to run Windows Sandbox as an admin

  • In the Start Menu, scroll down until you see the entry for the Windows Sandbox.
  • Then right-click on it and select More and then select the “Run as administrator” option to open it with admin privileges.
  • Next, if a User Account Control or UAC prompt pops up, just click on Yes to proceed.
  • You should now be able to open the Windows Sandbox without the error. However, if the error persists, proceed to the next given option below.
Read More
Enable or Disable Automatic Encryption
You might be familiar with the Encryption File System or EFS algorithm if you rather keep your files and folders encrypted. Encryption File System is a built-in feature in Windows 10 which allows users to secure their important files. Although there is an alternative way for you to secure your data on your Windows 10 computer, you can’t ignore the fact that the main advantage of an Encryption File System over BitLocker is that the former can help you encrypt a particular folder rather than encrypting the whole hard drive partition. If you move a file inside a folder encrypted with the Encrypting File System it will automatically get encrypted. There are some users who like this feature but unsurprisingly, there are some that don’t. So if whether you want your files encrypted when you place them in an encrypted folder or if you want to keep it as it is, read on as to how you can do it either way. You can enable or disable automatic encryption of files moved to encrypted folders in Windows 10 using the Registry Editor or the Group Policy Editor. Before you proceed, make sure to create a System Restore Point first because the modifications you’re about to make in your computer might affect its overall functioning so if anything goes wrong, you can always undo the changes. Once you have that covered, refer to the options given below to enable or disable automatic encryption in Windows 10.

Option 1 – Enable or disable automatic encryption using Registry Editor

  • Press the Win key + R key at the same time to open the Run dialog box.
  • Then type “Regedit” in the field and press Enter to open the Registry Editor and if a User Account Control or UAC prompt appears, just click Yes to proceed.
  • After opening the Registry Editor, navigate to this key location: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesExplorer
  • Next, right-click on Explorer and select New > DWORD (32-bit) Value and then name the newly create DWORD to “NoEncryptOnMove” and press Enter to save it.
  • After that, double click on the NoEncryptOnMove DWORD and set its value to the following preferences:
    • 1 – Disable Auto Encryption of files moved to encrypted folders.
    • 0 – Enable Auto Encryption of files moved to encrypted folders.
  • Now close the Registry Editor and restart your computer to successfully apply the changes made.

Option 2 – Enable or disable automatic encryption using the Group Policy Editor

  • Press the Win + R keys to open the Run box and type “gpedit.msc” in the field and press Enter to open the Group Policy Editor.
  • After that, navigate to this path: Computer ConfigurationAdministrative TemplatesSystem
  • Next, look for the “Do not automatically encrypt files moved to encrypted folders” option and double click on it to set the policy. From there, you will see the following description:
“This policy setting prevents File Explorer from encrypting files that are moved to an encrypted folder. If you enable this policy setting, File Explorer will not automatically encrypt files that are moved to an encrypted folder. If you disable or do not configure this policy setting, File Explorer automatically encrypts files that are moved to an encrypted folder. This setting applies only to files moved within a volume. When files are moved to other volumes, or if you create a new file in an encrypted folder, File Explorer encrypts those files automatically.”
  • Now select one of the radio buttons below depending on your preference:
    • Not Configured or Disabled: Enable Auto Encrypt of files moved to EFS Encrypted folders.
    • Enabled: Disable Auto Encrypt of files moved to EFS Encrypted folders.
  • Then click on the Apply and OK buttons to save the changes made.
  • Exit the Group Policy Editor and restart your computer.
Read More
How to Fix Media disconnected error message on Windows 10
A computer with no internet connection is like a mobile phone that can’t call nor text though you can still use it for other things. So if you are having problems with your computer’s internet connection, worry not as there are some basic things you can try before you go over the actual troubleshooting. Just make sure that you really have working internet. To verify it, try connecting your other devices. Aside from that, you must also make sure that your computer is connected properly over cable or connected to the router over the Wi-Fi. Once you have all these things covered, now’s the time to start troubleshooting the problem with the help of the instructions prepared below. To be more specific, this guide will walk you through what you can do when you encounter a particular internet connection problem where you get the Media State Media disconnected error message on your Windows 10 computer.

Before you troubleshoot the problem, you need to first check the internet connection status on your computer. To do that, follow these steps:

  • Type in “cmd” in the Cortana search box.
  • From the search results, right-click on Command Prompt and select “Run as administrator” from the context menu.
  • After opening Command Prompt with administrator privileges, type in the ipconfig /all command and hit Enter.
  • After you enter the command, you will see a list of all the connected media like the Ethernet, Wi-Fi along with its status, and more. From there, you need to check everything closely. I notice a message that says, “Media State . . . . . Media disconnected”, then your internet connection is indeed having issues.
Refer to the options below to fix the Media State Media disconnected error message on your Windows 10 PC.

Option 1 – Try resetting WINSOCK and IP Stack

  • Type in “cmd” in the Cortana search box.
  • From the search results, right-click on Command Prompt and select “Run as administrator” from the context menu.
  • After opening Command Prompt, type in each one of the commands listed below
    • netsh winsock reset catalog – This command will reset the WINSOCK entries.
    • netsh int ipv4 reset reset.log – This command will reset the IPv4 TCP/IP stack.
    • netsh int ipv6 reset reset.log – This command will reset the IPv6 TCP/IP stack
  • Once you’ve executed the commands listed above, restart your PC to successfully apply the changes made.

Option 2 – Check if your Network Adapter is disabled

If you’ve disabled the network adapters on your computer, then it’s most likely the reason why you’re getting the Media State Media disconnected error message. Thus, you need to enable it back.
  • Open Settings and go to Network and Internet > Select Ethernet > Change adapter options.
  • From there, right-click on the adapter and enable it.

Option 3 – Check the Wi-Fi Properties

Though this case is not common, Wi-Fi sharing has actually caused issues for some users. That’s why you need to check the Wi-Fi properties. Go to Network Connections and right-click on Wi-Fi and select Properties. From Properties, go to the Sharing tab and select the first option and click OK.

Option 4 – Try updating the Network driver

  • Tap the Win + R keys to open the Run dialog box and then type in devmgmt.msc and tap Enter or click OK to open the Device Manager.
  • Expand the section for the outdated device drivers.
  • And then select the Network driver or any other outdated driver(s) and right-click on it/them.
  • From the drop-down menu, select the Update Driver option and follow the on-screen instructions to install the latest version of the driver.
  • Then also click on the option, “Search automatically for updated driver software.
  • Restart your PC after the installation.
Note: If updating the Network driver didn’t work, you can go to the website of your PC manufacturer and look for the support section where you can download the drivers for your computer. You just need to take note of your PC’s correct model and model number so you can find the appropriate driver.
Read More
Fix Windows Upgrade Error 0x800F081E – 0x20003
If you are trying to run Windows Upgrade on your Windows 10 computer but suddenly interrupted by the error 0x800F081E – 0x20003, worry not for this post will guide you on how you can fix this Windows Upgrade error. This particular Windows Upgrade error is a Windows status code for CBS_E_NOT_APPLICABLE which indicates that some of the update requirements are missing or the files that are installed are already of a higher version compared to the ones that are still pending. In most cases, this error occurs when you try to upgrade to earlier versions of the Windows 10 N edition to a later version. Here’s the full content of the error message:
“0x800f081E-0x20003, The installation failed in the SECOND_BOOT phase with an error during BOOT operation”
In case you don’t know, Microsoft distributes special “N” editions of Windows in Europe and the “KN” editions in Korea. These editions are the same as the standard editions of Windows except that they do not have the Windows Media Player as well as the multimedia playback features. Thus, when the Windows Upgrade fails with the error code and error message and it doesn’t provide much information as to why the update couldn’t be installed, there is something you can do about it to fix the error. Since Windows uses generic error codes and so if you see the error code 0x800f081e, you have to check the error log first. For more details, follow the instructions laid out below. Step_1: You need to navigate to C:$WINDOWS.~BTSourcesPanther and from there look for the text file named “setuperr.log” and open it with a text viewer/editor program like Notepad. Step_2: After opening the setuperr.log file, you should see content that’s similar to this:
C:WINDOWSSoftwareDistributionDownload80b2677d6e15a2a206625bb25a7124feamd64_Microsoft-Windows-MediaPlayer-Package~~AMD64~~10.0.17134.1. Error: 0x800F081E 2019-09-10 20:26:57, Error SP Operation failed: Add [1] package C:WINDOWSSoftwareDistributionDownload80b2677d6e15a2a206625bb25a7124feamd64_Microsoft-Windows-MediaPlayer-Package~~AMD64~~10.0.17134.1. Error: 0x800F081E[gle=0x000000b7]
Note: From the content above, it is clear that the Windows Upgrade failed due to complete due to the Windows Media Player. It could be that the log file may contain other error messages and other error codes and if you see the error code 0x800f081e from the list, then you need to uninstall the Media Feature Pack. Step_3: You have to uninstall the Media Feature Pack.
  • Tap the Win + R keys to launch the Run dialog box and type “optionalfeatures.exe” in the field and hit Enter to open the Windows Features wizard.
  • Next, you need to wait until the list of Windows Features populates and then click on the + sign to collapse the folder of the Media Features.
  • After that, uncheck the “Windows Media Player” option from the Media Features folder.
  • Now click on the Yes and OK buttons to save the changes made and then close the Windows Features dialog box.
  • Restart your computer and boot, try to run the Windows Upgrade process again, and check if the error is fixed or not.
Note: If the installation has been successfully completed, you have to go back to the Windows Features and enable the Windows Media Player again. And if you are using the Windows 10 N Edition, then you can just download and install the latest version of the Media Feature Pack for your Windows 10 N edition. On the other hand, running the built-in Windows Update troubleshooter could also help you resolve any Windows Update-related problems, including the error 0x800F081E – 0x20003. 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.
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