Windows error 0x80070424, -2147023836

Detailed Error Information

SERVICE_DOES_NOT_EXIST[1]

MessageThe specified service does not exist as an installed service.
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 Code1060 (0x0424)

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

Questions

4votes
2answers

WAMP Server Apache won't start

There are several topics that are very similar to this one, however, after looking over them the ones that were solved I did not have the same issue, and the rest weren't solved. I have installed a new version of WAMP. No changes made to any files. Opening wamp the [...] read more
php
windows
apache
wamp
apache2.4
4votes
2answers

.NET Framework 4.5 remote install via PowerShell

I am trying to install .NET Framework 4.5 to the remote Win2008R2 Server via PowerShell session in such way (user is in the server Administrators group): $session = New-PSSession -ComputerName $server -Credential Get-Credential Invoke-Command -Session $session -ScriptBlock {Start-Process -FilePath "C:\temp\dotnetfx45_full_x86_x64.exe" -ArgumentList "/q /norestart" -Wait -PassThru} And then I get this [...] read more
powershell
remote
.net-framework
3votes
2answers

Windows Update and Defender have been disabled by malware (Windows 7 x64)

I get the following error when I try to run windows update and the windows update service does not appear in the list of services. Windows Update cannot currently check for updates, because the service is not running. You may need to restart your computer. I have downloaded and run [...] read more
windows-7
malware
3votes
1answer

Windows 7 Backup Utility Fails

My Windows 7 built in backup utility has failed. The system tells me the specified service does not exist as an installed service(0x80070424) Win 7 Ultimate x 64 RTM. Any ideas? read more
windows-7
backup
64-bit
2votes
1answer

Wix: Windows Service sometimes uninstalled when upgrading

We install our software with Wix. Our setup also installs a Windows service. To allow users to change the login information for the Windows service we only want to install the service on first installation and only delete it on uninstall. For upgrades we manually stop the service so the [...] read more
windows
service
wix
1vote
2answers

Error creating an on-premise multi-machine Service Fabric Cluster

In order to test and evaluate SF for production use, I created one (single-machine) test cluster on a production machine with three nodes, which worked fine. However, I failed to create a multi-machine cluster with three nodes. I followed these instructions: https://azure.microsoft.com/en-us/documentation/articles/service-fabric-cluster-creation-for-windows-server/ All machines: * are on the same (secure) [...] read more
azure-service-fabric
1vote
1answer

.NET Framework 4.6.2 Installation failure on Windows Embedded Standard 7 SP1

I am working with a Industrial PC that is running Windows Embedded Standard and trying to install Zenon Software by Copa-Data. The install process is getting stuck when it tries to install the .NET Framework 4.6.2. As per suggestion of Copa-Data I have tried installing the .NET Framework on its [...] read more
windows
.net-4.6.2
1vote
1answer

Sharepoint App Fabric Installation in Startup Loop

I'm attempting to install Sharepoint 2016 on Windows Server 2016 and I'm having issues with the prerequisite installer, namely App Fabric. The prerequisiteinstaller doesn't want to connect to the internet to download the file, throwing out: Error: InternetOpenUrl failed (0X80072F07=-2147012857) According to forums, this is due to a box being [...] read more
sharepoint
0votes
0answers

Not able to use ManagementObjectSearcher under Windows Service (Topshelf)

I have simple Windows Service (Topshelf) written in .NET. When I try to use ManagementObjectSearcher (specifically to search connected disk drives) I get error: > The specified service does not exist as an installed service. (Exception from > HRESULT: 0x80070424) var searcher = new ManagementObjectSearcher("SELECT * FROM Win32_DiskDrive"); searcher.Get()) Everything [...] read more
c#
.net
windows-services
topshelf
0votes
1answer

Error .Net Framework when executing app

I developed an app that targets .Net 4.0. Usually I install it in my clients with no problem. But today I got an message when executing my app ( after install) that says: ".. the specified service does not exist as an installed service..Exception from HRESULT 0x80070424 The computer run [...] read more
c#
.net
winforms
0votes
1answer

What Does this Windows Update Fix for "Undoing Changes" Actually Do?

Trying to fix a "couldn't complete the updates, undoing changes" issue (w/ error 0x80080005) on Windows 10. People have reported success with the registry edit in "step #4" here: https://www.repairwin.com/fix-windows-10-update-error-0x80070424/ I'm not opposed to trying such a fix, but would like to know what this actually does before running it. [...] read more
windows-registry
windows-update
0votes
0answers

Cannot Run MediaCreationTool1909

I'm trying to do a clean install of Windows 10 Pro; I currently have Windows 7 Pro. For several days I've been trying to run the MediaCreationTool1909. I'm repeatedly getting this error: There was a problem running this tool We're not sure what happened, but we're unable to run this [...] read more
windows
0votes
1answer

Win 7 firewall won't turn on, nor the McAfee firewall. Hit by "Win 7 Anti-virus 2012" trojan. Removed, but a downed firewall is a lasting legacy

> Possible Duplicate: > How do I get rid of malicious spyware, malware, viruses or rootkits from my > PC? I caught the Trojan right away, I think, but both my McAfee & Win 7 (x64) firewalls are not able to be engaged/turned on now. MS Error Code 0x80070424 when [...] read more
windows-7
64-bit
firewall
trojan

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