Windows error 0x80070426, -2147023834

Detailed Error Information

SERVICE_NOT_ACTIVE[1]

MessageThe service has not been started.
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 Code1062 (0x0426)

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

Questions

4votes
0answers

Windowsservercore change time and date

I have a docker running the windowsservercore and I want to change the time in the container to the western European time. Nothing worked so far What I tried: 1. Powershell Set-Date > Set-Date : A required privilege is not held by the client 2. using w32tm: > C:\BuildAgent>net stop [...] read more
windows
powershell
docker
windows-server-container
4votes
1answer

Windows 8 sign in error code: 0x80070426

while switching or creating a new user account on Windows 8 it is unable to sign in. Windows 8 sign in error code: 0x80070426. Tried to switch user with other account still same error. How to fix it read more
windows-8
2votes
0answers

MBN Api: No interfaces found when using mbnInfMgrInterface.GetInterfaces()

Good afternoon I have a strange problem when using the Mobile Broadband Network API (MBN API). When using netshell and running netsh mbn>show interfaces, I receive 1 interface. That's correct because I have one broadband connection on my system. When I go to my code (which works on other systems) [...] read more
c#
mobile
3g
broadband
mobile-broadband-api
2votes
1answer

Is Windows 10 using something else than w32time for time synchronization?

The tool w32tm can be used to configure the w32time service. Recently, I discovered that a stock Windows 10 (not domain joined), synchronizes its time, even if the w32time service is not running. Both, w32tm /query /status and w32tm /query /configuration return: The following error occurred: The service has not [...] read more
windows-10
sync
time
1vote
1answer

Windows 10 v. 1803 update issue, not resolved by Update Troubleshooter

For a few weeks, Windows Update has been failing with error 0x80070426 in the Event Log. Despite the warning Your device is missing important security and quality fixes, no update KB item is listed. Windows Update dialog [https://i.stack.imgur.com/Rm9qr.png] The Windows Update Repair tool finishes with apparent success, but despite repeated [...] read more
windows-10
windows-update
updates
1vote
1answer

WU_E_NO_USERTOKEN, Failed to generate security token with auth tickets; error 0x80070426

A Windows 10 machine fails to update with the unusual WU_E_NO_USERTOKEN error, despite reporting clean state (no third-party antivirus installed) PS> systeminfo OS Name: Microsoft Windows 10 Pro N OS Version: 10.0.15063 N/A Build 15063 Hotfix(s): 3 Hotfix(s) Installed. [01]: KB4022405 [thats the servicing stack 2017-06-13] [02]: KB4022730 [thats the [...] read more
windows
windows-10
windows-update
0votes
3answers

How to fix an activation error in Windows 2008 Server

I have some Windows 2008 servers I setup for development purposes, that fall under my MSDN subscription. It's been a while, but I thought I properly activated them using the command line and the volume license keys I got through my MSDN account. However, now when I try to login [...] read more
windows-server-2008
activation
0votes
0answers

How to invoke NTP sync from python on windows?

I've tried the following code import os os.system('w32tm /resync') But the result was The following error occurred: The service has not been started. (0x80070426) I'm pretty sure the time service was started on a prior run by itself so this was odd - maybe it doesn't automatically run in-between restarts [...] read more
python
windows-10
ntp
0votes
1answer

Computer time does not auto update to current time windows 10

I have a table with Windows 10 version 1803 This table attached to a cellular router(meaning the router have SIM inside him to provide the internet). but for some reason the time and date on the machine like 13 hours behind normal time. * I have checked the windows internal [...] read more
networking
windows-10
router
sync
ntp
0votes
1answer

Cannot activate Windows 10

I bought a Windows 7 Pro licence a couple of years ago. The installation got activated, of course. I've been working on the machine for some years. Of course, the licence has been used only on this one machine. During the free upgrade offer, I did an inplace upgrade to [...] read more
windows-10
windows-activation
0votes
2answers

Unable to activate Windows 8.1

I had to reset my Windows 8 laptop to factory settings because an application downloaded from the Microsoft official page totally ruined the OS and now I cannot activate Windows. When I enter product code in an elevated command prompt I receive a WindowsScriptHost error: > "Run slui.exe on a [...] read more
windows-8
windows-activation

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