From 741210005fb21a1e0ba5e29368bd00803ee07317 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 22 Apr 2016 07:35:38 -0700 Subject: [PATCH 1/5] more script fixes --- .../set-up-a-kiosk-for-windows-10-for-desktop-editions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md index 33d52851d1..9ba96a06e8 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md @@ -288,7 +288,7 @@ Alternatively, you can turn on Shell Launcher using the Deployment Image Servici **To set your custom shell** -Modify the following PowerShell script as appropriate and run the script on the kiosk device. +Modify the following PowerShell script as appropriate. The comments in the sample script explain the purpose of each section and tell you where you will want to change the script for your purposes. Save your script with the extension .ps1, open Windows PowerShell as administrator, and run the script on the kiosk device. ``` $COMPUTER = “localhost” @@ -323,9 +323,9 @@ Modify the following PowerShell script as appropriate and run the script on the $restart_device = 1 $shutdown_device = 2 - # Examples + # Examples. You can change these examples to use the program that you want to use as the shell. - # Set the command prompt as the default shell, and restart the device if it's closed. + # This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. $ShellLauncherClass.SetDefaultShell(“cmd.exe”, $restart_device) @@ -335,7 +335,7 @@ Modify the following PowerShell script as appropriate and run the script on the “`nDefault Shell is set to “ + $DefaultShellObject.Shell + “ and the default action is set to “ + $DefaultShellObject.defaultaction - # Set Internet Explorer as the shell for “Cashier”, and restart the machine if it's closed. + # Set Internet Explorer as the shell for “Cashier”, and restart the machine if Internet Explorer is closed. $ShellLauncherClass.SetCustomShell($Cashier_SID, “c:\program files\internet explorer\iexplore.exe www.microsoft.com”, ($null), ($null), $restart_shell) From 7006235ef50a9e11915d51e528a17ff92ec99dda Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 22 Apr 2016 07:40:44 -0700 Subject: [PATCH 2/5] tweak spaces --- .../set-up-a-kiosk-for-windows-10-for-desktop-editions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md index 9ba96a06e8..eca37057b8 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md @@ -359,7 +359,7 @@ Modify the following PowerShell script as appropriate. The comments in the sampl $ShellLauncherClass.RemoveCustomShell($Admins_SID) $ShellLauncherClass.RemoveCustomShell($Cashier_SID) - ``` +``` ## Related topics From 2b15d7b44a21b5c356f5724dd078138350755b41 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 22 Apr 2016 09:20:07 -0700 Subject: [PATCH 3/5] added kiosk to change log --- .../manage/change-history-for-manage-and-update-windows-10.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/manage/change-history-for-manage-and-update-windows-10.md b/windows/manage/change-history-for-manage-and-update-windows-10.md index 3e00cd0e96..339623b083 100644 --- a/windows/manage/change-history-for-manage-and-update-windows-10.md +++ b/windows/manage/change-history-for-manage-and-update-windows-10.md @@ -32,6 +32,10 @@ This topic lists new and updated topics in the [Manage and update Windows 10](in [Configure telemetry and other settings in your organization](disconnect-your-organization-from-microsoft.md)

Added the font streaming section.

+ +[Set up a kiosk on Windows 10 Pro, Enterprise, or Education](set-up-a-kiosk-for-windows-10-for-desktop-editions) +

Made corrections to script and instructions for Shell Launcher.

+ From 2b7512a4e71da7913c641a015c10352764d47664 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 22 Apr 2016 09:23:28 -0700 Subject: [PATCH 4/5] tweak ref --- .../set-up-a-kiosk-for-windows-10-for-desktop-editions.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md index eca37057b8..b88902b04f 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md @@ -16,9 +16,7 @@ author: jdeckerMS - Windows 10 -**Looking for Windows Embedded 8.1 Industry information?** - -- [Assigned Access]( http://go.microsoft.com/fwlink/p/?LinkId=613653) +> **Looking for Windows Embedded 8.1 Industry information?** See [Assigned Access]( http://go.microsoft.com/fwlink/p/?LinkId=613653) A single-use device is easy to set up in Windows 10 for desktop editions (Pro, Enterprise, and Education). For a kiosk device to run a Universal Windows app, use the **assigned access** feature. For a kiosk device (Windows 10 Enterprise or Education) to run a Classic Windows application, use **Shell Launcher** to set a custom user interface as the shell. To return the device to the regular shell, see [Sign out of assigned access](#sign-out-of-assigned-access). From f860d2add2dfb24efb4aef7ae3418e9146f3726d Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 22 Apr 2016 09:37:09 -0700 Subject: [PATCH 5/5] fix link --- .../manage/change-history-for-manage-and-update-windows-10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/manage/change-history-for-manage-and-update-windows-10.md b/windows/manage/change-history-for-manage-and-update-windows-10.md index 339623b083..18be77205f 100644 --- a/windows/manage/change-history-for-manage-and-update-windows-10.md +++ b/windows/manage/change-history-for-manage-and-update-windows-10.md @@ -33,7 +33,7 @@ This topic lists new and updated topics in the [Manage and update Windows 10](in

Added the font streaming section.

-[Set up a kiosk on Windows 10 Pro, Enterprise, or Education](set-up-a-kiosk-for-windows-10-for-desktop-editions) +[Set up a kiosk on Windows 10 Pro, Enterprise, or Education](set-up-a-kiosk-for-windows-10-for-desktop-editions.md)

Made corrections to script and instructions for Shell Launcher.