Home  >  Article  >  Operation and Maintenance  >  How to install xbox on win10

How to install xbox on win10

王林
王林Original
2021-01-30 14:21:4924635browse

How to install xbox on win10: first open windows powershell; then execute the [Get-AppxPackage] command; finally execute the [Add-AppxPackage -Register] command.

How to install xbox on win10

#The operating environment of this article: windows10 system, thinkpad t480 computer.

Specific method:

1. Click "Start" to find "Windows Powershell"

How to install xbox on win10

2. Right-click "Windows Powershell" and select "Run as administrator".

How to install xbox on win10

3. Execute the command Get-AppxPackage -Name Microsoft.XboxApp -AllUsers in Powershell to find the value that prints out the parameter "InstallLocation".

(Learning video sharing: Programming video)

How to install xbox on win10

4. Execute the command again: Add-AppxPackage -Register '[Previous step The value of InstallLocation]\AppxManifest.xml' -DisableDevelopmentMode

How to install xbox on win10

5. Open "Start" and xbox has been installed.

How to install xbox on win10

Related recommendations: windows system

The above is the detailed content of How to install xbox on win10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn