为Win10 LTSC企业版开启应用商店

With the LTSC servicing model, customers can delay receiving feature updates and instead only receive monthly quality updates on devices. Features from Windows 10 that could be updated with new functionality, including Cortana, Edge, and all in-box Universal Windows apps, are also not included. Feature updates are offered in new LTSC releases every 2–3 years instead of every 6 months, and organizations can choose to install them as in-place upgrades or even skip releases over a 10-year life cycle. Microsoft is committed to providing bug fixes and security patches for each LTSC release during this 10 year period...

Use

#解压缩,用右键管理员运行
Add-Store.cmd
#修复商店,Win+R打开运行,输入
WSReset.exe

Error

装完之后商店仍然打不开,重启试试。

仍然不行的话,以管理员身份打开命令提示符并运行以下命令之后,然后再重启试试。

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

Link

download
来源:天翼云盘 | 提取码:fq7w

 

 

英文版

#在打开的 “Windows Powershell(管理员)” 窗口中输入以下命令:
get-appxpackage *store* | remove-Appxpackage

#安装:
add-appxpackage -register "C:\Program Files\WindowsApps\*Store*\AppxManifest.xml" -disabledevelopmentmode

碎碎念

点击应用提示:无法加载页面 错误代码0x80004003

请检查Windows Update服务是否启动,若没有,请启动它。然后关闭商店,重新尝试。

阅读剩余
THE END