From 5795473a5e3b53e249fb91f044b728726508fb24 Mon Sep 17 00:00:00 2001 From: crazyqube <54180070+crazyqube@users.noreply.github.com> Date: Sat, 24 Aug 2019 09:48:00 +0000 Subject: [PATCH 1/3] Make note of viable option for non-experts Any novice computer user will struggle to implement the steps provided. Give them and people who don't have the time to do it manually a viable option. --- external/os-guides/windows/windows-vm.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/external/os-guides/windows/windows-vm.md b/external/os-guides/windows/windows-vm.md index c90fe015..5e885d63 100644 --- a/external/os-guides/windows/windows-vm.md +++ b/external/os-guides/windows/windows-vm.md @@ -82,6 +82,10 @@ Note however that you are better off creating a new Windows VM to benefit from t Windows VM installation ----------------------- +### qvm-create-windows-qube ### + +A tool for automating this process is available [here](https://github.com/crazyqube/qvm-create-windows-qube). However, if you are an expert or want to do it manually you may continue below. + ### Summary ### ~~~ From b981ba034aee4c18c6e5e82257d5eddaeed81cd6 Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Sun, 25 Aug 2019 11:15:42 -0500 Subject: [PATCH 2/3] Note that the tool is unofficial and third-party --- external/os-guides/windows/windows-vm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/external/os-guides/windows/windows-vm.md b/external/os-guides/windows/windows-vm.md index 5e885d63..9a66a017 100644 --- a/external/os-guides/windows/windows-vm.md +++ b/external/os-guides/windows/windows-vm.md @@ -84,7 +84,8 @@ Windows VM installation ### qvm-create-windows-qube ### -A tool for automating this process is available [here](https://github.com/crazyqube/qvm-create-windows-qube). However, if you are an expert or want to do it manually you may continue below. +An unofficial, third-party tool for automating this process is available [here](https://github.com/crazyqube/qvm-create-windows-qube). +However, if you are an expert or want to do it manually you may continue below. ### Summary ### From 526f6f50566a6a0ee43ec180daf78baf95a0dc2f Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Wed, 28 Aug 2019 16:53:12 -0500 Subject: [PATCH 3/3] Add a more explicit disclaimer --- external/os-guides/windows/windows-vm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/external/os-guides/windows/windows-vm.md b/external/os-guides/windows/windows-vm.md index 9a66a017..f78fb0f8 100644 --- a/external/os-guides/windows/windows-vm.md +++ b/external/os-guides/windows/windows-vm.md @@ -85,6 +85,8 @@ Windows VM installation ### qvm-create-windows-qube ### An unofficial, third-party tool for automating this process is available [here](https://github.com/crazyqube/qvm-create-windows-qube). +(Please note that this tool has not been reviewed by the Qubes OS Project. +Use it at your own risk.) However, if you are an expert or want to do it manually you may continue below. ### Summary ###