From 137df4bc945120b9e3b16febc99767a1daa9b1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Marczykowska-G=C3=B3recka?= Date: Tue, 23 Oct 2018 20:13:21 +0200 Subject: [PATCH] Minor correction to Windows instructions Made them a bit clearer. --- managing-os/windows/windows-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managing-os/windows/windows-tools.md b/managing-os/windows/windows-tools.md index 86adfd05..091e6f62 100644 --- a/managing-os/windows/windows-tools.md +++ b/managing-os/windows/windows-tools.md @@ -56,7 +56,7 @@ This package brings the ISO with Qubes Windows Tools that is passed to the VM wh Before proceeding with the installation we need to disable Windows mechanism that allows only signed drivers to be installed, because currently (beta releases) the drivers we provide as part of the Windows Tools are not digitally signed with a publicly recognizable certificate. To do that: -- Start command prompt as Administrator, i.e. right click on the Command Prompt icon and choose "Run as administrator" +- Start command prompt as Administrator, i.e. right click on the Command Prompt icon (All Programs -> Accessories) and choose "Run as administrator" - In the command prompt type `bcdedit /set testsigning on` - Reboot your Windows VM