I need to remove the cd/dvd to dv9610, but the video instructions indicate a nonexistent screw

Everything indicates that I have a bed, cd/dvd or something is not to take the right.  Video for the replacement of cd/dvd shows a screw near the memory access cover - well I have thing for this, IT is so SMALL AND DARK!  Anywhere else on the line indicating how to take the stupid thing without dissassembling down to the keyboard?

And I just found a post showing the manual showing the location thank you

Tags: Notebooks

Similar Questions

  • I need to remove the uneeded files: Purenetworks and PCFix. But I get: not deletenmrsrc.dll: access denied make sure the disk is not full or write protected and that the file is not in use.

    Original title: remove unnecessary files

    I need to remove the uneeded files: Purenetworks and PCFix. But I get: not deletenmrsrc.dll: access denied make sure the disk is not full or write protected and that the file is not in use.

    Ditto for PCFIX.exe.

    How can I remove these and clean unnecessary files? Thank you.

    Hello

    1. how exactly you are trying to remove it?
    2 have you connected the administrator account?

    Step 1: Check if the problem persists in the clean boot state.

    From your computer by using a minimal set of drivers and startup programs so that you can determine if a background program is interfering with your game or program. This type of boot is known as a "clean boot".

    Reference:

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:

    1. click on start and then click Run.

    2. type msconfig and click OK.

    The System Configuration Utility dialog box appears.

    3. click on the tab general, click Normal Startup - load all services and device drivers and then click OK.

    4. When prompted, click on restart to restart the computer.

    Step 2: Take possession of these program at the following location folder, and then check the issue. C:\Program Files\ 

    Reference: How is ownership of a file or a folder in Windows XP

  • I need to remove the old version of windows easy transfer to install a new... How can I do this

    I recently got a new laptop and I need to transfer my files to my computer windows vista to windows 7, but I need to remove the transfer windows easy off vista to install the new Windows 7... How can I do this. its driving me crazy

    You cannot remove the Windows program like that... Windows 7 easy transfer to restore.

  • I need to remove the program files o to send to:

    original title:?

    I need to remove the program files o to send to:

    I need to remove the program files o to send to:

    You want to remove entries from the right-click send to menu?

    If so, click on the round of Windows (start), type shell: sendto and hit enter. To remove a shortcut, right-click and choose Remove.

  • account users: I need to remove the old user accounts

    I need to remove the old user accounts

    http://www.Vistax64.com/tutorials/93026-user-account-delete.html

    Read the tutorial above.

    http://www.tech-recipes.com/Rx/2054/vista_how_to_delete_user_account/

    And meanings, too.

    The information above should solve the problem for you.

    See you soon.

    Mick Murphy - Microsoft partner

  • you need to remove the license from computer to move to another PC.

    you need to remove the license from computer to move to another PC.

    It is all the information that I have and you can get on the product. I don't know when and who has been sold, or whose key is. Asked me to pass the software of an older laptop to a new laptop.

    Good luck with that.  Without a legitimate serial number, you're stuck.

    Download the Pro or Standard of X, XI or Acrobat DC versions

    Nancy O.

  • I have a text field. I need to remove the first 8 characters of the field, leaving the remaining characters. Help?

    I have a text field. I need to remove the first 8 characters of the field, leaving the remaining characters. Help?

    Example:

    Text Example.JPG

    I need to remove these numbers PXXXXXX. Leaving the other characters.

    Thank you

    Bob

    A normal 'substring' is what you're looking for.

    For a formula of the column in the response criteria tab:

    SUBSTRING ("YourPresTable". "YourPresColumn" OF 9)

    To make the RPD and the workload of shipping off the coast to the database rather than forcing the work on the server of the OBI or presentation:

    Substring ("01 - Sample App Data (ORCL)" ".." ") "" "BISAMPLE '." " D10 product (dynamic table)". ("' Prod_Dsc ' 9)

  • Need to remove the spaces between each words

    Hi guys,.

    I need to remove the spaces between each word. I'm doing this because I want to compare a column with a value.

    For ex: named - description "Negotiate APR - current balance" should be replaced by "NegotiateAPR-currentbalance.

    All can help me out here to achieve. Your timely help is well appreciated.

    Thanks in advance.

    WITH t AS (SELECT '"Negotiate APR - current balance"' str FROM DUAL)
    SELECT REPLACE (str, ' ') str
      FROM t;
    

    gives: "NegotiateAPR-currentbalance.

    Is that what you want...? If this isn't the case, please give some examples.

    See you soon,.

    Manik.

  • PowerCLI Remove-NetworkAdapter questions - need to remove the single card

    I need to remove a single adapter via PowerCLI:

    "Get-NetworkAdapter - VM myvm" returns:

    Name Type NetworkName MacAddress WakeOnLan
    Activated
    ----                 ----       -----------  ----------         ---------
    Network adapter 1 e1000 VM Network 00:50:56:09:09:09 False
    Network adapter 2 e1000 VM Network 00:50:56:01:08:07 False

    I want to only remove the NIC 2, so I tried:

    "Remove-NetworkAdapter - networkadapter"Network adapter 2"which returns:

    Remove-NetworkAdapter: cannot bind parameter "NetworkAdapter". Could not be converted
    the value of 'Network adapter 2' to type 'System.String' to type 'VMware.VimAutoma '.
    tion.ViCore.Types.V1.VirtualDevice.NetworkAdapter ".
    On line: 1 char: 38
    + delete-NIC - NIC < < < < '2 network adapter.
    + CategoryInfo: InvalidArgument: (:)) [delete-NetworkAdapter], Pa)
    rameterBindingException
    + FullyQualifiedErrorId: CannotConvertArgumentNoMessage, VMware.VimAutomat
    ion.ViCore.Cmdlets.Commands.RemoveNetworkAdapter

    So I tried:

    $network = get-networkadapter VM - myvm

    Remove-NIC - NIC $network

    Who wants to delete the two network adapters:

    Confirm
    Are you sure you want to perform this action?
    Operation 'Remove network adapter' target 'NIC 1,
    NIC 2 ".

    So I tried

    $network = get-networkadapter VM - myvm

    Remove-NetworkAdapter NetworkAdapter - $network.networkadapter [2]

    Which returns:

    Cannot perform indexing in a null table.
    At line: 1 char: 63
    + delete-networkadapter networkadapter - $network.networkadapter [< < < < 2]
    + CategoryInfo: InvalidOperation: (2:Int32)], RuntimeException
    + FullyQualifiedErrorId: NullArray

    So, what don't get me?  I need to remove the 2 network adapter only.

    Any help would be greatly appreciated.

    -stephen

    You can do

    Get-NetworkAdapter VM - myvm | where {$_.} Name - eq 'Network adapter 2'} | Remove-NIC

    Note that a table of PS starts indexing at 0.

    If your last attempt should be

    $network = get-networkadapter VM - myvm

    Remove-NetworkAdapter NetworkAdapter - $network.networkadapter [1]

  • Remove the video tags?

    I downloaded a few vintage movies - some have video tags, that some do not

    I order them all by using the file name
    WMP12 ordered them to Tag the video (if they have one) or name of file if they are not
    Tried to delete the video tags that I thought was a success, but they reappear whenever I reset the wmp database, reinstall windows, or access it from another PC = its not to delete the actual file tags, only from the WMP database
    Anyone know how to remove the video tags perminently
    Even better if I can delete them "mass"

    No, tags are stored in the file itself.  WMP can change its local database, but you will lose those changes whenever you reset (so do not reset there is a response).  But to strip out of the file itself, you'll need a program that can edit videos.

  • Change the orientation of the mouse. Click the apple icon, and then select check box on the left. However, this box is covered by a video on the use of the mouse. How to remove the video?

    Change the orientation of the mouse.  Click the apple icon. System Preferences; OK to this point; the area to select 'Left hand' is covered by a video on the use of mouse clicks. How can I remove the video (s) so I can't select 'Left hand' in the box?

    System Preferences > mouse, and then select the tab more moves.

    Then on the left, select: slide between pages

    Click scroll left or right with one finger , and then make your choice.

    You cannot delete the video. This is a demonstration.

  • Need to remove the old account from creating new a new Internet service provider. TB31.

    New VAC .the see my old address 'Reply', forward, & "write". -Usually very inconvenient. -You should be able to remove the old according to that ISP no longer exists.

    Do you need to delete the emails too?

    If you delete your account

    • Go to Edition-> properties, then select the account. Then click Action account at the left bottom of the active window and delete your account.

    If you remove the only shipping address, then delete the SMTP Protocol

    • Go to Edition-> properties and select the Server (SMTP) "outgoing" > choose one you need to remove.

    By default, you can't remove them, if you want to remove the default value, and then create new SMTP and make default and remove the old SMTP

  • need to remove the bar tabs total

    The toolbar of the tab continues to display everytime I open FF or if I open another Web site. This inconvenience does not occur. I tried all the settings and the proposals without success. A FF restarted several times and nothing removes the tab bar. Of course, you have a bug that you need to fix. Using FF 22 and Windows XP SP3 version.

    You can't eliminate the tab bar. Firefox will still open the tab bar if there are several tabs.

    You run Firefox in mode full screen (press F11 to toggle)?

    You can attach a screenshot?

    Use a type of compressed as PNG or JPG image to save the screenshot.

  • FRUSTRRATED. you will need to remove the Yahoo toolbar, remove BING and switch back to Google, open new windows in windows separte NOT tabs. Help, please!

    1. I didn't want Yahoo toolbar, but I can't get rid of it!
    2 need to change the new opening of the tabs in a single window several glass separte windows.
    3. somehow, BING has become my default page. How to return to GOOGLE?

    I also use the 3.6.19 version and do NOT want to upgrade to the new version of terrible. Please help thanks 3.6

    In the search bar, click on the little arrow, scroll down and choose "Manage search engines".

    In the menu next, click on Bing , highlight it, and then click Remove.

    If this answers your question, please click the button solved next to this post after logging in to the forum. This will help others looking for a solution to the same thing.

    Thank you.

  • Need to remove the ConfigFree to install Vista

    My computer PSP AOE. When I run Vista upgrade advice before installing vista it says ConfigFree not compatible and must be uninstalled before the installation of Vista.

    But when I click on remove what it will not uninstall, instead I get. "InstallShield (R) Setup Launcher has encountered a problem and needs to close".

    Help!

    Reinstall the ConfigFree, restart the laptop, go back on add it & remove programs and remove the ConfigFree application.

Maybe you are looking for

  • In the new version of Firefox 29.0.1 removed the ability to move the right side navigation buttons. Restored version of Firefox 28.

    I always work hard and with Firefox. My customization assuming that it is transferred always organize buttons back and forward in the navigation bar on the right side which was convenient for a quick job. In the new version of Firefox 29.0.1 deleted

  • Presario C551NR (C500) Downgrade from Vista to XP Pro

    Hello I have a Presario C551NR comes with Vista Home Basic I want to install XP Pro on.  I saw the (excellent) CherylG article, but the C500 series is not expressly mentioned in his post.  Well, I want to do everything necessary to make the change, b

  • Is required for HP elitebook 8440p base system device?

    I just bought this laptop on ebay. its working fine, but I just noticed on the computer told me I need to troubleshoot the computer. After I troubleshoot the computer it says that this base system device is missing. I don't know if I should try to fi

  • IMPLEMENT A REDUNDANCY OF TMS

    I am configuring TMS 15.1 redundancy VM server to a different location other then the main server... It's about 2 clicks on the road. The only document of redundancy I found was the redundancy of CISCO's MSDS for 13.2 Guide?  Is there a newer version

  • Upgrade ram HP ProBook

    I need to spend at least 6 GB of ram on my 4 GB of ram so I'll be able to add ram of 2 GB or 4 GB of ram, or I have to look for a 6 GB of ram and 8 GB of ram. Please add a link/s where I can buy a new ram to add or replace my 4 GB of ram for the 4445