This commit is contained in:
JanKeller1
2016-08-12 15:32:12 -07:00
4 changed files with 3 additions and 10 deletions

View File

@ -154,7 +154,7 @@ This screen is purely informational, and shows which recommended settings have b
### Details ### Details
You should read this screen and note which services have been enabled by default. All of them can be changed using the Settings app if need be, but you should be careful about the effects of doing so. For example, Cortana depends on some of these settings, and may not work if you disable them. See [Intro to Surface Hub](intro-to-surface-hub.md) for details. You should read this screen and note which services have been enabled by default. All of them can be changed using the Settings app if need be, but you should be careful about the effects of doing so. See [Intro to Surface Hub](intro-to-surface-hub.md) for details.
Once you're done reviewing the settings, click **Next** to go on. Once you're done reviewing the settings, click **Next** to go on.
@ -185,9 +185,8 @@ Click **Skip setting up a device account** to skip setting up a device account.
- See a meeting calendar on the Welcome screen - See a meeting calendar on the Welcome screen
- Start a meeting from the Welcome screen - Start a meeting from the Welcome screen
- Start a meeting using Cortana
- Email whiteboards from OneNote - Email whiteboards from OneNote
- Use Skype for Business for meetings. - Use Skype for Business for meetings
If you skip setting it up now, you can add a device account later by using the Settings app. If you skip setting it up now, you can add a device account later by using the Settings app.
@ -222,7 +221,6 @@ Click **Skip setting up Exchange services** to skip this step. If you do, people
- See a meeting calendar on the welcome screen. - See a meeting calendar on the welcome screen.
- Start a meeting from the welcome screen. - Start a meeting from the welcome screen.
- Start a meeting using Cortana.
- Email whiteboards from OneNote. - Email whiteboards from OneNote.
See [Intro to Surface Hub](intro-to-surface-hub.md) for details on setup dependencies. See [Intro to Surface Hub](intro-to-surface-hub.md) for details on setup dependencies.

View File

@ -62,7 +62,6 @@ User interface (UI) settings are returned to their default values when **I'm Don
- Reset Quick Actions to default state - Reset Quick Actions to default state
- Clear Toast notifications - Clear Toast notifications
- Reset volume levels - Reset volume levels
- Reset Cortana relaunch count
- Reset sidebar width - Reset sidebar width
- Reset tablet mode layout - Reset tablet mode layout

View File

@ -44,10 +44,6 @@ The capabilities of your Surface Hub will depend on what other Microsoft product
<td align="left"><p>Web browsing through Microsoft Edge</p></td> <td align="left"><p>Web browsing through Microsoft Edge</p></td>
<td align="left"><p>Internet connectivity.</p></td> <td align="left"><p>Internet connectivity.</p></td>
</tr> </tr>
<tr class="even">
<td align="left"><p>Cortana meeting room assistant (voice commands, search)</p></td>
<td align="left"><p>Internet connectivity needed to process questions and do searches.</p></td>
</tr>
<tr class="odd"> <tr class="odd">
<td align="left"><p>Remote and multi-device management</p></td> <td align="left"><p>Remote and multi-device management</p></td>
<td align="left"><p>Supported mobile device management (MDM) solutions (Microsoft Intune, System Center 2012 R2 Configuration Manager, or supported third-party solution).</p></td> <td align="left"><p>Supported mobile device management (MDM) solutions (Microsoft Intune, System Center 2012 R2 Configuration Manager, or supported third-party solution).</p></td>

View File

@ -175,7 +175,7 @@ If you only want to remove some of the default pinned apps, you would use this m
## Configure taskbar by country or region ## Configure taskbar by country or region
The following example shows you how to configure taskbars by country or region. When you specify one or more country or region in `<taskbar:TaskbarPinList>`, the pinned apps in that section are only pinned on computers that are configured for that country or region. When specifying taskbar configuration by country or region, the taskbar will concatenate pinlists together so long as the target computer meets the country or region requirements. If no country or region is specified for a `<TaskbarPinList>` node, it will apply to every country and region, only if the country or region has not been defined prior. Unspecified country or region in `<taskbar:TaskbarPinList>` will not merge with a `<taskbar:TaskbarPinList>` that has country or region specified. The following example shows you how to configure taskbars by country or region. When the layout is applied to a computer, if there is no `<TaskbarPinList>` node with a region tag for the current region, the first `<TaskbarPinList>` node that has no specified region will be applied. When you specify one or more countries or regions in a `<TaskbarPinList>` node, the specified apps are pinned on computers configured for any of the specified countries or regions.
```xml ```xml
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>