BitLocker is a displace encryption utility that comes pre-installed alongside Windows 10. It is useful inwards keeping of import files away from the intruders. This is done past times using a Password, or diverse other authentication methods. New files tend to endure automatically encrypted when they are added to the encrypted drive. But if you lot re-create a file from an encrypted displace to a decrypted file, it volition past times default endure decrypted. In this article, nosotros volition endure checking how to banking corporation fit the condition of BitLocker Drive Encryption for Drives on Windows 10. We volition endure using the Command Prompt together with PowerShell ascendency draw utilities.
Check BitLocker Drive Encryption condition for Drive
We volition endure doing this draw of piece of job using 2 methods. They are-
- Using the Windows Command Prompt.
- Using Windows PowerShell.
1] Using the Windows Command Prompt
Open Command Prompt past times searching for cmd in the search box.
Now type inwards the next ascendency together with hitting Enter:
manage-bde -status
This volition demo the Status of all the drives irrespective of it beingness encrypted or decrypted.
But if you lot want to banking corporation fit the condition for a specific drive, you lot tin execute this command:
manage-bde -status <Drive Letter>:
You volition run into a Protection On/Off message.
2] Using Windows PowerShell
Open Windows PowerShell past times searching for PowerShell in the search box.
Now type inwards the next ascendency together with hitting Enter:
Get-BitLockerVolume
This volition demo the condition of all the drives irrespective of it beingness encrypted or decrypted.
But if you lot want to banking corporation fit the condition for a specific drive, you lot tin larn into this command,
Get-BitLockerVolume -MountPoint "<Drive Letter>:"
You volition run into the condition nether VolumeStatus.
Alternatively, you lot tin stance the condition inwards the Control Panel equally well.
Source: https://www.thewindowsclub.com/
comment 0 Comments
more_vert