Location:
State:
Carrier
Country
Status

KB3081448 fails with error code 8007000d


I guess the title says what my problem is. So, I finaly got to install KB3081444 without any issues, and now, this update is doing infinite restarts on Windows Update. I tried:

1. Installing from offline downloaded installer - the same error code.
2. Did DISM, both commands failed.
3. SFC says no issues.

Windows Update files will be shortly.

I guess the title says what my problem is. So, I finaly got to install KB3081444 without any issues, and now, this update is doing infinite restarts on Windows Update. I tried:

1. Installing from offline downloaded installer - the same error code.
2. Did DISM, both commands failed.
3. SFC says no issues.

Windows Update files will be shortly.
I had a different error code with my KB3081448, but I did eventually fixed it with these instructions:

press WindowsKey+R, type gpedit.msc and press Enter.
Click "Computer Configuration", click "Administrative Templates", click "System", and then double-click the "Specify settings for optional component installation and component repair" setting.
Select "Enabled", click check box for "Contact Windows Update directly...." - apply and OK

Type CMD in Search. Right click on it to run as an administrator. (You can also right-click on the start button and select "Command Prompt (Admin)")
Type the following 5 commands at the CMD prompt:


>WSReset.exe (go back to the cmd screen and press ctrl-c to get the prompt back)
>dism /online /cleanup-image /restorehealth
>dism /online /cleanup-image /StartComponentCleanup
>sfc /scannow
>powershell
>Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml"}


Close the CMD window.
Check to see if the issue is resolved. If not, restart the PC.

I ran the downloaded offline installer for KB3081448, success!!
Download link 32Bit -
Download link 64Bit -

Welllppp, that was a quick reply, but i did the first step you said, still the same! I said, that i did the DISM and offline, so steps 2 and 3 don't count.

Welllppp, that was a quick reply, but i did the first step you said, still the same! I said, that i did the DISM and offline, so steps 2 and 3 don't count.
Just make sure your DISM commands are with "online" and not "offline" parameter, offline is to fix an image not currently running.
Also make sure the Group Policy Editor is updated. Mine only got fixed after the last step "Get-AppXPackage..."

Ummm...... What to do??


Ummm...... What to do??

yes just leave it to finish - takes a while..

Can't you see that is says ACCESS IS DENIED????!!!
When I do the offline installer for KB3081448 it says The Windows Standalone installer ran into an error: 0x8007000d. The data is invalid.
Sorry for caps. Also I am the administrator. So how do i fix it?

Nope sorry, using my mobile for the moment, image too big... You ran powershell from an elevated cmd prompt, yes?

Oh, sorry. I ran PowerShell without elevation. Whoops! Ran the command and it did work. But tried again the offline installer and it failed again. Also, Files:CBS.zip I think you need those files?...

The prompt in powershell should say C:WINDOWSsystem32, then you know its started from an elevated cmd..
Close that access denied window, right-click on start button and select "command prompt (admin)"
All command should be run from here

KB3081448 fails with error code 8007000d