Omitir para ir al contenido principal
  • Hacer pedidos rápida y fácilmente
  • Ver pedidos y realizar seguimiento al estado del envío
  • Cree y acceda a una lista de sus productos
Es posible que algunos números de artículo hayan cambiado. Si esto no es lo que está buscando, intente buscar todos los artículos. Buscar artículos

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

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

Este artículo se aplica a   Este artículo no se aplica a 

Síntomas


 

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


Causa

Not Applicable.

Resolución

 

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


Productos afectados

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