Windows error 0x801F0010, -2145452016

Detailed Error Information

ERROR_FLT_DO_NOT_DETACH[1]

MessageDo not detach the filter from the volume at this time.
Declared infltWinError.h

ERROR_FLT_DO_NOT_DETACH[2]

MessageDo not detach the filter from the volume at this time.
Declared inwinerror.h

HRESULT analysis[3]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode31 (0x01f)
NameFACILITY_USERMODE_FILTER_MANAGER[3][2]
DescriptionThe source of the error code is the user mode filter manager.[3][2]
Error Code16 (0x0010)

Questions

1vote
2answers

Unload a minifilter driver with no unload routine?

This is probably a pretty easy question to answer for someone that is experienced with FS minifilters. I am trying to script the removal of a filter driver and device. Some background... this driver is running on Windows 8/10 x64. The vendor that created the driver has not been helpful [...] read more
windows
windows-installer
minifilter

Comments

Leave a comment

(plain text only)

Sources

  1. fltWinError.h from Windows SDK 10.0.14393.0
  2. winerror.h from Windows SDK 10.0.14393.0
  3. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0