Windows error 0x00000BC2, 3010

Detailed Error Information

SUCCESS_REBOOT_REQUIRED[1]

MessageThe requested operation is successful. Changes will not be effective until the system is rebooted.
Declared inwinerror.h

This appears to be a raw Win32 error. More information may be available in error 0x80070BC2.

HRESULT analysis: flags: none; facility: 0 (FACILITY_NULL); error: 3010 (more)

Questions

1vote
1answer

Reset insyde H20 bios admin password

I have a Lenovo G470, i3 processor(with integrated Intel hd 3000 graphics) with insyde H20 BIOS 40CN33WW (V2.19) (x64) whose bios is locked. Back story A year ago I had disabled UEFI boot and booting from Pendrive and added Admin by password, unfortunately, I forgot the admin password.but I can [...] read more
boot
bios
passwords
patch
decoding
0votes
0answers

Powershell [ComponentModel.Win32Exception] casting inconsistencies

I am trying to get my head around windows errors, especially the relationship between Win32 errors and HRESULT errors. So, as an example I know 3010 is > "The requested operation is successful. Changes will not be effective until > the system is rebooted" And I can get that by [...] read more
powershell
0votes
1answer

Wusa exit code "0x00240005 vs 0x00000BC2"

I cannot get the difference between 2 exit codes that wusa.exe may return: > 0x00240005 WU_S_REBOOT_REQUIRED The system must be restarted to complete > installation of the update, > > 0x00000BC2 Error_Success_Reboot_Required http://inetexplorer.mvps.org/archive/windows_update_codes.htm https://support.microsoft.com/en-us/help/938205/windows-update-error-code-list read more
windows-update

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0