faxnt.sys

  • Thread starter Thread starter Joe
  • Start date Start date
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.
 
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?
 
Back
Top