Skip to content
Archive of posts tagged dism

Windows 8 – What’s new in the Deployment Image Servicing and Management tool (DISM)

On my journey discovering the new features within Windows 8 I’ve come across a bunch of new options within the Deployment Image Servicing and Management Tool aka DISM. When running launching the DISM command we get an overview of all the commands and options. The blue coloured commands and options below are the new ones [...]

Removing Backup Files Created during Windows 7 Service Pack 1 Installation

For the Windows Vista Service Packs there was vsp1cln.exe (SP1) and compcln.exe (SP2) to cleanup the backup files created during the Service Pack installation. For Windows 7 Microsoft did not provide a separate cleanup tool, but instead leverages the windows-build-in DISM tool. To remove the backup files created during the Windows 7 Service Pack 1 [...]

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 [...]

Inside the Windows 7 Driver Store–Part 2

Since I wrote my previous post Inside the Windows 7 Driver Store, I continued exploring the content of the Driver Store. The results are as following: Classes & Unique Hardware IDs Windows 7 Enterprise 32 Bit Windows 7 Enterprise 64 Bit Class Description Hardware Ids Class Description Hardware Ids 61883 Device Class 4 61883 Device [...]

Windows 7 Device Installation Without Administrative Rights

This year I have had the opportunity to speak with many customers about Windows 7. One topic that came up in almost every discussion was about how mobile users can install their local devices without having to grant them local administrator rights. With previous versions of Windows (NT 4, Windows 2000 and XP) many companies [...]

Deploying Windows 7 RSAT (external)

Just found this post on Trevor Sullivan’s Tech Room blog which explains how to automate the Windows 7 Remote Server Administration Tools (RSAT) installation. Read the entire article here

Adding Games on Windows 7 Enterprise

When you run a default Windows 7 Enterprise installation, you will notice that by default no games are being installed. System administrators using the Windows Automated Installation Toolkit can use the image manager to enable games within their customized Windows 7 Enterprise installation, but here’s another trick how you can get the games enabled. Open [...]

Boot from VHD in Windows 7 video

In this video Jeremy Chapman senior product manager from the Microsoft enterprise product management team talks about booting from VHD as well as some of the new imaging features. By the way, note that when booting Windows 7 from a VHD file you cannot use Windows Bitlocker or the Advanced Power Management features. Hibernation mode [...]

Windows 7 – Driverstore size

When it comes to OS deployment the size of the image to some extend does matter. Windows by default comes with a large set of plug and play device drivers that are included within the operating system installation sources. Prestaged drivers in Windows Vista and Windows 7 are located under C:\Windows\system32\Driverstore. If you run the [...]