컴퓨터에 하드 드라이브 암호가 있는지 어떻게 알 수 있습니까?
아래 가이드에서는 Dell 컴퓨터에 설치된 Dell Command 소프트웨어를 사용하여 이 작업을 수행하는 방법을 설명합니다.
키를 함께 눌러 고급 사용자 메뉴를 엽니다. 옵션 목록에서 Command Prompt with Admin을 선택합니다.
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>
설치 기반 전체에서 확인할 때 이러한 툴의 응답을 스크립트에 포함하여 하드 드라이브 암호가 있는지 확인할 수 있습니다.