powershell脚本开发中遇到的一些问题

偏向技术
/ 0 评论 / 68 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于2021年03月30日,已超过1133天没有更新,若内容或图片失效,请留言反馈。

介绍

在使用 powershell 脚本开发过程中,遇到的一些问题,收藏在这里,方便下次查找。

问题集合

  1. windows 10应用商店无法访问
powershell
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml';
Add-AppxPackage -DisableDevelopmentMode -Register $manifest
12
0

评论 (0)

取消