Windows 10 中 VMware 要求禁用 Device Guard 问题
生活随笔
收集整理的這篇文章主要介紹了
Windows 10 中 VMware 要求禁用 Device Guard 问题
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
今天在打開虛擬機的時候,突然出現下面這個錯誤。網上給了很多教程,基本上都是禁用?Device Guard 和關閉 Hyper-v,博主按照其方法操作,依舊出現下面錯誤。后來經過不懈努力,終于找到解決辦法,這里分享一下。
去訪問提示中的鏈接。
下面直接給出訪問圖中網址獲取到的內容(后面附上譯文)。
Purpose: This article provides steps to disable Credential Guard or Device Guard for a Windows 10 Enterprise host. Cause This issue occurs because Device Guard or Credential Guard is incompatible with Workstation. Resolution To disable Device Guard or Credential Guard:
- On the host operating system, click Start?>?Run, type?gpedit.msc,?and click?Ok.?The Local group Policy Editor opens.
- Go to?Local Computer Policy?>?Computer Configuration?>?Administrative Templates > System?>?Device Guard?>?Turn on Virtualization Based Security.
- Select?Disabled.
mountvol X: /s copy %WINDIR%\System32\SecConfig.efi X:\EFI\Microsoft\Boot\SecConfig.efi /Y 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 {0cb3b571-2f2e-4343-a879-d86a476d7215} device partition=X: mountvol X: /d Note: Ensure?X?is an unused drive, else change to another drive.
?
譯文:
?
目的
本文提供了為Windows 10 Enterprise主機禁用Credential Guard或Device Guard的步驟。 原因 出現此問題是因為Device Guard或Credential Guard與Workstation不兼容。 解決方案 要禁用 Device Guard 或 Credential Guard:- 在主機操作系統上,單擊 Start?>?Run,鍵入gpedit.msc,然后單擊確定。本地組策略編輯器打開。
- 轉到本地計算機策略?>?計算機配置?>?管理模板>系統?>?設備防護?>?打開基于虛擬化的安全性。
- 選擇禁用。
mountvol X:/ s copy%WINDIR%\ System32 \ SecConfig.efi X:\ EFI \ Microsoft \ Boot \ SecConfig.efi / Y 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 {0cb3b571-2f2e -4343-a879-d86a476d7215}設備分區= X: mountvol X:/ d 注:確保?X?是一個未使用的驅動器,否則更改為另一個驅動器。
按照上述方法,博主成功解決問題。
?
?
作者:耑新新,發布于??博客園
轉載請注明出處,歡迎郵件交流:zhuanxinxin@foxmail.com
轉載于:https://www.cnblogs.com/Amedeo/p/8990964.html
總結
以上是生活随笔為你收集整理的Windows 10 中 VMware 要求禁用 Device Guard 问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Rancher 2.0正式发布:简化、加
- 下一篇: 手把手教你查看android系统源码