惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
博客园 - 聂微东
Application and Cybersecurity Blog
Application and Cybersecurity Blog
MyScale Blog
MyScale Blog
罗磊的独立博客
H
Help Net Security
L
LangChain Blog
T
Threat Research - Cisco Blogs
量子位
S
Securelist
Last Week in AI
Last Week in AI
L
Lohrmann on Cybersecurity
T
The Exploit Database - CXSecurity.com
P
Privacy International News Feed
The Hacker News
The Hacker News
Vercel News
Vercel News
D
Darknet – Hacking Tools, Hacker News & Cyber Security
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Blog of Author Tim Ferriss
T
Threatpost
Security Latest
Security Latest
P
Palo Alto Networks Blog
Microsoft Security Blog
Microsoft Security Blog
NISL@THU
NISL@THU
F
Full Disclosure
WordPress大学
WordPress大学
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
酷 壳 – CoolShell
酷 壳 – CoolShell
H
Heimdal Security Blog
J
Java Code Geeks
Recorded Future
Recorded Future
Hugging Face - Blog
Hugging Face - Blog
G
GRAHAM CLULEY
Know Your Adversary
Know Your Adversary
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
B
Blog RSS Feed
月光博客
月光博客
C
Cisco Blogs
V
Visual Studio Blog
D
DataBreaches.Net
H
Hacker News: Front Page
博客园 - 叶小钗
N
News and Events Feed by Topic
爱范儿
爱范儿
A
Arctic Wolf

博客园 - 卡车司机

macOS系统下修改hosts文件,安装homebrew & nvm How to see log files in MySQL? git 设置和取消代理 使用本地下载和管理的免费 Windows 10 虚拟机测试 IE11 和旧版 Microsoft Edge 在Microsoft SQL SERVER Management Studio下如何完整输出NVARCHAR(MAX)字段或变量的内容 windows 10 x64系统下在vmware workstation pro 15安装macOS 10.15 Catelina, 并设置分辨率为3840x2160 在Windows 10系统下将Git项目签出到磁盘分区根目录的方法 群晖NAS(Synology NAS)环境下安装GitLab, 并在Windows 10环境下使用Git PDF.js实现个性化PDF渲染(文本复制) Java平台下利用aspose转word为PDF实现文档在线预览 Razor Page Library:开发独立通用RPL(内嵌wwwroot资源文件夹) 杂记 Code First Migrations in Team Environments SQL Server UPDATE JOIN visual studio 使用正则表达式实现代码批量查找和替换 AngularJs - Calling Directive Method from Controller Entity Framework Power Tools 执行数据库反向工程时报错.... SVN-无法查看log,提示Want to go offline,时间显示1970问题 windows server安装dotnet-sdk-2.2.108-win-x64.exe时报dll找不到
windows 10 专业版安装VMware虚拟机碰到的坑
卡车司机 · 2020-03-17 · via 博客园 - 卡车司机

2020-03-17 05:34  卡车司机  阅读(1920)  评论()    收藏  举报

第一坑: 系统提示VMWare Workstation与Device/Credential Guard不兼容.在禁用Device/Credential Guard后,可以运行VMWare Workstation.有关更多详细信息,请访问http://www.vmware.com/go/turnoff_CG_DG

根据提示, 执行以下解决方法, 这里只是大概列举出我进行的操作, 具体请参考: https://docs.microsoft.com/en-us/windows/security/identity-protection/credential-guard/credential-guard-manage

1. 下载微软自己出的的专用工具dgreadiness_v3.6, 地址: https://www.microsoft.com/download/details.aspx?id=53337

2. 以管理员模式打开powershell, 并在ps内运行以下命令

DG_Readiness_Tool_v3.6.ps1 -Disable

其中-Disable参数表示禁用DG/CG

3. 重新启动计算机

4. 在启动过程中会出现一个确认界面, 提示你是否要禁用DG/CG, 按键盘上的F3或者windows徽标键即可确认. 30秒钟不操作即认为放弃此操作.由于这个界面还未进入Windows系统, 不方便截图

第二坑:系统提示VMWare Workstation与Hyper-V不兼容.请先从系统中移除Hyper-V角色,然后在运行VMWare Workstation

1、控制面板界面->卸载程序->启用或关闭windows功能->windows功能中我们选择这里"的Hyper-V"取消对勾

2、以管理员身份运行命令提示符执行命令

   bcdedit /set hypervisorlaunchtype off

3、重启操作系统

以上是我碰到的两个坑,可能不同环境的计算机会有所不同.