Skip to content
Archive of posts tagged Export

Exporting Windows Driver Store Information into Excel

To obtain detailed information about a particular driver that is prestaged within the Windows 7 driver store, you can run the following command. Dism /online /get-driverinfo /driver: <path to driver inf file> Now there is quite a lot of interesting information in here, imagine you are working on a Windows 7 project and you want [...]

Splitting and merging image files with ImageX

ImageX is a command-line tool for capturing, modifying and applying file based disk images. ImageX is included within the Windows Automated Installation Kit. In this post I want to focus on the functionality provided by ImageX to split and merge image files. So why would you want to split and merge image files? Well think [...]