为Win10 LTSB 2016企业版开启应用商店
The Windows 10 LTSB Enterprise edition, to give it its full version name, doesn't feature a number of core applications that normally feature in other iterations of Windows 10. The Microsoft Edge browser, for example, is not included, nor is the Cortana virtual assistant. Some limited search capabilities do remain, however.
This is in addition to other omissions, including Microsoft Mail, Calendar, OneNote, Weather, News, Sports, Money, Photos, Camera, Music and the Clock apps. These apps are fundamentally not supported in Windows 10 Enterprise LTSB, even if you install them via sideloading. The Microsoft Store, too, is not included...
Windows10 LTSB(长期服务版)是最初可以长期稳定使用的Win10版本,现已更新到Windows10 LTSC.
Install
下载包, 运行安装即可。
Error
问题1
解决方法
注意, 该操作完成后, 需要重启系统才会生效。
问题2
解决方法
Windows+R键
打开运行框,- 输入
services.msc
打开服务, - 找到
Windows Update
右键启用(如果禁用则右键属性, 讲禁用改为手动, 保存之后再次右击启用该服务)。 - 再次打开应用商店。提示错误后, 点击刷新在选择更新版本,然后静等它更新完成即可(期间会闪退, 不需要操作什么, 只需静等屏幕右下角状态弹出"应用商店更新完成..." 的消息提示框, 即可正常打开应用商店)
卸载商店
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