From 7d6a33f6892cd05982b91a9ceb72a8607e1e5268 Mon Sep 17 00:00:00 2001 From: Celeste de Guzman Date: Mon, 27 Nov 2017 16:25:14 -0800 Subject: [PATCH 1/2] updated --- education/windows/change-history-edu.md | 1 + education/windows/take-a-test-app-technical.md | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/education/windows/change-history-edu.md b/education/windows/change-history-edu.md index 12ad05add1..f9bafb5527 100644 --- a/education/windows/change-history-edu.md +++ b/education/windows/change-history-edu.md @@ -22,6 +22,7 @@ This topic lists new and updated topics in the [Windows 10 for Education](index. | [Test Windows 10 S on existing Windows 10 education devices](test-windows10s-for-edu.md) | Updated the the list of device manufacturers. | | [Set up Take a Test on multiple PCs](take-a-test-multiple-pcs.md) | Updated instances of the parameter enablePrint, or enablePrinting, to requirePrinting. | | [Set up Take a Test on a single PC](take-a-test-single-pc.md) | Updated instances of the parameter enablePrint, or enablePrinting, to requirePrinting. | +| [Take a Test app technical reference](take-a-test-app-technical.md) | Added a note that the Alt+F4 key combination for enabling students to exit the test is disabled in Windows 10, version 1703 (Creators Update) and later. Also added additional info about the Ctrl+Alt+Del key combination. | ## RELEASE: Windows 10, version 1709 (Fall Creators Update) diff --git a/education/windows/take-a-test-app-technical.md b/education/windows/take-a-test-app-technical.md index 7e92b7c2aa..de56161619 100644 --- a/education/windows/take-a-test-app-technical.md +++ b/education/windows/take-a-test-app-technical.md @@ -9,7 +9,7 @@ ms.pagetype: edu ms.localizationpriority: high author: CelesteDG ms.author: celested -ms.date: 08/07/2017 +ms.date: 11/28/2017 --- # Take a Test app technical reference @@ -85,8 +85,14 @@ When Take a Test is running, the following functionality is available to student - The student can exit the test by pressing one of the following key combinations: - Ctrl+Alt+Del + + * On Windows 10 Enterprise or Windows 10 Education versions, IT admins can choose to block this functionality by configuring a [keyboard filter](https://docs.microsoft.com/en-us/windows-hardware/customize/enterprise/keyboardfilter) + - Alt+F4 (Take a Test will restart if the student is using a dedicated test account) + > [!NOTE] + > Alt+F4 is disabled in Windows 10, version 1703 (Creators Update) and later. + ## Permissive mode Starting with Windows 10, version 1709 (Fall Creators Update), assessments can now run in permissive mode. This mode enables students who need access to other apps, like accessibility tools, to use the apps. From a3074d2a455aa53ff449d06977fbbe059adc903e Mon Sep 17 00:00:00 2001 From: Celeste de Guzman Date: Tue, 28 Nov 2017 15:24:20 -0800 Subject: [PATCH 2/2] updated --- education/windows/take-a-test-app-technical.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/windows/take-a-test-app-technical.md b/education/windows/take-a-test-app-technical.md index de56161619..937dfe5d9d 100644 --- a/education/windows/take-a-test-app-technical.md +++ b/education/windows/take-a-test-app-technical.md @@ -86,7 +86,7 @@ When Take a Test is running, the following functionality is available to student - Ctrl+Alt+Del - * On Windows 10 Enterprise or Windows 10 Education versions, IT admins can choose to block this functionality by configuring a [keyboard filter](https://docs.microsoft.com/en-us/windows-hardware/customize/enterprise/keyboardfilter) + On Windows 10 Enterprise or Windows 10 Education versions, IT admins can choose to block this functionality by configuring a [keyboard filter](https://docs.microsoft.com/en-us/windows-hardware/customize/enterprise/keyboardfilter). - Alt+F4 (Take a Test will restart if the student is using a dedicated test account)