How to fix error 0x80070005 while installing Windows IoT

The Internet of Things, or IoT, is intended to unify devices, sensors, data, and the cloud. Unlike a computer or tablet, the IoT can access specific hardware such as lights, sensors, and motors. This capability allows you to create fun projects or professional devices.

Microsoft provides an image for installing Windows IoT, which can be downloaded from here. It is typically installed into a storage device, with SD Cards being a common choice. If you download the Windows IoT dashboard, you will receive an .exe file to install said dashboard. This dashboard then allows you to download the OS from the Windows Store and install it onto a storage device. Note that if you encounter the error 0x80070005 while trying to download and install the file from the dashboard, this signifies an access denied error. This error is not exclusive to the installation of this software and may also occur with Windows Updates, Windows Restore Point, and Windows 8/10 apps downloaded from the store, among others.

Several solutions exist to fix this problem. However, please note that installing Windows IoT requires an administrator account rather than a standard one. Also, ensure that your Operating System is updated to the latest version.

Method 1: Reset your windows Store

  1. Open your start menu and type down wsreset.exe.
  2. Right click on the result, and select run as administrator.

This will reset your Windows Store Cache.

Method 2: Repair Windows Permissions

Download the tool SubInACL from hereInstall the tool in its default directory.

Click here to download the code, and Save the file as cmd (Make sure the saves as type dropdown is shown as all files).

Locate the file you just created, right click on it and run as administrator.

Once the execution ends, please try to reinstall Windows IoT.

Method 3: Do a clean boot to make sure there’s no software causing conflict

For Windows 8 and Windows 10.

  1. Press Ctrl + Shift + Esc at the same time to open the Task Manager.
  2. Go to the Startup Tab.
  3. Select each entry and click on the Disable button on the bottom left corner.
  4. Restart your computer.

For Windows XP, Vista and 7.

  1. Hold the Windows Key and press R.
  2. Type ‘msconfig‘ and proceed to the ‘Startup‘ tab.
  3. Click on Disable All.
  4. Apply the changes. You will be asked to restart your computer; select ‘Yes‘.

Once your computer has booted without any software, try to reinstall Windows IoT.

Method 4: Disable UAC

  1. Hold the Windows Key and press R.
  2. Type down CMD.
  3. Type down the following command.

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

  1. Reboot computer for changes to take effect, and try to install Windows IoT.

Method 5: Fix permissions of the AppData folder

  1. Hold the Windows Key and press R .
  2. Type  and Click OK.
  3. Right Click on the Local folder and select Properties.
  4. Navigate to the Security tab, click ‘Edit’, and then ‘Add.
  5. Type ‘Everyone‘, then click on ‘Check Names‘ to validate. Once it is validated, press ‘OK‘ and then select ‘Full Control‘.
  6. Click OK to save changes and restart your computer for changes to take effect.
ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.