E540 How to optimize a battery for lifespan?

I read this answer: https://forums.lenovo.com/t5/Welcome-FAQs-Knowledg​e-Base/How-can-I-increase-battery-life-ThinkPad/ta​...
And I want to set up my battery for lifespan. But I can't find a Power Manager application anywhere in my Windows 8.1 system.
I also reviewed all available downloads for my laptop here http://support.lenovo.com/ua/uk/products/laptops-a​nd-netbooks/thinkpad-edge-laptops/thinkpad-edge-e5​...
but I didn't Power Manager application for Windows 8.1
Where can I find it?
My main question is: How to set up a battery for lifespan on my Lenovo ThinkPad E540 which is running on Windows 8.1?
Thanks in advance!
Solved!
Go to Solution.

https://thinkutils.wordpress.com/collection/power-​manager/
Set the maximum to 90 or so.
W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

Similar Messages

  • How much is a battery for an iPhone five

    How much is a battery for an iPhone five

    Apple does not sell batteries.
    They will replace it for a fee.
    Type "iphone battery replacement program" or similar into the google search bar.

  • How to optimize your PC for the 0404 USB and 0202 USB

    This is a guide on optimizing your system for the 0404 USB and 0202 USB.
    Make sure the 0404 USB is using a USB HOST that is on an IRQ alone. This means no other device in the PC can be sharing its IRQ.
    If you are running a hyper-threaded CPU, by turning hyperthreading off from the bios. You can set the latency at 20ms or lower and you will usually not have any latency issues.
    Change Processor Scheduling to 'Background Services' - Navigate to the Advanced page of the System applet. Click on the Performance Settings button, select its Advanced tab and click on 'Background Services' for Processor Scheduling.
    Switch Off Power Schemes - In the Power Options applet, choose the 'Always On' power scheme. Change the settings for monitor and hard disk turn off and System standby to 'Never', so that your PC doesn't unexpectedly conk out during song playback
    Disable System Sounds - Select the 'No Sounds' scheme on the Sounds tab of the Sounds and Audio Devices applet.
    Make sure legacy USB support is disabled in your BIOS.

    Hi everybody.
    This message to share my experience of the 0404 USB under Windows 7.
    I previously operated this sound adapter under Windows XP and it was working fine with my pipe organ simulator (Hauptwerk).
    When I switched to W7 on a Dell Vostro (professionnal series), sound was muting after exactly one minute . The same with a video on Yutube.....
    I did all the adjustments suggested here and there on the web (sampling rate, drivers) , I tried to operate at moonlight, I shot a chicken, etc ...
    After many manipulations, I noticed that, if I was doing "something", for instance moving the sound level up and down, the sound was going on ....
    The solution was in part at the beginning of the topic "how to optimize your PC for th 0404, etc ....".
    The keyword is "interrruption".
    As a matter of fact, the Dell laptop is strongly closed. The BIOS allows no adjustment of nothing.... No way to control interruptions allocation.
    BUT!!! I noticed that the two USB 2.0 ports are located very far away from each other. I supposed there would be TWO controlling chips. And I tried the second one. AND IT WORKED!
    So the E-MU guy is right, the device must get a free interruption line to operate ....!

  • How to activate hidden battery for 6288.

    Does anyone know the code to activate the hidden battery for 6288 when it is low on battery? i tried *3370# to activate it but the word "Result Unknown" out. I searched online for it but all of the codes for activating the hidden battery gave me the Result Unknown notice when I dialled it.

    Hidden battery ? You must be referring to the Half Rate Codec. I'm sorry I do not know how to activate it, but keep in mind that it reduces the overall audio quality of your calls.
    Mobile Royale - Latest News, Reviews and Software for Mobiles
    Aero Everyday - Aviation News and Insights
    GoMobile Forums-The best mobile technology discussions
    Please visit http://alifeofmisery.blogspot.com or www.miserylife.tk and help someone smile.
    Dreaming of a 5320XpressMusic - 128MB RAM makes up for the 2MP cam !

  • How to Optimize SCXI 1600 for speed with Thermocouples

    I'm working on a data acquisition system for my engineering firm and I'm trying to find a way to use our new thermocouple system as fast as possible.
    The requirements for the DAQ process are:
    Read 32 voltage channels from a PCI-6071E card
    Read 32 thermocouple channels from a SCXI-1600 with an 1102C accessory
    Complete the entire operation in under 5ms (this is so other parts of the program can respond to the incoming data quickly and trigger safety protocols if necessary)
    Using LabVIEW 7.1 and MAX 4.4, I've got the voltage channels working to my satisfaction (with traditional DAQ VIs) and the rep rates I measure when I run the program are around 1ms (I do this by putting the DAQ code in a loop and reading the millisecond timer every time through that loop, then calculating the average time between loop executions).  I have been trying to get similar performance from the thermocouple channels using DAQ Assistant and DAQmx.  Some of the problems I've encountered are:
    Very slow rep rates with 1-sample and N-sample acquisition modes (300-500ms)
    Good rep rates when I switch to continuous mode, but then I get buffer overflow error -200279.
    When I attempted to correct that error by setting the DAQmx buffer to overwrite unread data and only read the most recent sample, the calculated sample rate went to 20ms.  It was around 8ms when I left the error unhandled and continued acquisition.
    At this point I'm out of ideas and am just looking for something to try and optimize the DAQ process for speed, as much as is possible.
    Thank you for any help.

    I guess I would be interested in checking out your code to see if there is anything I can recommend on changing.  However, I do have a few general Ideas of how to improve your performance.  These recommendations are purely based on what you could be doing to slow down the speed of the program because I am not sure how exactly you have everything set up.  
    -Are you setting up the task and closing the task each time that you read from your daq card?  the way to get around this is to only have the DAQmx read vi in the while loop so you do not have time alloted for opening and closing the task each time.
    -Try using a Producer/Consumer architecture.  This architecture uses queues and splits the aquisition with the post processing.  Here is a link to how to set up this architecture and some information on when to use it.
    Application Design Patterns: Producer/Consumer
    http://zone.ni.com/devzone/cda/tut/p/id/3023 
    Message Edited by Jordan F on 02-06-2009 04:35 PM
    Regards,
    Jordan F
    National Instruments

  • How to optimize the memory for a large labview array?

    I am running LabView on Windows XP with 4 Gb of RAM. The array is 51X256X256 complex numbers, but I want 300x256x256. The program runs out of memory when I use more than 51-53 arrays of 256X256. I do not know how to use the in place element structure to modify the vi below. The unbundled/ bundle structures do not present symmetry. Anyone can help me with this?  Thanks!
    Mariana
    Attachments:
    array3Dc.JPG ‏22 KB
    array3Dc_front.JPG ‏58 KB

    Norbert,
      The full data3Dc array takes about 15.5 MB and the data3Dc comp.vi takes 31 MB. The empty data3Dc comp.vi array takes only 18.2 kB. This array is a variable that modifies at each scanned wavelength. I have a scanning wavelengths software package. For one wavelength I record a hologram followed by the reconstruction of the object field (1x256x256). 3D optical fields are added all together to create a big 3D optical field (Nx256x256). The code data3Dc comp_1.vi is not the only one in the memory. This VI is a subvi for other codes. A few other examples are FFT, IFFT, filtering, phase matching, cross-section, calibration….I did not care about memory optimization until now. So, I want to scan more than 50 wavelengths. By now (N=50) I have to restart the LabView after each scanning, do the reconstruction of the fields, start the LabView again to see the results. I think the problem is caused by this VI that is a subvi for other codes. I already extended the memory to 3GB in boot.ini, but the thing is that I want also a small scanning time. It doesn’t work. Extending the memory to 3GB makes the OS slower than before. My question is how to modify this array (data3Dc) or the VI (data3Dc comp.vi) to access lesser memory. I have tried to attach the full VI but it tells me that it is too big. I attached the empty one.
      Thanks,
    Mariana
    Attachments:
    data3Dc comp.vi ‏19 KB

  • How to optimize meomry use for PSE 6.0

    I bought an new PC with lots of memory, a fast graphics card and 4-core processor under XP-home. I work with 12.000 pictures in PSE 6.0 and the system is still surprisingly slow. How can I get more use of the memory or CPU? How do I set PSE or Windows XP to use virtual memory or does this happen automatically? Thanks for any hints.
    Uzl

    As far as optimization goes here are a few tips:
    Reduce the number of history states (how many times you can undo something): Edit<General preferences<enter desired number of states to be saved. (Default is 20)
    Lower Image Cache setting: Image cache is saved version of the image at different resolution (thing magnification zoom tool)...helps with redraw speed. Settings 1-8 are available. 1 disables caching the higher the setting the faster the redraw at different zoom levels but the more memory used. (Default setting is 4)
    Number of open files is a no brainer. Keep only the files you need open as each file open is held in memory until it's closed.
    If you have two internal hard drives, set one other than the one that has your virtual memory (usually C) to be used as a scratch disc. If you have an external hard drive, leave it set to the same drive as the virtual memory (usually C) as you should never use an external drive for a scratch disc. Edit<Preferences<Plug ins and Scratch Disc
    Another no brainer, is to run Photoshop Elements by itself.
    You can purge the clipboard to release memory.  Edit<Purge Clipboard. This clears undos...this can't be undone. I read somewhere that you may have to hold in the alt key as you purge all to get the memory to release in E6.
    Use adjustment layers when possible as they don't add to the file size...or at least not much. (Here's one example is adding contrast by using overlay blend mode. Instead of duplicating the image and placing it into Overlay blend mode, add a non color adjustment layer like levels...just okay it to accept the default...and put it into Overlay blend mode).
    Drag and drop when possible. Copy/paste uses memory to store the image you are pasting.
    I've read making the Digimarc plug ins not load by renaming it with a ~ before the file name helps. (The Digimarc plug in scans images for copyright and places a copyright symbol in the top of the document frame if a copyright is embedded in the image. To gain access to the plug in again, rename it without the ~. BTW, you can disable any plug in etc by renaming with the ~ before the filename.
    FWIW, Photoshop Elements can only utilize 2 GB of RAM.

  • How to optimize execution time for code

    Please suggest the way as i m new to performance tuning for reducing the execution time of code . Related document to performance tuning is appreciable .also tell how to work with Tcode ST05 .
    Thanks in advance

    Please Read before Posting in the Performance and Tuning Forum
    Thread locked.
    Thomas

  • How to Optimize my AirPort for Best Speeds?

    I have several WiFi enabled devices connected to the latest Time Capsule and was hoping for any expert advice on how I can further improve the speeds and reliability of my WiFi network.
    Here is my current setup.
    Time Capsule (latest gen).
    - Radio Mode: is set to 802.11a/n - 802.11b/g/n (Automatic)
    2.4 GHz Channel: 1
    5 GHz Channel: Automatic
    Guest network is enables
    I have my Mac and Apple TV connected to the 5GHz channel (Mac is within Line of Sight of my TC - the Apple TV is not, although the Apple TV settings show it is connected at full signal strength).
    My iPhone, iPad and PlayStation 3 are connected to the 2.4 GHz channel.
    I also have a Sonos WiFi music system which is connected to my router.
    So far I have no issues with my current setup, but I'm always looking for better ways of making it better. Any suggestions would be appreciated (I'm not very versed in WiFi). Just to give you an idea for what I use my network for, I'm always downloading media on my Mac and playing online games, streaming movies to my Apple TV - listening to music through my Sonos system and browsing sites and using email on my iPhone and iPad.

    I would suggest the following:
    Change the Radio Mode to: 802.11n only (5 GHz) - 802.11b/g/n. Even better, if you don't have any 802.11b or g clients, change the 2.4 GHz radio to: 802.11n only (2.4 GHz)
    Make sure that the "Use wide channels" option is enabled for the 5 GHz radio.
    You selected channel 1 for the 2.4 GHz band. If you haven't already, I would recommend that you use a utility like iStumbler or inSSIDer to determine other Wi-Fi operating nearby. Note those with the strongest signal value, and then, change your 2.4 GHz channel to one at least 3-5 channels away. For example, if you find most operating on channel 1 or 6, change yours to 11.
    Also base station placement is important. Please check out the following AirPort User Tip for details.

  • How to optimize macbook pro for video editing and 3d animation

    Hello Everybody - I've had a macbook pro for about 5 years now. It works great, havn't had any issues with it yet, but I've started doing more video editing and 3D animation work on it with FCP7 and Blender (usually using photoshop at the same time). Even when I quit all other programs, it's not really able to handle many things I try to do in Blender (for example cloth simulation) and I end up waiting a while with the wheel of death and then having to force quit. I'm not in the position to buy an entirely new macbook pro right now - so I'm wondering if there are any ways I can modify my current macbook to render it more able to handle the heavy processing load?
    Here are its specs:
    Processor - 2.53 GHz Intel Core 2 Duo
    Memory - 4 GB 1067 MHz DDR3
    Graphics - NVIDIA GeForce 9400M 256 MB
    Startup Disk Macintosh HD 320 GB
    Software - Mac OS X Lion 10.7.5 (11G63b)
    Greatful for any advise, thanks!

    so I'm wondering if there are any ways I can modify my current macbook to render it more able to handle the heavy processing load?
    Honestly, IMO, no. Even if you were to upgrade your HDD to a SSD, and increase your RAM, your CPU and GPU just aren't equipped for the tasks you ask of it (and there is no way to upgrade either your CPU or GPU). It would improve performance to upgrade these parts on your machine, no question, but ultimately, the processors would act as a bottleneck for performance/
    The latest high end 15'' Macbook Pro vs your model:
    The CPU is 7X faster in Geekbench 3 64bit multicore benchmarks
    8X the dedicated VRAM as your GPU
    Almost 2X the RAM speed for compatible DIMMS.
    PCIe storage = 7X the RW speed of your HDD
    From Geekbench:

  • How can i replace battery for my shuffle? how much will it cost me?

    hope you can help me guys.

    Hi Errol:
    Apple tells you how here:
    http://www.apple.com/batteries/replacements.html
    Sue

  • How to optimize Time Capsule for Xbox 360

    I just recently bought a new Apple 2TB Time Capsule to replace my router and I've noticed since then, my Xbox 360 has been having problems. My friends will invite me to a party or game and sometimes it says session no longer available and the same thing happens to them when I invite them. Are there some settings I need to enable?disable for my Xbox to function properly on the network? And would I be able to configure these settings for two systems? I sometimes have one of my buddies come over and we'll just camp all night in my basement playing Xbox and he has the same issues as well. And my internet connection is just fine because the Xbox and Capsule are in the same room and we just recently upgraded my internet to a 50mpbs connection from Time Warner Cable since it had good reviews in my area and we couldn't get FiOS in my specific area.

    Is the modem you have a pure cable modem or has TWC supplied you a combined modem router??
    If you are using the TC as your main router, then xbox has issues because it requires a router that conforms to Vista standard upnp. The TC does not.
    Apple don't even use upnp in their routers. So you need to open all the ports manually for the xbox to use. Just look it up.. xbox issues with airport routers will give you hundreds of hits here.
    AirPort Extreme and xbox 360
    Unfortunately using 2x xboxes on one internet connection makes upnp essential.. it will not work without. That means you need a router that is specifically xbox compliant. You can use the TC in bridge to that router.
    That is why it is often easier to use the ISP supplied modem router now, or buy your own if that is allowed. Most of those will be xbox rated, since upnp is universal standard except in Apple world.

  • Replace CMOS battery for dv4 - 2165dx laptop

    Please I need help on how to replace CMOS battery for dv4 - 2165dx notebook pc.
    This question was solved.
    View Solution.

    foanti wrote:
    Please I need help on how to replace CMOS battery for dv4 - 2165dx notebook pc.
    Hi,
    Page 54 in this manual: http://h10032.www1.hp.com/ctg/Manual/c01963667.pdf
    Dv6-7000 /Full HD/Core i5-3360M/GF 650M/Corsair 8GB/Intel 7260AC/Samsung Pro 256GB
    Testing - HP 15-p000
    HP Touchpad provided by HP
    Currently on Debian Wheeze
    *Please, help other users with the same issue by marking your solved topics as "Accept as Solution"*

  • I ordered a battery for my laptop because it said to replace battery soon.  How long can I let the new battery sit around as I wait for the old one to run out of more charge?

    I ordered a battery for my laptop because it said to replace battery soon.  How long can I let the new battery sit around as I wait for the old one to run out of more charge?  Will the new one become less effective if it sits around too long?

    How much capacity is remaining on your current battery?
    Check your power status
    From the  menu: Hold OPTION and click System Information... èHardware è Power
    Copy and Paste in your reply.
    The new battery will become less effective if you store it in a hot or humid environment. It should be stored at room temperature (22 C).
    Long term storage (6 months):
    Apple recommends that you store the battery with a 50% charge. If you store a battery when it’s fully discharged, it could fall into a deep discharge state, which renders it incapable of holding any charge. Conversely, if you store it fully charged for an extended period of time, the battery may experience some loss of battery capacity, meaning it will have a shorter life.
    http://www.apple.com/batteries/

  • How can i buy new battery for my macBook pro in France

    Hello,
    Please, someone can tell me how to find and buy new battery for my 2008 macBook pro in France ?
    This one is very old, i already changed this battery one time, i think Apple store of town won't be ok to make the work cause i have made it myself one time before (it has fallen several times, almost broken, means impossible to shut the battery place but still working on). So i bought a battery to a third provider, wich doesn't work of course, try to ask to online assistance but i have to pay 30 € just to ask my question and i doesn't want...
    SO WHAT IS THE SOLUTION TO CHANGE MY BATTERY ??? HELP !!!
    I bought it in 2008. I don't know exactly the serie. Just know it's a 2,4 GHZ Intel Core 2 Duo.
    The reference of battery is A1281 10,8V 50 Wh. Can't find it on the store. The only one i found was on a website who didn't tell it's was a fake... 
    Lost 85 €

    Here are the International Apple support telephone numbers:
    http://support.apple.com/kb/he57
    I note Egypt is not listed.
    Purchasing a battery from a third party vendor is a high risk proposition.  Many such batteries have been found to be substandard. 
    I suggest that you try and contact Apple and see if you can have one shipped to you.
    Ciao.

Maybe you are looking for

  • Firefox crashes every time I open it

    When I first install Firefox it works perfectly fine. That is, until I close it for the first time after it is opened automatically after the install. After that first "close" it no longer runs properly, it will open to the mozilla start screen and t

  • Question on the professional DV Codecs

    Codecs like MPEG2 and MPEG4 reduce space by using "Key frames" every n-th frame which are entire frames of data and then the frames inbetween only contain the data for what has changed in the frame. This is why on your TV you'll see a digital signal

  • How do I find the new colors in Pantone Formula guide in InDesign CC?

    It seems like the Pantone library in InDesign is not updated. I can't find the newly added colors from the Formula guide I just bought. (pantone solid coated/uncoated) For examle color 2248. Where do I find the new colors and how do I add them to my

  • How many installations allowed on same "machine" if hard drive is replaced?

    I recently had to reinstall my Adobe Creative Suite 3 Web Standard on my same laptop when I replaced a bad hard drive. Now I find out I have  to replace the hard drive yet again (freezes up, tech guy thinks its been knocked around too much). I've goo

  • SAP and Non-SAP data to Xcelsius

    Hi Experts, I m new to Xcelsius and i a m currently working on Xcelsius project, i need help on approach to bring both SAP and Non-SAP data to Xcelsius. Here the scenario goes on.... Total 6 plants are there, out of 6, 4 plants are on SAP and other 2