How To Fix Windowsupdate_8024a008

Asked By 30 points N/A Posted on -
qa-featured

When trying to install an update notification that I got recently, the update got failed with a windowsupdate_8024a008 error. Can anyone suggest me a safe way to solve it?

SHARE
Answered By 0 points N/A #321211

How To Fix Windowsupdate_8024a008

qa-featured

To solve this error, you first have to install the Windows update module. Then press Windows key and R simultaneously to open the dialog box.

Now type in:    %WINDIR%\System32\WindowsPowerShell\v1.0\Modules

Now copy the downloaded zip folder you’ve downloaded to the modules folder you’ve opened.

Now open Windows PowerShell ISE tool and type in the following commands and press enter after each command:

  • Set-ExecutionPolicy RemoteSigned
  • Import-Module PSWindowsUpdate
  • Get-WUInstall

Once done with this, reboot your PC.

Related Questions