79750916

Date: 2025-08-30 04:00:42
Score: 1
Natty:
Report link

For any arbitrary MSIX, here's what you need:

$volume = "\\?\Volume{ce76ba5a-3887-4f8a-84de-3aefe64b7691}"
Add-AppxPackage -Volume $volume  -Path $adobePremiere 

you can get the volume information by Get-AppxVolume

To create a new volume in D drive, you will need MSIX Hero
Through MSIX Hero, you will can create a new volume and set that as default

enter image description here

Also just to be sure, make sure to goto Settings->Storage-> Change where new content is saved and then change the following:

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: N_E