-
Notifications
You must be signed in to change notification settings - Fork 541
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:lixuy/LTSC-Add-MicrosoftStore
- Loading branch information
Showing
1 changed file
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,26 @@ | ||
# LTSC-Add-MicrosoftStore | ||
This comment has been minimized.
Sorry, something went wrong. |
||
Add Windows Store for LTSC | ||
This comment has been minimized.
Sorry, something went wrong. |
||
# Add Store to Windows 10 Enterprise LTSC | ||
This comment has been minimized.
Sorry, something went wrong. |
||
For Windows 10 Enterprise LTSC 2019 | ||
[Download](https://github.com/lixuy/LTSC-Add-MicrosoftStore/archive/2019.zip) | ||
This comment has been minimized.
Sorry, something went wrong. |
||
## To install, run Add-Store.cmd as Administrator | ||
If you do not want App Installer / Purchase App / Xbox identity, delete each one appxbundle before running to install. However, if you plan on installing games or any app with in-purchase options, you should include everything. | ||
If the store still will not function, reboot. If still not working, open the command prompt as the administrator and run the following command, then reboot once more. | ||
```PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"``` | ||
## Addition troubleshooting | ||
>Right click start | ||
Select Run | ||
Type in: WSReset.exe | ||
This will clear the cache if needed. | ||
|
||
# 为Windows 10 Enterprise LTSC增加应用商店 | ||
适用于Windows 10 Enterprise LTSC 2019 | ||
[下载地址](https://github.com/lixuy/LTSC-Add-MicrosoftStore/archive/2019.zip) | ||
## 要开始安装, 请打包下载后用右键管理员运行 Add-Store.cmd | ||
如果您不想安装App Installer / Purchase App / Xbox,请在运行安装之前删除对应的.appxbundle后缀的文件。但是,如果您计划安装游戏,或带有购买选项的应用,则不要删除。 | ||
如果装完之后商店仍然打不开,请先重启试试。如果仍然不行,请以管理员身份打开命令提示符并运行以下命令之后,然后再重启试试。 | ||
```PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"``` | ||
## 商店修复 | ||
Win+R打开运行,输入WSReset.exe回车。 | ||
该命令会清空并重置Windows Store商店的所有缓存。 | ||
|
||
该脚本由abbodi1406贡献: | ||
https://forums.mydigitallife.net/threads/add-store-to-windows-10-enterprise-ltsc-LTSC.70741/page-30#post-1468779 |
r