From 9e2f27be6a3d84432e020e2431d90a3c5abb184c Mon Sep 17 00:00:00 2001 From: TokyoScarab Date: Tue, 25 Jun 2019 15:55:27 -0400 Subject: [PATCH 1/4] Small Note and Clarification https://github.com/MicrosoftDocs/windows-itpro-docs/issues/1866 --- .../configuration/lock-down-windows-10-to-specific-apps.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/configuration/lock-down-windows-10-to-specific-apps.md b/windows/configuration/lock-down-windows-10-to-specific-apps.md index bc31032e3e..8f75ca2fdf 100644 --- a/windows/configuration/lock-down-windows-10-to-specific-apps.md +++ b/windows/configuration/lock-down-windows-10-to-specific-apps.md @@ -194,10 +194,13 @@ The following example allows Groove Music, Movies & TV, Photos, Weather, Calcula ##### FileExplorerNamespaceRestrictions -Starting in Windows 10, version 1809, you can explicitly allow some known folders to be accessed when the user tries to open the file dialog box in multi-app assigned access by including **FileExplorerNamespaceRestrictions** in your XML file. Currently, **Downloads** is the only folder supported. +Starting in Windows 10, version 1809, you can explicitly allow some known folders to be accessed when the user tries to open the file dialog box in multi-app assigned access by including **FileExplorerNamespaceRestrictions** in your XML file. Currently, **Downloads** is the only folder supported. This can also set using Microsoft Intune. The following example shows how to allow user access to the Downloads folder in the common file dialog box. +>[!NOTE] +>You can grant access to the Downloads folder through the File Explorer by adding "Explorer.exe" to the list of allowed apps and pinning a file explorer shortcut to the kiosk start menu. + ```xml Date: Wed, 26 Jun 2019 16:48:36 -0500 Subject: [PATCH 2/4] Update windows/configuration/lock-down-windows-10-to-specific-apps.md Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com> --- windows/configuration/lock-down-windows-10-to-specific-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/lock-down-windows-10-to-specific-apps.md b/windows/configuration/lock-down-windows-10-to-specific-apps.md index 8f75ca2fdf..2bdbbb5414 100644 --- a/windows/configuration/lock-down-windows-10-to-specific-apps.md +++ b/windows/configuration/lock-down-windows-10-to-specific-apps.md @@ -194,7 +194,7 @@ The following example allows Groove Music, Movies & TV, Photos, Weather, Calcula ##### FileExplorerNamespaceRestrictions -Starting in Windows 10, version 1809, you can explicitly allow some known folders to be accessed when the user tries to open the file dialog box in multi-app assigned access by including **FileExplorerNamespaceRestrictions** in your XML file. Currently, **Downloads** is the only folder supported. This can also set using Microsoft Intune. +Starting in Windows 10, version 1809, you can explicitly allow some known folders to be accessed when the user tries to open the file dialog box in multi-app assigned access by including **FileExplorerNamespaceRestrictions** in your XML file. Currently, **Downloads** is the only folder supported. This can also be set using Microsoft Intune. The following example shows how to allow user access to the Downloads folder in the common file dialog box. From bb103d0c9af1eb2597e99b54c55667bad0f738a8 Mon Sep 17 00:00:00 2001 From: TokyoScarab Date: Wed, 26 Jun 2019 16:48:44 -0500 Subject: [PATCH 3/4] Update windows/configuration/lock-down-windows-10-to-specific-apps.md Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com> --- windows/configuration/lock-down-windows-10-to-specific-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/lock-down-windows-10-to-specific-apps.md b/windows/configuration/lock-down-windows-10-to-specific-apps.md index 2bdbbb5414..3fd6e3fa15 100644 --- a/windows/configuration/lock-down-windows-10-to-specific-apps.md +++ b/windows/configuration/lock-down-windows-10-to-specific-apps.md @@ -199,7 +199,7 @@ Starting in Windows 10, version 1809, you can explicitly allow some known folder The following example shows how to allow user access to the Downloads folder in the common file dialog box. >[!NOTE] ->You can grant access to the Downloads folder through the File Explorer by adding "Explorer.exe" to the list of allowed apps and pinning a file explorer shortcut to the kiosk start menu. +> To grant access to the Downloads folder through File Explorer, add "Explorer.exe" to the list of allowed apps, and pin a file explorer shortcut to the kiosk start menu. ```xml From ffda551f6cd695719c5d778bcd398d06f29e0bfa Mon Sep 17 00:00:00 2001 From: TokyoScarab Date: Wed, 26 Jun 2019 16:48:50 -0500 Subject: [PATCH 4/4] Update windows/configuration/lock-down-windows-10-to-specific-apps.md Co-Authored-By: Nicole Turner <39884432+nenonix@users.noreply.github.com> --- windows/configuration/lock-down-windows-10-to-specific-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/configuration/lock-down-windows-10-to-specific-apps.md b/windows/configuration/lock-down-windows-10-to-specific-apps.md index 3fd6e3fa15..2c861f7c13 100644 --- a/windows/configuration/lock-down-windows-10-to-specific-apps.md +++ b/windows/configuration/lock-down-windows-10-to-specific-apps.md @@ -198,7 +198,7 @@ Starting in Windows 10, version 1809, you can explicitly allow some known folder The following example shows how to allow user access to the Downloads folder in the common file dialog box. ->[!NOTE] +>[!TIP] > To grant access to the Downloads folder through File Explorer, add "Explorer.exe" to the list of allowed apps, and pin a file explorer shortcut to the kiosk start menu. ```xml