标题: 庆祝 10000 发一帖 [打印本页] 作者: vaf 时间: 2018-6-17 20:01 标题: 庆祝 10000 发一帖 贴出一个我折腾的实录:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell\encrypt-bde-elev]
"AppliesTo"="(System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#Off OR System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#OnPreProvisioned) AND System.Volume.BitLockerRequiresAdmin:=System.StructuredQueryType.Boolean#False"
;"AppliesTo"="(System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#Off OR System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#OnPreProvisioned) AND System.Volume.BitLockerRequiresAdmin:=System.StructuredQueryType.Boolean#True"
;为原值
;;启用 BitLocker
;;不包括 U 盘
;;以下是一些分项目, 只有驱动器处于那个状态时都会出现.
;;[HKEY_CLASSES_ROOT\Drive\shell\resume-bde-elev]
;;"AppliesTo"="System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#Suspended AND System.Volume.BitLockerRequiresAdmin:=System.StructuredQueryType.Boolean#True"
;;项标未知
;;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\change-passphrase]
;;"AppliesTo"="(System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#On OR System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#Encrypting OR System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#Suspended) AND System.Volume.BitLockerCanChangePassphraseByProxy:=System.StructuredQueryType.Boolean#True"
;;更改 BitLocker 密码
;;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\change-pin]
;;"AppliesTo"="(System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#On OR System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#Encrypting OR System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#Suspended) AND System.Volume.BitLockerCanChangePin:=System.StructuredQueryType.Boolean#True"
;;更改 BitLocker PIN
;;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\resume-bde-elev]
;;"AppliesTo"="System.Volume.BitLockerProtection:=System.Volume.BitLockerProtection#Suspended AND System.Volume.BitLockerRequiresAdmin:=System.StructuredQueryType.Boolean#True"
;;恢复 BitLocker 保护