Discussion about this post

User's avatar
Olf's avatar

I had an issue when it came to running this script as an admin where i got some strange errors like this:

0x8a15000f : Data required by the source is missing

Solution: the device was complaining about some missing language stuff or similar. This didnt exist when logging in as normal office user. Fix below:

Add-AppxPackage -DisableDevelopmentMode -Register $(Resolve-Path "C:\Program Files\WindowsApps\Microsoft.Winget.Source_*\AppXManifest.xml") -Verbose

Orion56dd's avatar

Excellent article, it has helped me a lot, however, I hit a wall, and that is trying it on a domain machine. How can I schedule a scheduled task to run on the user profile but validated with another privileged user?

1 more comment...

No posts

Ready for more?