Created
October 1, 2018 14:16
-
-
Save 798886844/75517bfcc91927922ff1835bf5d98cfd to your computer and use it in GitHub Desktop.
转载:在Windows10 LTSB上安装应用商店
This file contains hidden or 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
转载过来备忘一下,打算下一个系统换LTSB,因为现在的Win 10主流系统很蛋疼,更新出问题太严重了。 | |
这是一个LTSB安装应用商店的应用,看萌咖大佬介绍吧: | |
#### 介绍: | |
> | |
- Windows10 LTSB(长期服务版)是目前唯一可以长期稳定使用的Win10版本. | |
- 没有烦人的小娜,没有一点也不可爱的EDGE,没有没完没了的为增加Bug而推送的更新.也没有乱七八糟的内置应用. | |
- 更不会因为一个新版本的推送而彻底瘫痪. | |
- 但是LTSB也没了应用商店和UWP运行环境. | |
#### 安装: | |
> | |
- 应用商店也是Win10的一大特色! | |
- Win10的应用商店也有一些优秀的应用可以代替臃肿的桌面程序. | |
- 使用该工具即可在 Windows10 LTSB(2016) 上安装应用商店. | |
- 下载地址: [WindowsStore_LTSB2016.exe](https://moeclub.org/attachment/WindowsSoftware/WindowsStore_LTSB2016.exe) | |
- SHA1: 816998e5fd09703f7ef9660faa1d0a5784ed4b90 | |
#### 卸载: | |
> | |
如需卸载应用商店(Win10 LTSB2016): | |
```cmd | |
Get-AppxPackage Microsoft.StorePurchaseApp |Remove-AppxPackage | |
Get-AppxPackage Microsoft.WindowsStore |Remove-AppxPackage | |
Get-AppxPackage Microsoft.Advertising.Xaml |Remove-AppxPackage | |
Get-AppxPackage Microsoft.VCLibs.140.00 |Remove-AppxPackage | |
Get-AppxPackage Microsoft.NET.Native.Framework.1.3 |Remove-AppxPackage | |
Get-AppxPackage Microsoft.NET.Native.Runtime.1.3 |Remove-AppxPackage | |
``` | |
#### 声明: | |
> | |
1. 该可执行文件为自解压文件. | |
2. 可解压自行查看源文件. | |
3. 如有直接或间接损失,萌咖不负任何责任. | |
4. 如有报毒,说明此工具不适合你使用! | |
转载自——[萌咖](https://moeclub.org/2018/06/28/632/?v=842) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment