当前位置:网站首页>VMware low version starts the blue screen solution of virtual machine (it takes 3 days to restart the installation experience, which must be seen before installation)
VMware low version starts the blue screen solution of virtual machine (it takes 3 days to restart the installation experience, which must be seen before installation)
2022-07-21 11:03:00 【C0re in the lonely age】
Catalog
step 2: Turn something off and on
Then you can be surprised to find : You finally installed it
install VMware The next step along the way , All normal . Then configure the virtual system to start Linux When virtual machines , Blue screen error appears on the computer SYSTEM_SERVICE_EXCEPTION
I have restarted for three days !!!
step 1: Re Download VMware Workstation Pro 16.1 The above version points to the right download VMware Workstation Pro | CN
If there is a previous version, do not uninstall !! It will update automatically !!
Reinstall the virtual machine and try again !! It should be here !!!!
If not, look down
step 2: Turn something off and on
because windows 10 There is no default Hyper-v Configuration item , So we have to show it before we can turn it off . New document , Copy and paste the following code .
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\*Hyper-V*.mum >hyper-v.txt
for /f %%i in ('findstr /i . hyper-v.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
del hyper-v.txt
Dism /online /enable-feature /featurename:Microsoft-Hyper-V-All /LimitAccess /ALL
Change the extension to .bat Last input y
Then open the control panel
According to my setting !!! Then restart and reinstall the virtual machine and try again
Then you can be surprised to find : You finally installed it
Then you can move on to another article of mine linux The configuration of the !
Your praise is the biggest driving force of my codeword :)
Ten years drink ice , Difficult to cool the blood
边栏推荐
- 20_ Custom instructions
- FFMpeg WASAPI can't activate audio endpoint错误的处理
- 高通连发三款处理器:骁龙730G有望成为次旗舰首选!
- Vite3.0都发布了,你还能卷得动吗(新特性一览)
- 一文了解工业互联网标识解析二级节点
- Using ODBC to consume SAP ABAP CDs view in Excel
- grafana - influxdb可视化 k6 输出
- Two methods of generating random integers
- Machine learning - detailed derivation of support vector machine theory (including explanation of examples) (IV)
- wmware启用虚拟化功能报错
猜你喜欢
随机推荐
程序员初入职场,如何规划好自己的职业生涯?
Compile, install and configure PHP under Debian 9
阿里云Web应用防火墙与CDN如何配置
For the IT Internet industry, does family think education is important or ability?
Both libraries have md5 h. You have to delete one of the redefined or unresolved external symbols. Get the serial port list and automatically get the serial port number
1.8寸TFT LCD128X160 ST7735S SPI串口屏驱动示例
Xilinx MIPI CSI-2 Receiver Subsystem IP详解
20_自定义指令
业务出海,灵感乍现前要先「把手弄脏」
链表(五)——删除链表的倒数第N个节点
Programmers are new to the workplace, how to plan their career?
%s. Placeholders for%1$s,%d,%1$d
laneatt代码复现和用自己采集的视频来测试
Acwing第 60 场周赛【完结】
看项目代码笔记1
String类的常见方法的使用案例
[wechat applet] xxxxx is not in the following list of socket legal domain names, please refer to the document
马斯克:我把大脑上传云端啦,不好意思,404了
一些易混的指针【总结向】
20_ Custom instructions