KB2862330 fails to install

Anonymous
2013-10-08T23:44:09+00:00

Update KB2862330 repeatedly fails to install on Windows 7.

Windows for home | Previous Windows versions | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2014-01-15T22:36:31+00:00

EJM888, the OP of this thread, wrote:

This update [i.e., KB2862330-V2] was installed successfully on Jan 14, 2014 (Yesterday)

Excellent!  Thanks for your follow-up.

Marking one or more of the posts in this thread as ANSWER will officially close your thread.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

248 additional answers

Sort by: Oldest
  1. Anonymous
    2014-07-08T08:05:43+00:00

    I get the same issue. I try and install the update and on reboot gets stuck at 33%.  I definitely have Service Pack 1 already installed.  At the moment I am just manually de-selecting this one update each time there are more updates to install.  Has there been any news on how to fix this?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-07-08T09:02:57+00:00

    You can try disabling or disconnecting USB devices before installaing that patch and reenable them after reboot. That helped in some cases.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-12-09T17:31:49+00:00

    Looks like USB Lockdown policies will prevent updates to USB Drivers.

    I am running Windows 2008 R2 and had issue with this update.  I disabled the USB in the Bios and still no success. The update will list as success but after reboot will say failed for KB2862330 which is part of the MS13-081 patch set.  My teammate said he had similar issue.   We checked and in our DEV environment where the servers were located contained a USB Lock down policy.  Which prevents anyone including administrators to change the permission on USB Driver INF files.   Once we removed systems from USB Lockdown policy and grant everyone access to the USB INF files the Update completed with no issues.  Hope this will help someone.

    takeown /f c:\Windows\inf\usbstor.inf

    takeown /f c:\Windows\inf\usbstor.PNF

    takeown /f c:\Windows\inf\usb.inf

    takeown /f c:\Windows\inf\usb.PNF

    icacls c:\Windows\inf\usbstor.inf /grant Everyone:f

    icacls c:\Windows\inf\usbstor.PNF /grant Everyone:f

    icacls c:\Windows\inf\usb.inf /grant Everyone:f

    icacls c:\Windows\inf\usb.PNF /grant Everyone:f

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2014-12-10T00:23:32+00:00

    This is a Consumer-specific forum.

    You will find support for Windows Server in these forums: http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?category=windowsserver

    Was this answer helpful?

    0 comments No comments