找回密码
 注册
快捷导航
查看: 272|回复: 0

[系统] Windows 10: Enabling vTPM (Virtual TPM)

[复制链接] |自动提醒
阅读字号:

3864

回帖

51

积分

2万

资产值

钻石会员 Rank: 3Rank: 3Rank: 3

注册时间
2010-9-19
铜牌荣誉勋章(注册8年以上会员)银牌荣誉勋章(注册10年以上会员)
发表于 2021-8-2 14:19:35| 字数 1,102| - 中国–安徽–合肥 电信 | 显示全部楼层 |阅读模式
本帖最后由 sunny2002 于 2021-8-2 14:23 编辑

Steps
Creating HGS Guardian
New-HgsGuardian -Name "Guardian11" -GenerateCertificates

Checking with Guardian
PS C:\WINDOWS\system32> get-hgsguardian
Name              HasPrivateSigningKey         Signing Certificate Subject
----              --------------------        ---------------------------
Guardian11        True        CN=Shielded VM Signing Certificate (Guardian11) (Win10)

Assigning variable $owner to Guardian
PS C:\WINDOWS\system32> $owner = get-hgsguardian guardian11

Generating key protector for TPM to enable it
PS C:\WINDOWS\system32> $kp = New-HgsKeyProtector -Owner $owner -AllowUntrustedRoot

Setting key protector for TPM to enable it
PS C:\WINDOWS\system32> Set-VMKeyProtector -VMName "TPM" -KeyProtector $kp.RawData

Enabling virtual TPM on VMName TPM
PS C:\WINDOWS\system32>  Enable-VMTPM -VMNAME "TPM"   --// Here TPM is virtual machine name

Some more mandatory settings to enable TPM
Enable-WindowsOptionalFeature -Feature IsolatedUserMode -Online

New-Item -Path HKLM:\SYSTEM\CurrentControlSet\Control\DeviceGuard -Force

New-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\DeviceGuard   -Name EnableVirtualizationBasedSecurity -Value 1 -PropertyType DWord –Force

Reboot



T400  T440p
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Powered by Discuz! X3.5 © 2001-2023 Comsenz Inc

GMT+8, 2025-1-13 07:44 , Processed in 0.114794 second(s), 26 queries , Gzip On, OPcache On.

手机版|小黑屋|安卓客户端|iOS客户端|Archiver|备用网址1|备用网址2|在线留言|专门网

返回顶部