无法移动哗哩哗哩UWP
#753
-
Beta Was this translation helpful? Give feedback.
Answered by
ywmoyue
Aug 10, 2024
Replies: 1 comment
-
参考微软文档 我测了下可以卸载应用后修改脚本 然后运行 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZiLeYunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
参考微软文档
我测了下可以卸载应用后修改脚本
Add-AppDevPackage.ps1
在Add-AppxPackage -Path $DeveloperPackagePath.FullName -DependencyPath $DependencyPackages.FullName -ForceApplicationShutdown
和Add-AppxPackage -Path $DeveloperPackagePath.FullName -ForceApplicationShutdown
之后添加参数-Volume D:\
然后运行
Install.ps1
就能安装到D盘了