DriverStoreExplorer icon indicating copy to clipboard operation
DriverStoreExplorer copied to clipboard

Error Exporting Drivers

Open ismxilxrif opened this issue 3 years ago • 1 comments

Using Windows 11 22H2 Build 22621.674 x64

Tried exporting all third-party drivers using latest RAPR. But it has caused an error

Here is the log entry

2022-10-14 15:07:20Z [Information]: ---------------------------------------------------------------
2022-10-14 15:07:20Z [Information]: Rapr started
2022-10-14 15:07:20Z [Information]: Scanning driver store...
2022-10-14 15:07:23Z [Information]: Ready
2022-10-14 15:07:32Z [Information]: Exporting all driver packages...
2022-10-14 15:07:32Z [Error]: Microsoft.Dism.DismException (0x80004005): The handle is invalid.
   at Rapr.Utils.DismUtil.ExportAllDrivers(String destinationPath) in C:\projects\driverstoreexplorer\Rapr\Utils\DismUtil.cs:line 269
2022-10-14 15:07:32Z [Error]: Export all driver packages failed.

Additional info: The destination path has no spaces, so the path has no issue i guess

ismxilxrif avatar Oct 14 '22 15:10 ismxilxrif

Tested on my Win 11 22621.963 which works fine. Can you try this command and see what's its output? dism /online /export-driver /destination:

lostindark avatar Jan 04 '23 01:01 lostindark