如果要关闭hyper-v,需要以下命令,然后重启(android studio的虚机需要)
bcdedit /set hypervisorlaunchtype off
如果要打开hyper-v,需要以下命令,然后重启(windows自带的hyper-v虚机需要)
bcdedit /set hypervisorlaunchtype auto
如果要关闭hyper-v,需要以下命令,然后重启(android studio的虚机需要)
bcdedit /set hypervisorlaunchtype off
如果要打开hyper-v,需要以下命令,然后重启(windows自带的hyper-v虚机需要)
bcdedit /set hypervisorlaunchtype auto
把目录下的ext结尾的文件以二进制形式合并为abc.mp4
copy *.ext/b abc.mp4
/b 表示以二进制合并
/a 表示以ASCII码合并