bios 禁用安全启动即可
已加密的盘可以
CMD
取消加密:
manage-bde -off c:
查看状态:
manage-bde -status
Powershell
Disable-BitLocker -MountPoint c:
注册表禁用
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BitLocker]
"PreventDeviceEncryption"=dword:00000001
应答文件(安装时)
修改企业标准化映像的应答文件(Unattend.xml),添加 “Microsoft-Windows-SecureStartup-FilterDriver” 组件,并将 “PreventDeviceEncryption” 设置为 “true”。注意:该组件支持 offlineServing、specialize、auditSystem 和 oobeSystem 阶段。