Vista下驱动管理
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://xmuxsp.blog.51cto.com/144876/82952 |
Windows Vista driver managementIn the Microsoft Deployment Toolkit (Lite Touch and Zero Touch for SMS 2003), as well as in ConfigMgr 2007, drivers are added just-in-time to a Windows Vista image as it is being deployed (after it is placed on the disk, but before it boots for the first time). This is done using the PKGMGR.EXE utility or the underlying APIs to add new drivers into the Windows Vista driver store, a special directory structure (located in C:\WINDOWS\system32\DriverStore) that Windows Vista uses to hold both in-box drivers and "trusted" third-party drivers.
在MDT2008和SCCM2007里,驱动适时地在部署过程中加入到Vista镜像里(发生在镜像应用后,第一次引导之前)。这是由PKGMGR.exe或它的API将驱动导入Vista的驱动存储中——一个特殊的文件夹结构,位于C:\WINDOWS\system32\DriverStore,里面存储了打包驱动和收信任的第三方驱动程序
It's worth noting that after MDT injects the drivers into the driver store, it no longer needs the local copies in C:\Drivers; they will be cleaned up later in the process.
在MDT将驱动放入驱动存储器后,就不再需要C:\Drivers目录,部署结束时会删除这个目录
It's also possible to add drivers later, after Windows Vista is up and running (online), using PNPUTIL.EXE, a new utility for interacting with the driver store. (Want to get really fancy? You can even self-sign unsigned drivers. See http://technet2.microsoft.com/windowsserver2008/en/library/4bbbeaa0-f7d6-4816-8a3a-43242d71d5361033.mspx?mfr=true for the details.)
也可以稍迟再加入驱动——在Vista启动与性后,使用PNPUTIL.exe,一个与驱动存储器交互的新功能,他能使用未经签名的驱动
Let's say you just want to see what additional drivers have been added to the driver store. That's pretty easy to do using PNPUTIL.EXE. Just issue this command:
PNPUTIL.EXE -e
This will show a brief listing of all third-party drivers present in the driver store. You can also delete third-party drivers (one at a time) using PNPUTIL.EXE -d, add drivers into the driver store with PNPUTIL.EXE -a, etc.
他会显示一个简明列表,列出了所有驱动存储器里的第三方驱动。你可以使用PNPUTIL.exe -d来删除第三方驱动(一次一个),PNPUTIL.exe -a来加入驱动等等。
There are some other driver management improvements in Windows Vista worth mentioning:
值得一提,有些其他方法来改进Vista下的驱动管理
|


xmuxsp
博客统计信息
热门文章
最新评论
友情链接