Skip to main content

Go Green with IT (Windows 7)

Now a days we don't have time and we dont like to wait for system to turn on. We just lock the sytem and leave for the day from office which in result waste of energy. After sometime computer will go in sleep mode which also utilize power i.e. again waste of energy.

Better way is hibernet the computer which save time in resuming all your previous session windows and important save power.

Go Green
Follow simple step to Enable Hibernet in Windows 7 -

Command Approach:

1. Open Command prompt with Administator rights.
2. Type powercfg /hibernate on and press enter.

GUI Approach:

1. Go to start, type power opton and hit enter.
2. In the left side, open the link labeled Change when the computer sleeps and then open the link Change advanced power settings.
3. In Advanced Sleep options -> expand the Sleep tree and turn off Hybrid Sleep.
4. Go to start menu and see hibernate option.



Comments

Popular posts from this blog

Appium: error: Couldn't start Appium REST http interface listener

Sometime it happens that Appium server doesn't start getting below error message - error: Couldn't start Appium REST http interface listener. Requested port is already in use. Please make sure there's no other instance of Appium running already. Solution: In Windows - Start Task manager > Open Processes Tab > Kill process ' node.exe ' Start the Appium server again it will resolve the issue.