VMware Workstation - Device and Credential Guard Problem

Problem

VMware Workstation (Windows) fails to run virtual machine with error "VMware Workstation and Device/Credential Guard are not compatible."

https://file.zzc.icu/knowledge/27269501194240.png
https://file.zzc.icu/knowledge/27269698973696.png

Solution

https://www.youtube.com/watch?v=VIBdY-5zr58

In search box type gpedit, and then go to  Computer Configuration - Administrative Templates - System - Device Guard - Virtualization Based Security. Now Double click that and Disable

In search box, type Turn Windows features on or off, now uncheck Hyper-V and restart system.

Open Registry Editor by typing regedit in search box.

  • Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceGuard. Add a new DWORD value named EnableVirtualizationBasedSecurity and set it to 0 to disable it.
  • Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA.  Add a new DWORD value named LsaCfgFlags and set it to 0 to disable it.

Open command prompt as a administrator and type the following commands

bcdedit /create {0cb3b571-2f2e-4343-a879-d86a476d7215} /d "DebugTool" /application osloader

bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} path "\EFI\Microsoft\Boot\SecConfig.efi"

bcdedit /set {bootmgr} bootsequence {0cb3b571-2f2e-4343-a879-d86a476d7215}

bcdedit /set {0cb3b571-2f2e-4343-a879-d86a476d7215} loadoptions DISABLE-LSA-ISO,DISABLE-VBS

bcdedit /set hypervisorlaunchtype off

Restart system.

技能树点亮中。

397 声望
11 粉丝
0 条评论
推荐阅读
FFmpeg 备忘录
查看视频信息 {代码...} 参考资料:[链接]通过拷贝的方式进行格式转换(不进行重新编码) {代码...} 裁剪视频 {代码...} 注意:裁剪位置需要为关键帧(I帧),若不是则圆整到最近的关键帧。由于大多数视频采用关...

Sulfonamide阅读 1.2k

windows 系统下 workerman 在同一个运行窗口中开启多个 websocket 服务
会报 multi workers init in one php file are not support 错误,意思 windows 中禁止在同一个文件中开启多个 websocket 服务

tiny极客1阅读 450评论 1

封面图
Win11使用注意事项
我讨厌数字解锁,尤其是默认的PIN所以换成图形锁个性化 → 账户 → 登陆选项 → 关闭下方为了提高安全性,仅允许对此设备使用然后就是图片解锁了

赵不悔阅读 949

nginx代理转发基于NTLM认证的AD域用户Windows认证登录到外网域名
用户使用AD域用户登录了Windows系统,打开我们Web系统网站的外网域名(非内网IP)时,需要使用这个登录的AD帐号自动进入我们的Web系统。外网域名映射到一台安装了nginx的Linux服务器,通过nginx负载均衡分发到两...

okfine阅读 945

Windows 下 PHP 7 中 *getcsv 函数解析 CSV 错误的问题记录
预期情况下,应该返回一个数组。["测试中", "文", "foo", "bar", "123"],而实际却得到了 ["测试中,文,foo", "bar", "123"],...

唯一丶阅读 677

封面图
windows文件图标显示异常解决
有时文件的图标会突然莫名地显示不正常,采用以下命令来解决: {代码...}

DEFAULT阅读 658

XMake学习笔记(1):Windows(MSYS2)下MinGW-w64环境搭建和XMake安装
以前写的C++基本都是C with STL,大多是面向过程的算法题,或者比较小的项目,然后经常报各种编译错误(对编译原理不熟),经常把人搞到崩溃,搞不懂构建、链接之类的东西。

Eriktse阅读 594

技能树点亮中。

397 声望
11 粉丝
宣传栏