Windows error 0x80070430, -2147023824

Detailed Error Information

SERVICE_MARKED_FOR_DELETE[1]

MessageThe specified service has been marked for deletion.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1072 (0x0430)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000430.

Questions

2votes
1answer

MS Service Fabric Installation Error

I'm attempting to install MS Service Fabric SDK and Tools v2.4.145 (VS2015) and unfortunately the installation has failed. Looking at the 8.5k log file provided, the appropriate section out of the log file I believe to be causing the problem is as follows: InstallDrivers: OpenService LeasLayr successfully. InstallDrivers: Ignore ControlService [...] read more
azure
azure-service-fabric
failed-installation
1vote
1answer

Register w32tm.exe

During an unsuccessful attempt to sync my clock, I have run the command w32tm /unregister. When I run w32tm /register I get the error: The following error occurred: The specified service has been marked for deletion. (0x80070430). How can I register the service again? read more
windows-10
services
clock

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