Clicking "Yes" on UAC 1,000 times not required
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
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?
Might help. Give it a shot.
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
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?
Might help. Give it a shot.
Add-AppxPackage -DisableDevelopmentMode -Register $(Resolve-Path "C:\Program Files\WindowsApps\Microsoft.Winget.Source_*\AppXManifest.xml") -Verbose