nerdexam
Microsoft

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…

Deploy and Manage Images

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)
  • A
    4% (1)
  • B
    4% (1)
  • C
    85% (23)
  • D
    7% (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

#Start screen customization#OOBE#AppIdOrPath#Unattend.xml

Community Discussion

No community discussion yet for this question.

Full 74-697 Practice