//-----------------------English--------------------------------------------------------- If the ERROR V2 prompt will appear after our ForXXX plug-in is running, it is because win10 comes with a virtual machine, and win10 starts the virtual machine driver. Our plug-in cannot run in an environment with a virtual machine. Turn off the virtual machine driver and our plug-in can run normally. . How to turn off hyper-v virtual machine on win10 computer: method 1: 1. Open the Control Panel icon on the desktop, and choose Programs and Features. 2. Then choose to enable or disable Windows features. If there is Hyper-V in the open function list, remove the check and click OK. Method 2: 1. Right-click on this computer and select Manage. Go to the Computer Management interface and click Services and Applications. 2. In the service list, find Hyper-V virtual machine management, double-click, and change the startup type to manual. Click OK. Method 3: 1. Open the cmd command window as an administrator and enter the command: bcdedit /set hypervisorlaunchtype off 2. Restart the computer. //-------------------Chinese--------------------------------------------------------------- 如果我们 ForXXX插件 运行后会出现 ERROR V2 提示,是因为win10自带了虚拟机,win10启动了虚拟机驱动,我们插件不能在有虚拟机的环境下运行,关闭虚拟机驱动我们插件就可以正常运行。 关掉win10电脑hyper-v虚拟机方法: 方法1:   1、打开桌面控制面板图标,选择程序和功能。   2、然后选择启用或关闭windows功能。在打开的功能列表中如果有Hyper-V,去除勾选,点确定。 方法2:   1、右键点击此电脑,选择管理。进入计算机管理界面,点击服务和应用程序。   2、在服务列表中,找到Hyper-V虚拟机管理,双击,启动类型改为手动。点确定。 方法3:   1、以管理员身份打开cmd命令窗口,输入命令: bcdedit /set hypervisorlaunchtype off   2、重启电脑即可。