A company has 100 client computers that run Windows 8.
You plan to install a custom app that requires a license key.
You need to ensure that the installation process does not prompt for the manual entry of a
license key.
What should you do?
A.
Install and run the Microsoft Deployment Toolkit.
B.
Install and run the Microsoft Assessment and Planning Toolkit.
C.
Install and run the Windows App Certification Kit.
D.
Install and run the Windows Application Compatibility Toolkit.
Explanation:
http://tweaks.com/windows/65179/how-to-install-windows-8-without-a-product-key/
Windows Assessment and Deployment Kit for Windows 8:
This question is misleading. MDT is used for OSD, not application deployment. The question states that Windows is already deployed, and the goal is to install a new application without the need for a licence key.
No answers are suitable for this question. 🙂 The correct answer would actually depend on the application being deployed – if it’s an MSI the product code may be able to be specified within an installation property or MST.
MDT can be used for application deployment – custom task sequences can be created to only deploy apps. With that in mind, A is the only valid answer given.
source – https://lethewookiewin.wordpress.com/2011/04/21/84/