- Installation,Storage,and Compute with Windows Server 2016:Microsoft 70-740 MCSA Exam Guide
- Sasha Kranjac Vladimir Stefanovic
- 131字
- 2021-08-20 10:03:44
Updating images
After the image has been mounted, the most frequent image servicing tasks are usually updating software and adding device drivers. DISM only supports device drivers that are made up of .inf files. Drivers in executable (.exe) files and Microsoft Windows Installer files (.msi) are not supported. When specified, the /Add-Driver switch needs the location information of the driver's information (.inf) file and adds the driver to the image. The /Recurse switch adds all the drivers that are found in a specified folder. The following command adds all drivers in the c:\drivers folder to the image that's mounted in the c:\mountedimage folder:
DISM.exe /image:c:\mountedimage /Add-Driver /driver:c:\drivers\ /recurse
If you prefer PowerShell, the equivalent command is as follows:
Add-WindowsDriver -Path c:\mountedimage -Driver c:\drivers -Recurse
推薦閱讀
- 現(xiàn)代測控系統(tǒng)典型應(yīng)用實例
- 輕松學(xué)C#
- VMware Performance and Capacity Management(Second Edition)
- 計算機網(wǎng)絡(luò)應(yīng)用基礎(chǔ)
- INSTANT Varnish Cache How-to
- 永磁同步電動機變頻調(diào)速系統(tǒng)及其控制(第2版)
- Photoshop CS3圖像處理融會貫通
- Docker on Amazon Web Services
- Mastering Geospatial Analysis with Python
- Photoshop CS5圖像處理入門、進(jìn)階與提高
- 一步步寫嵌入式操作系統(tǒng)
- 基于RPA技術(shù)財務(wù)機器人的應(yīng)用與研究
- Apache Spark Quick Start Guide
- 人工智能云平臺:原理、設(shè)計與應(yīng)用
- Windows 7來了