74-697 · Question #19
You use online servicing to preinstall Skype in a Windows 8 image. When you deploy and test the image, the Skype tile is not displayed on the Start screen. You need to ensure that the Skype tile is…
The correct answer is C. Add the shortcut path to the Unattend.xml file by using the AppIdOrPath property. The StartTiles settings specify the position of up to 24 app tiles on the Start screen, and one app badge on the lock screen. Example from part of Unattend.xml file: <SquareOrDesktopTile1> <AppIdOrPath>C:\programdata\microsoft\windows\start…
Question
You use online servicing to preinstall Skype in a Windows 8 image. When you deploy and test the image, the Skype tile is not displayed on the Start screen. You need to ensure that the Skype tile is displayed on the Start screen after the Out-of-Box Experience (OOBE) completes. What should you do?
Options
- ARun dism.exe and specify the /Enable-Feature parameter.
- BRun dism.exe and specify the /Add-ProvisionedAppxPackage parameter.
- CAdd the shortcut path to the Unattend.xml file by using the AppIdOrPath property.
- DPlace a shortcut in %ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs.
How the community answered
(27 responses)- A4% (1)
- B4% (1)
- C85% (23)
- D7% (2)
Explanation
The StartTiles settings specify the position of up to 24 app tiles on the Start screen, and one app badge on the lock screen. Example from part of Unattend.xml file: <SquareOrDesktopTile1> <AppIdOrPath>C:\programdata\microsoft\windows\start menu\programs\desktoptile1.lnk</AppIdOrPath> </SquareOrDesktopTile1>
Topics
Community Discussion
No community discussion yet for this question.