How Do I Keep My MBP From Working As Long As Possible

Hi,
I had a PowerBook G3 from Apple a long time ago. And the battary went out of work after I had the laptop for 3 years. And other parts of the PowerBook G3 like the hard disk and power supplier also went bad.
Now I'm purchasing a new MacBook Pro, how do I keep the parts of my laptop not from out working? (like for the battery, do I keep it connected while I'm using my MBP at home?)
Thanks.

how do I keep the parts of my laptop not from out working?
Aside from the battery, there is nothing specific you can do. Technology is not perfect, and can fail at any time.

Similar Messages

  • How I can keep my MBP nice and speedy?

    I finally jumped out of my Windows and into a Mac. I have used a Macbook at work for 3 years with very little trouble. I am an educator who lost my job right after I invested in a Macbook Pro and it seems to FREEZE UP frequently. I have seen the "spinning rainbow wheel of death" more times than I can recall. I have had the machine exactly 1 month.
    Someone mentioned to me that it may be my Office 2008; the scripts don't seem to play nicely. I am at a loss. I invested in this because I wanted less drama than my "Dell from ****."
    Does anyone have any suggestions for how I can keep my MBP nice and speedy?
    Is there a limit to how many applications I should have on the dock?
    Should I keep everything off of the desktop?
    I am also a web developer and I have been using:
    adobe CS4 web suite.
    Captivate
    Second Life
    Firefox (With many plug-ins)
    MAMP Pro
    ITUNES
    Office 2008
    Imovie
    Frequently.
    I don't turn it off everyday.
    My system is as follows:
    Model Name: MacBook Pro
    Model Identifier: MacBookPro6,2
    Processor Name: Intel Core i5
    Processor Speed: 2.53 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache (per core): 256 KB
    L3 Cache: 3 MB
    Memory: 4 GB
    Processor Interconnect Speed: 4.8 GT/s
    Maybe I can get some pointers to minimize this drama, so before I start screaming at Apple, I thought that I would check with my peers in this wonderful online community.
    I am open to technical advice and personal philosophy.
    Thank you for your help in advance!
    jd

    Get Onyx. It has some automated scripts that keep your mac's performance really good.
    Personally, I'd try using Onyx, if that doesn't help, just put your Ma OSX Install DVD inside, boot from it and install the OS again. All files and settings will be left intact (don't forget to update your system after installing it).
    Make sure you have the latest Office version installed, as earlier versions are known to disable some system tasks, therefore making OSX unstable.

  • How can I keep my child from UNBLOCKING contacts or numbers I have blocked? I know in restrictions when you disable account changes at least on ios 6,this greyed out the iMessage button so the kids couldn't deactivate their text feature.

    Here's the issue.  Kids got themselves into some trouble on iPods.  We set all restrictions any turned off iMessage etc, which I noticed they can't turn back on bc it's gray with the don't allow account changes set.  BUT, it still allows Wi-Fi to be turned on and off!  How can I disable them being able to turn that on wo asking me??  In ios 7, the blocking feature, fabulous, BUT, how can I keep the kids from UNBLOCKING numbers I have blocked?  What I am looking to do actually is allow my kids to be able to text family but block everyone else.  And ask me to turn on wi fi.  How and can this even be done?  Right now my d text is turned off completely.  And she knows the inside and out of her device so she can turn wi fi on herself.  On vacation she entered the wi fi code of our condo and so I did forget network, which didn't work and wi fi kept connecting anyway wo requiring password again!  HELP!  Thanks :)  Also, they have iPods now but am asking these questions based on them getting our 4s's with ios 7.

    TeresaBoo, I empathize with your dilemma and have a similar problem. I'm trying desperately to keep my teenage daughter away from a controlling and abusive boyfriend. Of course, she is in denial and thinks it's love. Sure, I can block text messages through our wireless provider, but iMessages run on an independent network. I can block a phone number from iMessaging on her phone, but she can unblock it just as easily. I wish there was some way for parents to create a password to protect settings. Don't let negative comments get you down. Honestly, if someone can't relate to your question or offer help, why are they even bothering to comment??

  • Re: How do I keep an application from being started morethan once?

    Here are some quick ideas. None of them should be too hard to implement,
    although each has some drawbacks.
    1. Have a login server track who is logged on, and if there is already a
    logon for a given user or a given machine, then deny the application
    startup. The nice thing about this is that a user will not be able to have
    multiple logins even by going to another machine. Then again, this may not
    be so nice, and you also get a possible single point of failure on the
    login server for which you will have to prepare.
    2. Drop to the operating system, and get a list of processes for the client
    machine. If the name of one of them matches the name of application that
    is being run, then deny startup. This avoids a network hit, but requires
    some OS specific code. Also, a clever user could change the name of an
    executable to get around this. Note that a user could have another login
    on another machine.
    3. Write to a file on the local machine. You can hide the file in some
    suitable place, and can also scramble some information so that a user
    cannot get around having this file present by reading from the file at
    startup and then writing to it. Based on the state of your application,
    the file will have some scrambled information indicating if an instance of
    an application can be started. If you retain the write lock (i.e. do not
    close) the file for the duration of the application, you increase your
    security at the risk of a confused user if the application gets terminated
    without releasing the lock. Depending on the OS where the client will run,
    this could be an issue. If you like this option, perform some experiments
    first on all configurations of an example client machine to determine the
    behavior. Again, this only works to prevent an extra login on a single
    machine, not system wide.
    If you are not concerned about your users hacking around too much and don't
    care about a login on another machine, I would opt for some version of
    number 3. Otherwise, I would venture number 1.
    Regards
    CSB
    At 07:47 AM 2/18/98 -0500, Martin G Nystrom wrote:
    A user can launch an application, then launch it again. How do we make it so
    that the user can only run one instance of the application?
    Martin Nystrom
    Eli Lilly and Company
    ([email protected])
    Curtis Bragdon, Senior Consultant, Forte Software
    [email protected]
    Voice Mail: (510) 986-3807
    Paging: (888) 687-6723
    "I've seen dozens of triggering towns." - Richard Hugo

    Yet another quick and dirty solution is to use local ExternalConnections.
    This is a single instance per machine solution.
    Example is attached.
    (See attached file: TestOne.pex)
    [email protected] on 02/18/98 10:01:07 PM
    Please respond to [email protected]
    To: [email protected]
    cc: [email protected]
    Subject: Re: How do I keep an application from being started more than
    once?
    Martin,
    there are two ways to read your question
    (a) no more than one instance of an application per machine
    (b) no more than one instance of an application per "user"
    now if a user has only one machine, and your system has "userids" and you
    only want
    one active "session" per "user" then the distinction is irrelevant.
    However, many systems
    let people share logins, so a token based thing enforcing one login will be
    problematic.
    The downside of #1 approach suggested by Curtis happens when a machine gets
    hosed without "logging" the user off the security system, then they can't
    get in until their ticket expires or a sysadmin gets involved. Should be
    manageable, however. But this enforces one application
    instance per user, unless you check both for the presence of an active
    token for that user as well as the presence of a token tied to that
    particular node name. Otherwise there is nothing to prevent the same user
    from launching the app again and logging in as a different user. This is
    definitely the best approach of the bunch, and can be adapted for either
    (a) or (b).
    Suggestion # 2 won't work unless the application is built as a compiled
    client,
    since the process name will be 'ftexec' and not the "name" of the
    application. And it doesn't
    prevent a user from launching the app from a different machine (or people
    sharing logins). So again it depends on what you are trying to achieve.
    #3 also only prevents multiple instances per machine, not necessarily by
    user. Of course
    most people don't have multiple machines. The point is that you may be
    trying to
    prevent your users from sharing logins. In which case the file thing won't
    do it.
    Some other ideas:
    1. You could, however, enforce one application per machine using the
    installed partition agent's ExecutingPartition instrument name. As long as
    the user doesn't run the app in a different environment, you can have the
    app check at startup time if there is another
    ActivePartition running under the same InstalledPartition name.
    (ActivePartitions are child agents
    of InstalledPartitions).
    2. use the ObjectLocationManager and bind a simple object into the naming
    system using a naming scheme such as
    /MyApplication/MyNode or
    /MyApplication/MyUserId
    the presence of either one would indicate that another instance of that
    application is running on either that machine or that user. Of course
    these have to be cleaned out, and subject to similar downside as
    alternative #1. So you'd essentially be using the forte naming system as a
    distributed lock manager (ouch).
    3. Have the application remove the shortcut to launch it upon startup, and
    recreate it when it is finished, or move it to a hidden place. There it
    is - the worst idea I've ever come up with. Don't
    do this!
    Regards,
    John
    From: Curtis Bragdon <[email protected]>
    Date: Wed, 18 Feb 1998 16:36:58 -0500
    Subject: Re: How do I keep an application from being started more than
    once?
    Here are some quick ideas. None of them should be too hard to implement,
    although each has some drawbacks.
    1. Have a login server track who is logged on, and if there is already a
    logon for a given user or a given machine, then deny the application
    startup. The nice thing about this is that a user will not be able to have
    multiple logins even by going to another machine. Then again, this may not
    be so nice, and you also get a possible single point of failure on the
    login server for which you will have to prepare.
    2. Drop to the operating system, and get a list of processes for the client
    machine. If the name of one of them matches the name of application that
    is being run, then deny startup. This avoids a network hit, but requires
    some OS specific code. Also, a clever user could change the name of an
    executable to get around this. Note that a user could have another login
    on another machine.
    3. Write to a file on the local machine. You can hide the file in some
    suitable place, and can also scramble some information so that a user
    cannot get around having this file present by reading from the file at
    startup and then writing to it. Based on the state of your application,
    the file will have some scrambled information indicating if an instance of
    an application can be started. If you retain the write lock (i.e. do not
    close) the file for the duration of the application, you increase your
    security at the risk of a confused user if the application gets terminated
    without releasing the lock. Depending on the OS where the client will run,
    this could be an issue. If you like this option, perform some experiments
    first on all configurations of an example client machine to determine the
    behavior. Again, this only works to prevent an extra login on a single
    machine, not system wide.
    If you are not concerned about your users hacking around too much and don't
    care about a login on another machine, I would opt for some version of
    number 3. Otherwise, I would venture number 1.
    Regards
    CSB
    At 07:47 AM 2/18/98 -0500, Martin G Nystrom wrote:
    A user can launch an application, then launch it again. How do we make itso
    that the user can only run one instance of the application?
    Martin Nystrom
    Eli Lilly and Company
    ([email protected])
    Curtis Bragdon, Senior Consultant, Forte Software
    [email protected]
    Voice Mail: (510) 986-3807
    Paging: (888) 687-6723
    "I've seen dozens of triggering towns." - Richard Hugo
    John Jamison
    Vice President of Technology
    Sage IT Partners, Inc.
    415 392 7243 x 306
    [email protected]

  • How do I keep my music from stopping when my ipad autolocks?

    How do I keep my music from stopping when I close my ipad or it autolocks?

    My wife has the same problem. I believe I found the solution. Activate "do not disturb" in settings - do not disturb - manual. Make sure to also go to allow calls from and set it to no one. A moon will appear in the status bar. You will see notifications of missed calls but it does not interrupt Pandora. Let me know if this works for you.

  • How do i keep my ipad from going to sleep during presentations

    I'm using Evernote for notes during a presentation. How do I keep the iPad from going to sleep so I can read my notes?

    Bey you have have an MS Exchange account on the iPad (through your work) and they are limiting the options you have (disabling 1, 3, 4 & Never).
    Try this...
    Settings > Mail, Contacts, Calendars.
    Select the Exchange account then set it Off.
    Go to Settings > General > Auto-Lock and you should see all options.
    Set it to what you want.
    Then turn on the Exchange account.
    The Auto-Lock settings should stay.
    However, if you go back and view the Auto-Lock settings, it will change back toonly  2 and 5.

  • How do I keep my sound from fading?

    How do I keep my sound from fading?

    My wife has the same problem. I believe I found the solution. Activate "do not disturb" in settings - do not disturb - manual. Make sure to also go to allow calls from and set it to no one. A moon will appear in the status bar. You will see notifications of missed calls but it does not interrupt Pandora. Let me know if this works for you.

  • How do i keep my phone from ringing when listening to pandora?

    How do I keep my phone from ringing while listening to pandora? I am a massage therapist and want to use my phone for music but even when it is on silent it rings during session!!

    My wife has the same problem. I believe I found the solution. Activate "do not disturb" in settings - do not disturb - manual. Make sure to also go to allow calls from and set it to no one. A moon will appear in the status bar. You will see notifications of missed calls but it does not interrupt Pandora. Let me know if this works for you.

  • How do I keep my Imessages from being viewed on other devices under my apple ID?

    How do I keep my Imessages from being viewed on other devices under my apple ID?

    No, you can authorize any number of email addresses on your Apple Id and then select one of those to use as an alternate Send and Recieve for Messages. It isn't necessary to use seperate AppleIDs. I use my phone number on my iPhone and an email address on the iPad.

  • How can i keep my music from my iPhone and sync it my new macbook? Only purchased music seems to be available to sync, even though the rest of the music was uploaded from CD's on my  last laptop.

    Hi, I have changed from an old laptop to a macbook air. how can i keep my music from my iPhone and sync it my macbook? Only purchased music seems to be available to sync, even though the rest of the music was uploaded from CD's on my  last laptop.
    As I can't upload CD's onto the Macbook Air, how do I keep the existing music on my iphone syn onto my new macbook without deleting all the cds on the iphone??
    Many thanks!

    Hi RaulRod,
    Are you pressing the Sync button to transfer music after connecting your iPhone or do you have the option checked to 'Automatically Sync when the iPhone is connected?'
    Have you tried manually dragging and dropping music from your library into your phone?

  • How do you keep your message from appearring on a locked screen

    how do you keep your message from appearring on a locked screen

    Go to SETTINGS --> NOTIFICATIONS --> MESSAGES
    Change "View in lock screen" to OFF
    That should sort it for you.

  • How do I keep the music from my old 1st gen mini and put it on my new ipod touch without loosing it. the computer I used to load the mini was stolen quite some time ago????

    How do I keep my music from my old 1st gen ipod mini when the computer that I originally loaded it with was stolen more than 5 years ago and transfer all the music onto my new ipod touch? My fear has always been that plugging my mini into another computer and attempting to download more music onto it or take what's on there off will end up erasing all of it because of file sharing regs. I would really prefer not to have to repurchase several hundred dollars of music as many of the original cd's that I used to download have been either lost or damaged over the years. Is there anything I can do????

    See:
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

  • I created an album from photos taken off three different cameras. I am sorting the photos manually and when I close iPhoto, the photos move back either by date or by camera import time. How can I keep the photos from moving around?

    I created an album from photos taken off three different cameras. I am sorting the photos manually and when I close iPhoto, the photos move back either by date or by camera import time. How can I keep the photos from moving around?

    Don't tell us, tell them
    http://www.apple.com/feedback/macosx.html is the place for feature requests and feedback

  • How do i keep the aps from running in the background on my iphone 4s?  Just downloaded the new version

    How do i keep the aps from running in the background on my iphone 4s?  Just downloaded the new version

    If you're talking about closing running apps, they changed it up a bit from iOS6. Now you just double click the home button to bring up the running apps, side scroll to the app you want to close, then just swipe up.
    = L.I.

  • What privacy setting(s) is keeping Firefox Sync from working?

    What privacy setting(s) is keeping Firefox Sync from working? When I use any privacy settings, Set Up Sync, I close Firefox, and I reopen the application, then I have to Set Up Sync AGAIN. I have to keep setting up Sync until I choose Remember History in the privacy settings. This used to work in all previous Firefox versions.

    You can find a complete description here: '''[http://support.mozilla.com/en-US/kb/Firefox%20Sync%20is%20not%20working Firefox Help]
    (under paragraph "''Firefox Sync resets every time I close Firefox''")

Maybe you are looking for

  • Error while creating a function module

    Hii Experts I am adding a table name to the tables parameter in a already created function module, But it is giving a error : TABLES parameter is obselete the table which I am adding is IT_GRAPH  TYPE  ZTY_GRAPH ( zty_graph is a structure which i mad

  • Year to Date Patch Report

    Anyone using SCCM 2007 has a software update report that shows total patches installed for period of time?  We are looking for a report that we can show the number of updates deployed by SCCM during a one year period.  Any ideas or help is highly app

  • Export a master-details tables to XML

    Hi, here is my requirement : I'm having a page which shows data from 4 views as master details and need to have a command button to export the all these master details data into an xml structured file predefined by a xsd. Would like to get some help

  • Converting Latin-1 to UTF-8

    Hi all, I'm looking to find a way in Dreamweaver to run a Search/Replace function to convert all my current Latin-1 character set special characters to UTF-8 Unicode. For example, I'd like to replace all my á which gives me this symbol: á to &225;. T

  • Deleting applications in 7610

    I INSTALLED AN APPLICATION SOFTWARE AND NOW I COULD NOT DELETE IT.EVERY TIME I TRY MY PHONE GET STUCK. PLZ HELP!