8 top Tips and Tricks to Increase Laptop's Battery life

You may do practically anything on a contemporary laptop computer, but their innovative features debilitate battery life to the extent that you are able to merely get a couple of hours out of it in a lot of cases.

One of most important part of laptop is its battery and plays an important role in the improvement in the performance of the laptop. Every precaution must be taken in order to ensure complete maintenance of the battery of the laptop and here are some ways to increase laptop battery life.
Tips and Tricks to Increase Laptop's Battery life

1. Darken your screen:
The screen constitutes among the most power-hungry components of the laptop. It calls for serious amounts of battery power to maintain your display appearing clear and luminous. Preserving this power is merely a motion of turning the brightness level low.

The screen brightness level button is normally situated as a 2nd part of one of the F keys, and is corresponded by a small sunlight symbol with upward and downwards images. To apply it, just hold down the right function key then select up or down.

2.Use Updated Softwares:
It is very good to have a updated operating system and also a updated version of any software you intend using on the computer, this is because old version of software tend to take a lot of power than the updated version, this has not been totally proved but it not good to leave any stone unturned, so if you can have your computer’s OS updated and software please do.


3.Wrong Adaptor:
Using the wrong adaptor can damage your battery when the adaptor don’t supply the necessary or recommended power to your battery cell it makes your battery bend rules to serve and the adverse effect of these is not usually funny because the adaptor which is not the recommended adaptor supplies low power to the battery which is not a good sign and you should avoid that.

Always buy a charger that is recommended by the manufacturer which supplies the same volts as the adaptor that came with the laptop.

4.Modify power settings:
Windows Vista has several outstanding power features, which enable you to squeeze out the most proficient performance when you are plugged into the mains, and optimize battery life while on the move. Type power options into the Start Search box and select Power saver from the list.

The Windows Mobility Center has further techniques for economizing battery life. These include settings for powering off the monitor and kicking into sleep mode more rapidly.

5. Don' let the laptop overheat:
This is one of the most important points because sometimes the laptop goes into overheating mode and this severely impacts the laptop's battery performance. Hence always make sure that the laptop is properly ventilated. Don't use the laptop while sitting on the bed.

These are special tables that are available and can be used. The best part about these small tables is that beneath the laptop special holes are provided that lets the air passes on easily and the laptop is not overheated.

6. Turn off Wi-Fi
Among the greatest battery sappers constitutes the wireless networking capacities built into most laptops. Wi-Fi debilitates the battery from perpetually absorbing power from the battery and, while not online, searching networks.

Once you are using your laptop computer away from the power grid, the likeliness is you are outside from wireless networks, therefore you'll be able to turn this device off. Numerous laptops have got a function button that enables you to switch off the wireless adapter manually to spare yourself the needless waste, only older laptops frequently do not have this.

Whenever this is the case, simply go to the Control Panel, access the Network Connections menu and disable your wireless connection manually.

7.Hibernate your Laptop:
Hibernating your laptop is far better than making your laptop sleep because sleeping still makes use of the battery to. So always try to hibernate your laptop then using the sleep mode.

8.Eject your disc drives:
Having a disc spinning around in the drive constitutes a large drain upon resources, and numerous programs constantly do this. Just kick out your discs before you alternate to battery power to acquire critical additional minutes from your work day.

So these were some Proven Tricks and tips that will help you to Increase your laptop's Battery life. Try it yourself to feel the Difference

5 Top Command prompt Tricks

Starting CMD:

Before moving futher with the Tricks, let me show you how to Open Command prompt in various Windows versions.

Press Win + R keys to open up RUN, type in CMD and press enter to open Command Prompt.

OR

Simply Search for CMD or Command prompt and click on it to open Command Prompt in your Windows PC

Command prompt Tricks


1. Change Colours in CMD:

By default CMD have Black Background, but you can change its Background Color and font color too. Follow the Below steps to Play with Colors in Command prompt.

Step 1: Open Command prompt

Step 2. Type in Color 3 to change the Font color to Green. Different Colors have thier own different Codes. here are some Codes that you can try and use
0 = Black
1 = Blue
2 = Green
3 = Aqua
4 = Red
5 = Purple
6 = Yellow
7 = White
8 = Gray
9 = Light Blue
A = Light Green
B = Light Aqua
C = Light Red
D = Light Purple
E = Light Yellow
F = Bright White

Step 3: To change the Background Color of your CMD, simply Right Click on Top of your CMD and choose Properties.

Step 4: Now Click on Colors tab to choose your favourite color as Background color.

2. Check your I.P address and more about your internet.

With the help of Command Prompt you can easily find your IP address and DNS servers, command prompt will also return a ton of information like your host name, primary DNS suffix, node type, whether IP Routing, Wins Proxy, and DHCP are enabled, your network adapter`s description, your physical(MAC) address.

Step 1: Open CMD

Step 2 : Type in ipconfig/all

This will show you all the details about your internet Connection just like that.

3.Get Help from Command prompt.

If you are Confused and Do not know what command does what task. Then you can simply ask Command prompt to help you understand what task with the Command Perform on execution.

Simply Type in this format YourCommand/?  to get all details what that command will do. For eg: Type color 3/? to know what Color 3 command do. it will show you that color 3 command will change the font colour of your CMD. Likewise you can check for any given command.

4.Use && to run more than one command in a single line

When you want to execute more than one command in a single line use the && operator.

For Eg: hostname && whoami

The above command will display both your computer name as well the logged in user name.

5.Hide/Unhide Files and Folders

Another awesome CMD trick by which you can Hide any files or folder using CMD and you can unhide it easily too.

Yes there is a Command for it which we will execute in order to perform this trick so lets see how this is done.

Step 1: Open CMD

Step 2: Type this Command  without Quotes> "attrib +s +h Your_File_location" . Your_File_Location means the place where your files is located in your Hard disk. For Eg: I want thide a folder with name "Videos" which exists in my "D" drive, then i will Type "attrib +s +h D:\Videos"

Step 3: The Above Command will hide my Videos folder from D drive. To Unhide it just Type this command "attrib -s -h D:\Videos"

Only Difference between botht he Command is "+" & "-" Signs.

So these were 5 Best Command Prompt Tricks for you. Do it yourself and let me know in Comment box if you like them.