Jump to content

Recommended Posts

Posted (edited)

Hi, I met a problem when I used the dism.exe to list all the driver that has been installed in .wim file

Firsts I mount the image by dism (dism /mount-wim /wimfile:"A", /index:1 /mountdir:"B") and it is OK.

Then I list the driver that installed in this .wim file by dism (dism /image:"B" /get-drivers /all /format:table) and it's fail and return the error code 0x801f0005.

By [MS-ERREF]: Windows Error Codes, I found some info. about this error code as below.

0x801F0005 ERROR_FLT_INVALID_NAME_REQUEST

An invalid name request was made. The name requested cannot be retrieved at this time.

It seems that the name is invalid but I have checked the path and it is correct.

Is any one ever occurred this problem or anyone has some clues for this issue?

Any suggestion is appreciated.

Thanks a lot for your reading.

Edited by blaize

Posted

I found the root cause, there are wimfltr.sys and wimmount.sys under $:\windows\system32\driver.

It should be only wimmount.sys.

Thanks.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...