diff --git a/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs b/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs index c2506ab9..51d628d6 100644 --- a/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs +++ b/SafeExamBrowser.SystemComponents/VirtualMachineDetector.cs @@ -31,8 +31,10 @@ namespace SafeExamBrowser.SystemComponents private static readonly string[] DeviceWhitelist = { - // Microsoft Virtual Disk - "PROD_VIRTUAL_DISK" + // Microsoft Virtual Disk Device + "PROD_VIRTUAL_DISK", + // Microsoft Virtual DVD Device + "PROD_VIRTUAL_DVD" }; private readonly ILogger logger;