Merged PR 9294: fix instructions for .lnk files (#1135)

This commit is contained in:
Jeanie Decker 2018-06-22 13:59:39 +00:00
parent f4b74c9e39
commit 424a1feccd

View File

@ -747,6 +747,10 @@ copy <appName>.lnk "%AllUsersProfile%\Microsoft\Windows\Start Menu\Programs\<app
In Windows Configuration Designer, under **ProvisioningCommands** > **DeviceContext**: In Windows Configuration Designer, under **ProvisioningCommands** > **DeviceContext**:
- Under **CommandFiles**, upload your batch file, your .lnk file, and your desktop app installation file - Under **CommandFiles**, upload your batch file, your .lnk file, and your desktop app installation file.
- Under **CommandLine**, enter cmd /c *FileName*.bat
>[!IMPORTANT]
>Paste the full file path to the .lnk file in the **CommandFiles** field. If you browse to and select the .lnk file, the file path will be changed to the path of the target of the .lnk.
- Under **CommandLine**, enter `cmd /c *FileName*.bat`.