faxnt.sys

J

Joe

I get an error message "fzxnt.sys device driver could not
be loaded. Error status was 0xc0000221. I disabled the fax
service because I don't use it. I also removed the modem
from the computer because I don't use it either. Any help
would be greatly appreciated.
 
R

Raghavendra R [MSFT]

The error code is
// MessageText:
//
// {Bad Image Checksum}
// The image %hs is possibly corrupt. The header checksum does not match
the computed checksum.
//
#define STATUS_IMAGE_CHECKSUM_MISMATCH ((NTSTATUS)0xC0000221L)

Your driver file is corrupt. BTW in what scenario are you getting this
error?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top