Fix Error Code 0x80073d0d/0x80070005 When Installing Starfield From Xbox App/Microsoft Store

Fix Error Code 0x80073d0d/0x80070005 When Installing Starfield From Xbox App/Microsoft Store

##1. The error code 0x80073d0d/0x80070005 can occur when you try to install Starfield from the Xbox App or Microsoft Store. There are a few things you can try to fix this error:


1. Check your internet connection. Make sure that you are connected to the internet and that your internet connection is stable.

2. Restart your computer. Sometimes, a simple restart can fix the problem.

3. Run the Windows Store Apps troubleshooter. This troubleshooter can help to fix problems with the Windows Store and its apps. To run the troubleshooter, open the Settings app and go to Update & Security > Troubleshoot. Under "Find and fix other problems", click on "Windows Store apps" and then click on "Run the troubleshooter".

4. Reset the Windows Store cache. This will delete the temporary files that are used by the Windows Store. To reset the Windows Store cache, open the Command Prompt as administrator and run the following command:


```

wsreset.exe

```


5. Reinstall the Xbox App or Microsoft Store. If you are still getting the error message, you can try reinstalling the Xbox App or Microsoft Store. To do this, open the Settings app and go to Apps > Apps & features. Find the Xbox App or Microsoft Store and click on "Uninstall". Then, go to the Microsoft Store and download and install the app again.


If you have tried all of the above and you are still getting the error message, you may need to contact Microsoft support for further assistance.


Here are some additional things to keep in mind:


* Make sure that you have enough free disk space to install the game.

* Make sure that your computer meets the minimum system requirements for the game.

* If you are using a proxy server, make sure that it is configured correctly.


##2. If you're encountering error code 0x80073d0d or 0x80070005 when trying to install Starfield or any other app from the Xbox App or Microsoft Store, these errors typically relate to issues with permissions, corrupted app data, or problems with the Microsoft Store itself. Here are steps to help you resolve these errors:


1. Run the Windows Store Troubleshooter:

   - Press `Windows Key + I` to open the Settings app.

   - Go to "Privacy & Security" > "Windows Update."

   - Click on "Troubleshoot" and select the "Windows Store Apps" troubleshooter.


2. Check and Adjust App Permissions:

   - Ensure that your account has the necessary permissions to install apps. You should be using an administrator account.

   - Right-click on the Start button and select "Windows Terminal (Admin)" to open an elevated Command Prompt.

   - Type the following command and press Enter to reset permissions for all apps:

     ```

     icacls "%ProgramFiles%\WindowsApps" /q /c /t /reset

     ```

   - Try installing Starfield or the app again.


3. Reset the Microsoft Store Cache:

   - Open Command Prompt as an administrator (search for "cmd" in the Start menu, right-click it, and choose "Run as administrator").

   - Type the following commands one by one and press Enter after each:

     ```

     wsreset.exe

     ```

   - Restart your computer and try installing the app again.


4. Check for Windows Updates:

   - Ensure that your operating system is up to date. Sometimes, updating Windows can resolve compatibility issues.

   - Go to "Settings" > "Privacy & Security" > "Windows Update" and click "Check for updates."


5. Create a New User Account:

   - If the issue persists, you can try creating a new user account and see if you can install the app without errors.

   - Go to "Settings" > "Accounts" > "Family & other users."

   - Under "Other users," click "Add an account."

   - Follow the prompts to create a new user account.

   - Sign in to the new account and try installing the app.


6. Check for Corrupted Windows Files:

   - Open Command Prompt as an administrator.

   - Run the following command to check for and repair corrupted Windows files:

     ```

     sfc /scannow

     ```

   - If the System File Checker (SFC) tool finds and fixes any issues, restart your computer and try installing the app again.


7. Reinstall the Xbox App:

   - If you are trying to install Starfield through the Xbox App, you can try uninstalling and reinstalling the Xbox App.

   - Open PowerShell as an administrator (search for "PowerShell" in the Start menu, right-click it, and choose "Run as administrator").

   - Type the following command and press Enter to uninstall the Xbox App:

     ```

     Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage

     ```

   - Restart your computer and reinstall the Xbox App from the Microsoft Store.


If none of these steps resolve the issue, you may want to contact Microsoft Support for further assistance, as there may be specific issues with your system that require more in-depth troubleshooting.



Post a Comment

0 Comments