A. The DISM tool is a great way to manipulate offline images and online OSs. Using the command
dism /online /get-features
you can get a list of all the features that are available in the OS and their installation status. Your output will look like this:
Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Image Version: 6.1.7600.16385 Features listing for package : Microsoft-Windows-Foundation-Package ~31bf3856ad36 4e35~amd64~~6.1.7600.16385 Feature Name : OEMHelpCustomization State : Disabled Feature Name : CorporationHelpCustomization State : Disabled Feature Name : BitLocker State : Enabled Feature Name : MicrosoftWindowsPowerShellISE State : Enabled
You can use the Feature Name values to actually enable and disable features.
Related Reading:
- Q. What's Deployment Image Servicing and Management (DISM)?
- Q. What's the best way to create a bootable USB drive for Windows 7 installation?
- Control Windows Features with PowerShell Cmdlets
- Control Windows Features with DISM

Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.
0 comments
Hide comments