I have a WD My Book (3TB storage, USB 3), and just like many other enthusiast owners of this external drive, I'm trying to get rid of their crapware.
Whenever I plug this device into a computer, there is a virtual CD unit that pops up called "WD Unlocker", and I'm trying to remove it physically, instead of just hiding it (I found many guides on this, and by the way none of them worked).
Steps I followed so far:
- under OS X, I tried to initialize the physical drive several times with Apple's Disk Utility. I also tried to change from MBR to GUID and vice-versa with no success.
- with Windows 10, I tried removing all partitions from the physical drive with the built-in Disk Manager and some other tools like EaseUS Partition Master. Obviously none of them worked.
- frustration began to rise. I started Google-ing like crazy.
- again, I wasted some time with OS X and some built-in command-line tools (which I guess are just the command-line counterpart of the Disk Utility app).
- I hugged my cat and cried.
- with Windows, I launched HP USB Disk Storage Format Tool, as somebody has claimed it to have had success, but I ended up with a "Device media is write-protected" error. I opened Microsoft's System Registry utility to force-allow write on the protected media, and just when I was about to start partying, I realized I failed once again.
- sacrificed a lamb.
- I connected that evil drive to my Ubuntu Server 14.04. I tried with both
fdiskandparted, but I may have done something wrong. - browsed to SuperUser.
One strange thing I noticed is that even when the drive is unmounted, I have the option to mount separately the virtual CD and the drive itself. I have no experience with partitioned external drives, so I know not if this could suggest that they are actually two separate physical units (something "hacked" in the SATA-to-USB controller, maybe?) or it is just me unable to properly erase the hard drive and forget about that damn VCD.
713 Answers
To uninstall WD Unlocker, you would need to have WD Security installed.
Connect your hard drive that you want to remove WD unlocker from.
Double click on WD security and and a box for ""Edit Security Setting" will pop-up.
There is an option for "Remove Password", if it is not already selected, select it.
Put in your password and click "Update Security Setting."
A box will pop-up that says "Your Password Has Been Removed." And WD Unlocker should be completely removed.
For Mac OS X:
Removing physically is fairly cumbersome and apparently only doable in Linux. The following script is so fast you never see it appear.
If there were a security module that could refuse mounts based on various criteria, you could presumably hook into that. I don't know enough about that level of Mac OS X innards.
- Open Automator
- Create a new job based on "Folder Action"
- Set Folder Action receive source to "Other..."
- In the File Chooser Dialog, press Cmd-Shift-G and type
/Volumes/ - Choose Actions → Utilities → Run Shell Script in the UI
- Enter the code:
if [[ -d "/Volumes/WD Unlocker" ]]; then hdiutil unmount -force "/Volumes/WD Unlocker"
fias the script
Enter the wrong password five times - the option to erase drive will pop-up - all WD software will be removed and will not bother you again. It will erase the disk - so back-up its contents first ....
1Rightly or wrongly, I blindly trusted a random blog I had read which directed me to a utility available online:
I ran the executable called HPUSBFW.EXE, and targeted my mounted and unlocked WD drive location.
When it completed, I ejected my WD device and plugged in again. Only 50% of the available volume seemed to be present, but it was unlocked.
After this point I was able to use Windows Disk Management tools to resize my partition.
I've updated to latest firmware and WD Unlocker was gone
1As pointed out in this reddit post, the Western Digital My Passport drives contain firmware that prevents you from ever erasing or rewriting the VCD partition that contains the WD Unlocker app. As pointed out here, you might be able to use the WD Smartware tool to hide the WD Unlocker from poping up in your OS when you plug in the drive, but you can not remove it.
The VCD is built into the SATA to USB adapter and is a physical chip on the PCB...doing anything in software will not delete the partition as that's how the controller was designed. If you removed the HD from the enclosure and connected it directly to your motherboard
I had a win10 PC, but my WD-passport was a 5 years old version, I run the default WD security, it could not find any drive! I check my version then realized my version support up to win 7. So I did the following...
Go to WD website download the latest WD security app (updated to support WIN10), unzip and install it, restart PC, run as administrator, choose remove passwords(click password hint to remind me the password), enter the password, click proceed at the bottom of the screen. (I had both WD-HDD connected and unlocked at all time)
That's it.
- take the drive to another PC, the unlocker icon is gone!
- plug back to original PC, restart, unlocker icon is gone!
It worked in my case, I hope these info help.
Peter
Install WD Drive Utilities (available for Windows / Mac) to wipe out WD Unlocker included All Data for My Passport Ultra.
Please backup My Passport Ultra data if necessary before formatting the drive.
Refer download link
Download WD Drove Utilities and install the application Plug in the USB drive Run WD Drive Utilities and select "Drive Erase" Select NTFS / exFat format Checked the box, "I understand, ..." Click Erase Drive and that's all
Hope this helps!
1For Windows 10 use DISKPART and clean the disk. Done
I had multiple WD drives with the same issue.
- DISKPART - Fails
- Windows 10 Disk utilities - Fails
- Update Firmware - Unavailable
Solution:
- Install WD Security for Windows.
- Use the 'Remove Password' option within the utility
- Removed drive safely from Windows. Reconnected Drive.
- Single drive now visible in windows without Unlocker partition.
- Even the stored data was available on the drive. Although I wouldn't recommend relying on that for essential data.
I did have the password for the drive so not sure of operation if that is unknown or forgotten.
This applied to several older WD drives
- WDBAAE5000ASL-00 WD My Passport Studio
- WDBACX0010BBK-00 WD My Passport Essentials
- WDBACX0010BBK-00 WD My Passport Essentials
I had the same problem.
What I did was to disable the WD Virtual CD Drive that has the WD Unlocker. Just right hand click on the WD Virtual CD Drive in windows explorer, click on Properties, go to Hardware, click on the WD Virtual CD Drive and Disable Device.
Now only the full drive appears and no more WD Unlocker!!!
Hope that helps
This is on MacOS 14.6 Mojave, with a 4TB MyPassport bought in may 2020. As reported by Alex, I can't remember the WD Unlock partition showing up "out of the box": I started by using the drive after reformating it to HFS+ with Drive utility, and there was a single partition there, nothing fishy.
It is only after giving the WD utilities a try, and setting up a password, that the WD Unlocker icon started showing up. It turned out that the password-protected drive doesn't wake correctly from sleep and couldn't be accessed through the LAN, so I wanted to remove the password. The software is buggy but I finally managed, and also removed all WD software. The WD Unlock partition however remained there, and remounted immediately each time I Ejected (cmd-E) or dragged it to the garbage.
However, through Disk Utility, when you Eject the WD Unlocker volume (not the WD Virtual CD device), it disappears - until the next system reboot. I can live with that.