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

VBS 入门交互实战
VBS 是一种 Windows 脚本语言,全称是 Microsoft Visual Basic Script Editon,微软公司可视化 BASIC 脚本版

tiny极客2阅读 823评论 3

封面图
一行命令切换win11的右键菜单,改为win10风格
问题:升级到Win11后不喜欢新的右键菜单,因为需要两次击才能显示更多选项。网上找了一堆乱七八糟的办法,大部分都不能用:修改注册表用脚本修改注册表安装修改菜单的软件(太麻烦)这里介绍一种简单粗暴的,修改...

luckybo1阅读 731

解决宏碁非凡S3 安装Win11时无法找到驱动器问题
1 问题描述机型:宏碁非凡S3 2022款CPU:i5 1240P安装系统:Win11 专业版问题描述:安装系统时,在选择驱动器界面无法找到驱动器,如下图所示2 解决流程查了一下网上的解决办法,进入BIOS把VMD Controller关闭掉...

xcghvgshjdfghsd阅读 1.1k

@WSL2 从零开始配置WSL2
WSL全称Windows Subsystem for Linux,官方翻译“适用于Linux的Windows子系统”(个人觉得翻译成Windows的Linux子系统更符合国人语言习惯)。以下是微软官方对WSL的描述

Blueye阅读 1.1k

使用 Winget 命令在 Windows 上安装软件
Winget 是微软推出的一款安装包管理工具,使用户能够在命令行下寻找、安装、升级、删除和配置应用程序。这里以安装焰火十二卷(Rickrack)为例,演示了 Winget 的使用流程。

本征喵函数阅读 996

封面图
【Ubuntu】Win11 VmWare虚拟机安装Ubuntu 22.04.1-server
引言如标题所说,属于个人虚拟机安装Ubuntu的笔记记录。VM安装网络上有很多教程,这里就直接省略了。下载Ubuntu 22.04.1-server进入Ubuntu的中文网站:Ubuntu系统下载 | Ubuntu根据最新的版本下载即可。本次使用...

Xander阅读 958

技能树点亮中。

397 声望
11 粉丝
宣传栏