Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.69k stars 1.08k forks source link

Error 0x80D03002 installing games from the Microsoft Store. #281

Closed AnubisMann closed 4 years ago

AnubisMann commented 4 years ago

Hi,

When I want to install a microsoft game with active xbox game pass subscription, I get the error 0x80D03002 after using this script and it doesn't let me install any games. How to revert to default windows values ?.

Thanks!

Disassembler0 commented 4 years ago

I assume that DisableXboxFeatures, which is contained in the default preset, is the culprit. So try running EnableXboxFeatures to revert the Xbox-related tweaks.

AnubisMann commented 4 years ago

I assume that DisableXboxFeatures, which is contained in the default preset, is the culprit. So try running EnableXboxFeatures to revert the Xbox-related tweaks.

Do not disable it, there is something else that is hurting.

Disassembler0 commented 4 years ago

In that case please paste the preset you've used. It'll help us to narrow down possible causes.

AnubisMann commented 4 years ago

In that case please paste the preset you've used. It'll help us to narrow down possible causes.

Default.zip

AnubisMann commented 4 years ago

In that case please paste the preset you've used. It'll help us to narrow down possible causes.

Something new ?

Disassembler0 commented 4 years ago

Your preset looks pretty safe. The only thing I particularly don't like is SetP2PUpdateDisable. Windows Store is incredibly stupid when it comes to selection of download mode and given what I've read online (e.g. here) in relation to the error 0x80D03002, this may very well be the problem.

So instead of SetP2PUpdateDisable use rather SetP2PUpdateLocal.

Alternatively, delete the value DODownloadMode under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization via regedit (this is the same what SetP2PUpdateLocal would do) and then reboot.

AnubisMann commented 4 years ago

Your preset looks pretty safe. The only thing I particularly don't like is SetP2PUpdateDisable. Windows Store is incredibly stupid when it comes to selection of download mode and given what I've read online (e.g. here) in relation to the error 0x80D03002, this may very well be the problem.

So instead of SetP2PUpdateDisable use rather SetP2PUpdateLocal.

Alternatively, delete the value DODownloadMode under HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeliveryOptimization via regedit (this is the same what SetP2PUpdateLocal would do) and then reboot.

Thanks, it worked fine with the SetP2PUpdateLocal parameter. Fixed !

Cubox commented 3 years ago

I can confirm using SetP2PUpdateLocal fixed my issue with Xbox games for PC failing to install.