From b0dbe45c41a0d8cc05aa7c7f2fcb6c1d439234d3 Mon Sep 17 00:00:00 2001 From: y0avb Date: Sat, 16 Dec 2017 18:13:32 +0000 Subject: [PATCH 1/3] Finding the right Registrar Pool If running the existing command, you'll get: PS C:\WINDOWS\system32> (Get-CsTenant).TenantPoolExtension MCOProfessional:sippoolDB42E08.infra.lync.com If running the right command, you'll get: PS C:\WINDOWS\system32> (Get-CsTenant).RegistrarPool sippoolDB42E08.infra.lync.com Otherwise, the script will forever fail. --- .../appendix-a-powershell-scripts-for-surface-hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md index 43e68c345f..2aa4c8582c 100644 --- a/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md +++ b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md @@ -1568,7 +1568,7 @@ if ($online) { try { $strRegPool = $null; - $strRegPool = (Get-CsTenant).TenantPoolExtension + $strRegPool = (Get-CsTenant).RegistrarPool } catch {} if ($Error) { From 6cfd242bf5f44f8e9ff3a02c02d8d9da273a81ce Mon Sep 17 00:00:00 2001 From: Jeanie Decker Date: Tue, 2 Jan 2018 14:53:07 +0000 Subject: [PATCH 2/3] Merged PR 5098: Updated TopMFUApps does not apply to 1709 --- .../change-history-for-configure-windows-10.md | 8 +++++++- .../configuration/start-layout-xml-desktop.md | 16 ++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/windows/configuration/change-history-for-configure-windows-10.md b/windows/configuration/change-history-for-configure-windows-10.md index cb5ffa2b61..c6dd23361e 100644 --- a/windows/configuration/change-history-for-configure-windows-10.md +++ b/windows/configuration/change-history-for-configure-windows-10.md @@ -8,13 +8,19 @@ ms.sitesec: library ms.pagetype: security ms.localizationpriority: high author: jdeckerms -ms.date: 12/04/2017 +ms.date: 01/02/2018 --- # Change history for Configure Windows 10 This topic lists new and updated topics in the [Configure Windows 10](index.md) documentation for Windows 10 and Windows 10 Mobile. +## January 2018 + +New or changed topic | Description +--- | --- +[Start layout XML for desktop editions of Windows 10 (reference)](start-layout-xml-desktop.md) | Clarified that the TopMFUApps elements in layoutmodification.xml are not supported in Windows 10, version 1709. + ## November 2017 New or changed topic | Description diff --git a/windows/configuration/start-layout-xml-desktop.md b/windows/configuration/start-layout-xml-desktop.md index 1b7455cb0d..c02424cee9 100644 --- a/windows/configuration/start-layout-xml-desktop.md +++ b/windows/configuration/start-layout-xml-desktop.md @@ -7,7 +7,7 @@ ms.mktglfcycl: manage ms.sitesec: library author: jdeckerms ms.author: jdecker -ms.date: 09/19/2017 +ms.date: 01/02/2018 ms.localizationpriority: high --- @@ -56,9 +56,9 @@ The following table lists the supported elements and attributes for the LayoutMo | [start:Tile](#specify-start-tiles)

Parent:
AppendGroup | AppUserModelID
Size
Row
Column | Use to specify any of the following:
- A Universal Windows app
- A Windows 8 or Windows 8.1 app

Note that AppUserModelID is case-sensitive. | | start:DesktopApplicationTile

Parent:
AppendGroup | DesktopApplicationID
DesktopApplicationLinkPath
Size
Row
Column | Use to specify any of the following:
- A Windows desktop application with a known AppUserModelID
- An application in a known folder with a link in a legacy Start Menu folder
- A Windows desktop application link in a legacy Start Menu folder
- A Web link tile with an associated .url file that is in a legacy Start Menu folder | | start:SecondaryTile

Parent:
AppendGroup | AppUserModelID
TileID
Arguments
DisplayName
Square150x150LogoUri
ShowNameOnSquare150x150Logo
ShowNameOnWide310x150Logo
Wide310x150LogoUri
BackgroundColor
ForegroundText
IsSuggestedApp
Size
Row
Column | Use to pin a Web link through a Microsoft Edge secondary tile. Note that AppUserModelID is case-sensitive. | -| TopMFUApps

Parent:
LayoutModificationTemplate | n/a | Use to add up to 3 default apps to the frequently used apps section in the system area | -| Tile

Parent:
TopMFUApps | AppUserModelID | Use with the TopMFUApps tags to specify an app with a known AppUserModelID | -| DesktopApplicationTile

Parent:
TopMFUApps | LinkFilePath | Use with the TopMFUApps tags to specify an app without a known AppUserModelID | +| TopMFUApps

Parent:
LayoutModificationTemplate | n/a | Use to add up to 3 default apps to the frequently used apps section in the system area.

**Note**: Only applies to versions of Windows 10 earlier than version 1709. In Windows 10, version 1709, you can no longer pin apps to the Most Frequently Used apps list in Start. | +| Tile

Parent:
TopMFUApps | AppUserModelID | Use with the TopMFUApps tags to specify an app with a known AppUserModelID.

**Note**: Only applies to versions of Windows 10 earlier than version 1709. In Windows 10, version 1709, you can no longer pin apps to the Most Frequently Used apps list in Start. | +| DesktopApplicationTile

Parent:
TopMFUApps | LinkFilePath | Use with the TopMFUApps tags to specify an app without a known AppUserModelID.

**Note**: Only applies to versions of Windows 10 earlier than version 1709. In Windows 10, version 1709, you can no longer pin apps to the Most Frequently Used apps list in Start. | | AppendOfficeSuite

Parent:
LayoutModificationTemplate | n/a | Use to add the in-box installed Office suite to Start

Do not use this tag with AppendDownloadOfficeTile | | AppendDownloadOfficeTile

Parent:
LayoutModificationTemplate | n/a | Use to add a specific **Download Office** tile to a specific location in Start

Do not use this tag with AppendOfficeSuite | @@ -259,6 +259,9 @@ Secondary Microsoft Edge tiles have the same size and location behavior as a Uni #### TopMFUApps +>[!NOTE] +>Only applies to versions of Windows 10 earlier than version 1709. In Windows 10, version 1709, you can no longer pin apps to the Most Frequently Used apps list in Start. + You can use the **TopMFUApps** tag to add up to 3 default apps to the frequently used apps section in the system area, which delivers system-driven lists to the user including important or frequently accessed system locations and recently installed apps. You can use this tag to add: @@ -392,10 +395,7 @@ The following sample LayoutModification.xml shows how you can configure the Star - - - - + ``` ## Use Windows Provisioning multivariant support From a0da766679a27bfadd62081669c011231447aa47 Mon Sep 17 00:00:00 2001 From: Maricia Alforque Date: Tue, 2 Jan 2018 17:36:15 +0000 Subject: [PATCH 3/3] Merged PR 5096: Policy CSP - added new TextInput policy --- .../mdm/policy-csp-textinput.md | 68 ++++++++++++++++++- 1 file changed, 67 insertions(+), 1 deletion(-) diff --git a/windows/client-management/mdm/policy-csp-textinput.md b/windows/client-management/mdm/policy-csp-textinput.md index cceda126ba..80352166bf 100644 --- a/windows/client-management/mdm/policy-csp-textinput.md +++ b/windows/client-management/mdm/policy-csp-textinput.md @@ -6,11 +6,13 @@ ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower -ms.date: 12/14/2017 +ms.date: 12/19/2017 --- # Policy CSP - TextInput +> [!WARNING] +> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
@@ -49,6 +51,9 @@ ms.date: 12/14/2017
TextInput/AllowLanguageFeaturesUninstall
+
+ TextInput/EnableTouchKeyboardAutoInvokeInDesktopMode +
TextInput/ExcludeJapaneseIMEExceptJIS0208
@@ -560,6 +565,67 @@ The following list shows the supported values:
+**TextInput/EnableTouchKeyboardAutoInvokeInDesktopMode** + + + + + + + + + + + + + + + + + + + + + +
HomeProBusinessEnterpriseEducationMobileMobile Enterprise
cross markcheck markcheck markcheck markcheck markcross markcross mark
+ + + +[Scope](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + +This policy allows the IT admin to enable the touch keyboard to automatically show up when the device is in the desktop mode. + +The touch keyboard is enabled in both the tablet and desktop mode. In the tablet mode, when you touch a textbox, the touch keyboard automatically shows up. +But in the desktop mode, by default, the touch keyboard does not automatically show up when you touch a textbox. The user must click the system tray to enable the touch keyboard. +When this policy is enabled, the touch keyboard automatically shows up when the device is in the desktop mode. + +This policy corresponds to "Show the touch keyboard when not in tablet mode and there's no keyboard attached" in the Settings app. + + + +The following list shows the supported values: + +- 0 (default) - Disabled. +- 1 - Enabled. + + + + + + + + + + +
+ **TextInput/ExcludeJapaneseIMEExceptJIS0208**