mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
Evan feedback
This commit is contained in:
@ -480,7 +480,7 @@ Setting | Value | System-wide
|
|||||||
--- | --- | ---
|
--- | --- | ---
|
||||||
Experience/AllowCortana | Disabled | Yes
|
Experience/AllowCortana | Disabled | Yes
|
||||||
Start/AllowPinnedFolderSettings | Disabled | Yes
|
Start/AllowPinnedFolderSettings | Disabled | Yes
|
||||||
Start/HidePeopleBar | Enabled | Yes
|
Start/HidePeopleBar | Enabled | No
|
||||||
Start/HideChangeAccountSettings | Enabled | Yes
|
Start/HideChangeAccountSettings | Enabled | Yes
|
||||||
WindowsInkWorkspace/AllowWindowsInkWorkspace | Disabled | Yes
|
WindowsInkWorkspace/AllowWindowsInkWorkspace | Disabled | Yes
|
||||||
Start/StartLayout | Configuration dependent | No
|
Start/StartLayout | Configuration dependent | No
|
||||||
@ -495,11 +495,11 @@ Next, create a batch file with two commands. If the desktop app is already insta
|
|||||||
|
|
||||||
```
|
```
|
||||||
msiexec /I "<appName>.msi" /qn /norestart
|
msiexec /I "<appName>.msi" /qn /norestart
|
||||||
copy <appName>.lnk "%AllUsersProfile\Microsoft\Windows\Start Menu\Programs\<appName>.lnk"
|
copy <appName>.lnk "%AllUsersProfile%\Microsoft\Windows\Start Menu\Programs\<appName>.lnk"
|
||||||
```
|
```
|
||||||
|
|
||||||
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 <batchFileName>.bat
|
- Under **CommandLine**, enter cmd /c *FileName*.bat
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user