Mar 31 2021 01:48 AM - edited Mar 31 2021 01:49 AM
I have accidentally removed the Windows Calculator from my image, using the virtual desktop optimization tool. How do i get it back in my image and hosts, for all users? I can manually install it, after enabling the right services and logging in to the store as a user, but then the calculator is only available for that user. Need some help 🙂
May 10 2021 07:22 PM
If you've accidentally removed an appx using the WVD optimization tool and MS Store doesn't work for you follow this:
Example and will look like this:
Download a recent .appxbundle. you only need the most recent.
It shows the dependencies but most likely the are already on the WVD so start with appxbundle
It will download as a long guid. Copy the name/url from the site on the left and rename the downloaded guid to the url name:
Run powershell with admin credentials and run DISM:
DISM.EXE /Online /Add-ProvisionedAppxPackage /PackagePath:c\temp\Microsoft.ZuneMusic_2019.18052.11112.0_neutral_~_8wekyb3d8bbwe.appxbundle /SkipLicense
Warning: if you run just add-appxpackage it won’t install for all users.