Windows error 0x80070241, -2147024319

Detailed Error Information

INVALID_IMAGE_HASH[1]

MessageWindows cannot verify the digital signature for this file. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source.
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 Code577 (0x0241)

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

Questions

2votes
1answer

minispy - Windows cannot verify the digital signature for this file

I have built the Microsoft sample minispy minifilter with no issue. I made sure that since I am using 64-bit, I have also compiled in x64 on my Visual Studio. Tried both Debug and Release. Hence in terms of coding, it should be correctly done, hence this is not a [...] read more
drivers
certificate
digital-signature
windows-server-2016
1vote
0answers

Cannot build the official asp.net docker image

I am having trouble building the official ASP.net docker image on a Windows 10 PC : microsoft/aspnet - Docker Hub I am using the 4.6.2 version dockerfile and i get an error when executing the command in line : #download Roslyn nupkg and ngen the compiler binaries RUN Invoke-WebRequest https://api.nuget.org/packages/microsoft.net.compilers.2.3.1.nupkg [...] read more
asp.net
docker
dockerfile
1vote
1answer

Cannot launch Visual Studio Emulators (both Android and Windows Phone) - Says cannot verify digital signature

I'm unable to launch both the visual studio emulator for android and the window phone 8 emulator. I'm using VS2015 CTP 6. Windows Phone Emulator Windows Phone Emulator is unable to set the VHD on the virtual machine: Couldn't change Virtual hard drive of the virtual machine: 'Emulator 8.1 WVGA [...] read more
hyper-v
visual-studio-2015
vs-android
windows-phone-emulator
1vote
6answers

After upgrading to Windows 8.1, none of my music plays

Amazon Cloud Player just won't play the songs and fails silently. Windows media player says: "Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file." Xbox Music says: "Can't play. Make sure [...] read more
windows-8.1
audio
drivers
1vote
2answers

Windows 8 wants to reactivate with new motherboard, error 0x80070241

An HP tech had to replace my motherboard (twice within a short period, actually) and now Windows 8 wants me to reactivate. I get this error when I try to go through the activation process: [https://i.imgur.com/efvlD.png] What do I do? -------------------------------------------------------------------------------- Update: I got this output when I ran the [...] read more
windows-8
windows-activation
0votes
0answers

Missing references with Ngen.exe

I'm trying to compile a .Net / C# 4.6 application with Ngen.exe. My application is build as 64bits, so i use the x64 ngen.exe. I have a lot of these errors : Warning: System.IO.FileLoadException: Impossible de charger le fichier ou l'assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ou une de ses dépendances. [...] read more
c#
.net
ngen
0votes
2answers

Windows 10: 0x80070241 - Download Error (Windows Update)

I've joined the Insiders and now i'm updating but, when i update, an error comes up stating its 0x80070241 error code... how can i fix this? this problem is going for a while now. Here's a link to the pic: Download_Error.png if someone takes effort in answering my question, i'd [...] read more
windows-10
windows-update
updates
software-update
windows-insider
0votes
1answer

Troubles Installing Windows 7 via USB. Flat install?

I've been struggling with this for a while. Windows 7 64-bit Enterprise edition just will not install on my Shuttle K45 system via a USB key. It hangs out during the install while copying files or while creating the partitions. The system is pretty standard and low-tech: IDE hard drives, [...] read more
windows-7
usb
boot
installation
usb-flash-drive

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