Win10 can't open the software prompt "The server didn't respond or control the request in time".

  
Solve the problem that Win10 can't open the software: The server didn't respond or control the request in time.

The solution is as follows:
Method 1:
1, press “Win+X” key combination to open the system shortcut menu, click “ command prompt (admin) & rdquo;; Br>
2. In the command prompt, type: net user username/add Press Enter (user name is changed to the currently logged in account);

3, then enter: “ Net localgroup Administrators username /add” Press Enter (user name is replaced with the currently logged in user account);

4, last input: net user username /active:yes Press Enter can.

Method 2:
1. Open Xiaona, search for “Windows PowerShell”, right click on Windows PowerShell, select “Run as administrator” <;

2. In the "Windows PowerShell" box, enter: Get-AppxPackage -AllUsers|  Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”} (Copy and paste directly) Press the Enter key to wait for the app to be reset.
Copyright © Windows knowledge All Rights Reserved