From 97d635fc07545f0e364ee4cd7e76c318b4f576b2 Mon Sep 17 00:00:00 2001 From: e6lk7dqzm83p <40321219+e6lk7dqzm83p@users.noreply.github.com> Date: Thu, 20 Sep 2018 02:12:57 +0000 Subject: [PATCH] Update dispvm.md Adding documentation, per the suggestion in https://github.com/QubesOS/qubes-issues/issues/4160 --- common-tasks/dispvm.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/common-tasks/dispvm.md b/common-tasks/dispvm.md index 30c759aa..5208d48f 100644 --- a/common-tasks/dispvm.md +++ b/common-tasks/dispvm.md @@ -60,6 +60,17 @@ A Disposable VM launched from the Start Menu inherits the NetVM and firewall set Note that changing the "NetVM" setting for the system default DVM Template *does* affect the NetVM of DispVMs launched from the Start Menu. Different DVM Templates with individual NetVM settings can be added to the Start Menu. +**Important Notes:** +Some DVM Templates will automatically create a menu item to launch a DVM, if you do not see an entry and want to add one please use the command: + + qvm-features deb-dvm appmenus-dispvm 1 + +To launch a DVM from the command line, in dom0 please type the following: + + qvm-run --dispvm=NameOfDVM --service qubes.StartApp+NameOfApp + + + Disposable VMs and Networking (R3.2 and earlier) -----------------------------