跳转至主要内容
  • 快速、轻松地下订单
  • 查看订单并跟踪您的发货状态
  • 创建并访问您的产品列表
某些文章编号可能已更改。如果这不是您要查找的内容,请尝试搜索所有文章。搜索文章

Dell Command Software: Checking if the HDD Password is Present with Dell Tools

摘要: The following article will take you through checking for Hard Disk Drive (hard drive) password present using the Dell Command software.

本文适用于   本文不适用于 

症状


 

How can I tell if the hard drive has a password using Dell tools?

 

How can you tell if your computer has a hard drive password present?

The guide below will take you through how to do this using the Dell Command Software installed on your Dell computer.


Back to Top


原因

Not Applicable.

解决方案

 

A guide to checking hard drive Password using the Dell Command Software

 

Note: You cannot find out about hard drive password presence using Dell Command | Monitor (OMCI), but several other Dell Command tools will help identify this.

How to open a Command Prompt

Press the <Windows + X> keys together to open the power user menu. Select Command Prompt with Admin from the list of options.

Dell Command | PowerShell Provider:

PS C:\temp> (dir dellsmbios:\security\hddinfo | select -ExpandProperty currentvalue).PwdProtected
No

PS C:\temp>

Dell Command | Configure (CCTK) #1:

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
-------------------------------------------

Dell Command | Configure (CCTK) #2:

(Hard drive Password is present)

C:\dell\DCC\X86_64>cctk --hddpwd=
The HDD 0 is password protected. Provide the password.

C:\dell\DCC\X86_64>

(No hard drive Password is present)

C:\dell\DCC\x86_64>cctk --hddpwd=
HDD password cannot be cleared as the HDD is not password protected.

C:\dell\DCC\X86_64>

When checking across your install base, you can include the response from these tools into scripts to check for the presence of a hard drive password.


Back to Top


受影响的产品

Inspiron, Latitude, Vostro, XPS, Fixed Workstations, Dell Command | Configure, Dell Command | Powershell Provider