Home > Article > Operation and Maintenance > How to install xbox on win10
How to install xbox on win10: first open windows powershell; then execute the [Get-AppxPackage] command; finally execute the [Add-AppxPackage -Register] command.
#The operating environment of this article: windows10 system, thinkpad t480 computer.
Specific method:
1. Click "Start" to find "Windows Powershell"
2. Right-click "Windows Powershell" and select "Run as administrator".
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)
4. Execute the command again: Add-AppxPackage -Register '[Previous step The value of InstallLocation]\AppxManifest.xml' -DisableDevelopmentMode
5. Open "Start" and xbox has been installed.
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!