Yellow Exclamation Point On My Drive

Here’s a quick post in case anyone else notices a yellow exclamation point on a volume in “My Computer” after installing the fall update (1511 build 10586) for Windows 10.

YellowExcalmation

I did this install on a Surface 3 and it failed a couple of time hanging around 40% complete until I found this link on the Microsoft Answers Forum, that explains an issue installing the update if you have an SD card installed. I did and had to cancel the update a few times, which might be why I had the yellow exclamation point in the first place.

The cause is the drive encryption (BitLocker) which is turned off. BitLocker is used to encrypt the hard drive of the Surface and is on by default. I assume it needed to be turned off during the update and since mine failed a few times, was not turned back on. On a Surface 3, you can’t manage BitLocker settings in Control Panel, because the device comes with Windows 10 Home. So the way to manage this is from a PowerShell prompt.

  1. In the Cortana search box, type PowerShell
  2. Right-click on PowerShell and select “Run as Administrator

    The following will open

    ps1

  3. Type the following Get-BitLockerVolume

    A list of BitLocker volumes will be displayed

    ps2

    Notice the “Protection Status” is off. We want to turn this back on.

  4. Type the following Resume-BitLocker -MountPoint “C:” (or what ever volume mount point you have listed)

    ps3

That’s it. The “Protection Status” is now set to “On“. Open up “My computer” and there should be no more yellow exclamation point.

NoYellowExcalmation

Advertisement

, ,

  1. #1 by Luke on August 20, 2018 - 10:53 AM

    what if there is 100% encryption on the drive, AutoUnlock – false, Protection Status – OFF.
    I moved this drive from another computer and i see there this yellow exclamation mark. In Bit Locker manager it says “Pending Activation”.
    I did follow steps to re-enable it with power shell and it poped message in red that says:
    “Resume-BitLocker : At least one secure key protector is required for this operation to be performed. (Exception from
    HRESULT: 0x80310007)
    At line:1 char:1
    + Resume-BitLocker -MountPoint “F”
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (:) [Write-Error], COMException
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Resume-BitLocker”

    In original computer it wouldn’t detect hard drive, so i moved to another machine. Do i Need original computer where drive was installed to have it unlocked?

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: