1

I am using a Alienware mx14 and am unable to eject the hard disc from my laptop .

I have tried to right click and eject but i get the following error message :

enter image description here

I have tried the following from solution but it does it work also.

Is there any other way to eject my disc ???

Computernerd
  • 1,017

3 Answers3

2

Try to eject using a pin on the pinhole of your DVD drive. It should be somewhere near/around the eject button. Insert the pin and push to eject.

Always worked till permanent fix provided.

1

Look closely and see if there is a pinhole button next to your drive. If there is stick a pin down there and push it in to eject.

If not, you could boot onto another operating system like Ubuntu and eject from there.

Hope that this helps!

Questionmark
  • 451
  • 1
  • 4
  • 18
1

Insert this code into a notepad text file and name it "openDiscDrives.vbs"

For Each d in CreateObject("Scripting.FileSystemObject").Drives
WScript.sleep 60
if d.DriveType = 4 then
    CreateObject("Shell.Application").Namespace(17).ParseName(d.DriveLetter & ":\").InvokeVerb("Eject")
end if
next

Then double click this file, if all your CD/DVD drives don't open then Windows has an issue referring to your drive for some reason, update windows. If this does not work, try re installing your DVD Drive drivers, if that fails then you MAY want to re-install windows.

If it fails after that, you will need to talk to the customer support for your Laptop Manufacturer.