24.10.2019
Posted by 
  1. How To Remove Wd Unlocker On My Book
  2. Remove Wd Unlocker From Passport

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. How to set up fallout 4 for mods. sacrificed a lamb. I connected that evil drive to my Ubuntu Server 14.04.

How To Remove Wd Unlocker

How To Remove Wd Unlocker On My Book

Dec 29, 2014  Unfortunately, if the OP has really forgot his/her password, the only way to unlock that external WD Passport would be to format it and lose the data. The password protection on the drive is there to prevent people from accessing your drive, redbart! Mar 28, 2018 - Open the WD Security application you just installed. Choose the 'Remove Password' radio button, and enter the drive's password in the.

I tried with both fdisk and parted, 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. 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/.

Remove Wd Unlocker From Passport

Choose Actions → Utilities → Run Shell Script in the UI. Enter the code:if -d '/Volumes/WD Unlocker' ; thenhdiutil unmount -force '/Volumes/WD Unlocker'fias the script.Save the script.Tolerate the toothy gap.