同时按 键打开超级用户菜单。从选项列表中选择命令提示符(管理员)。
PS C:\temp> (dir dellsmbios:\security\hddinfo | select -ExpandProperty currentvalue).PwdProtected
No
PS C:\temp>
C:\Program Files (x86)\Dell\Command Configure\X86_64>cctk --hddinfo
HDD Information in the current system.
--------------------------------------------
Index : 0
HDD Name: Internal- SN: W3N0FRH7
Present: Yes
Pwd-Protected: No
Pending-Restart: No
Admin-only-change: No
-------------------------------------------
(存在硬盘密码)
C:\dell\DCC\X86_64>cctk --hddpwd=
The HDD 0 is password protected. Provide the password.
C:\dell\DCC\X86_64>
(不存在硬盘密码)
C:\dell\DCC\x86_64>cctk --hddpwd=
HDD password cannot be cleared as the HDD is not password protected.
C:\dell\DCC\X86_64>
检查您的客户群时,您可以将这些工具的响应包括到脚本中,以检查是否存在硬盘密码。