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

推荐订阅源

P
Palo Alto Networks Blog
T
The Blog of Author Tim Ferriss
Engineering at Meta
Engineering at Meta
博客园_首页
博客园 - 三生石上(FineUI控件)
G
Google Developers Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 【当耐特】
Microsoft Security Blog
Microsoft Security Blog
P
Privacy & Cybersecurity Law Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
S
Secure Thoughts
爱范儿
爱范儿
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
H
Help Net Security
The Cloudflare Blog
Recorded Future
Recorded Future
Attack and Defense Labs
Attack and Defense Labs
J
Java Code Geeks
O
OpenAI News
T
Tor Project blog
B
Blog RSS Feed
D
Darknet – Hacking Tools, Hacker News & Cyber Security
PCI Perspectives
PCI Perspectives
V
Visual Studio Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
A
About on SuperTechFans
www.infosecurity-magazine.com
www.infosecurity-magazine.com
W
WeLiveSecurity
Cyberwarzone
Cyberwarzone
云风的 BLOG
云风的 BLOG
Security Latest
Security Latest
S
Schneier on Security
Know Your Adversary
Know Your Adversary
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
V
Vulnerabilities – Threatpost
D
DataBreaches.Net
宝玉的分享
宝玉的分享
T
Troy Hunt's Blog
V
V2EX
Cisco Talos Blog
Cisco Talos Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Latest news
Latest news
量子位
Microsoft Azure Blog
Microsoft Azure Blog

博客园 - 卡车司机

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、重启操作系统

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