zoukankan      html  css  js  c++  java
  • Network Connection Lost When Windows 8 Goes To Sleep

    http://www.kapilarya.com/fix-network-connection-lost-when-windows-8-goes-to-sleep

    http://superuser.com/questions/579405/no-network-connection-after-resume-on-windows-8

    If your network connection lost when Windows 8 goes to sleep or hibernate mode, then this article will show you how to fix it.

    Windows has the capabilities to turn off a device when going to sleep mode, in order to save energy. The setting to save energy is embedded in the device properties by its manufacturer. Few day back, we have seen that on some computers running Windows 8or later, when the system goes to sleep or hibernate mode, the network connectivity is lost. And when the computer is waked up, system regains the lost connectivity.

    During this transition period, if you’re having a download progressing in the background, it would not work since network connectivity was lost. If it has pause and resumesupport, then when system wakes up, it will proceed from the point where it was stopped. But if it doesn’t has pause and resume support, the download will be restarted when system regains connectivity, which is odd. So if you want that the network connectivity shouldn’t be lost when system goes to sleep or hibernate mode, then you can try these simple steps to fix it:

    FIX : Network Connection Lost When Windows 8 Goes To Sleep

    1. Press W8K + R and put devmgmt.msc in Run dialog box and hit Enter to open Device Manager.

    DEVMGMT 2

    2. Moving on, in the Device Manager window, click on Network Adapters. Now here, find the wireless driver/adapter for your system and right click over it. Select Properties.

    3. Finally, in the Properties window, switch to Power Management tab and uncheck the option Allow the computer to turn off this device to save power. Click OK.

    Follow this procedure also for the Ethernet driver/adapter installed on your system. Close the Device Manager, restart the machine to make changes effective.

    That’s it! Go here if your WiFi Connectivity Lost After Screen Times Out In Windows Phone 8.

  • 相关阅读:
    python下multiprocessing和gevent的组合使用
    TCP的三次握手与四次挥手理解及面试题(很全面)
    Python设计模式
    python定义接口继承类
    pycharm 中自动补全代码提示前符号 p,m ,c,v, f 是什么意思
    21天打造分布式爬虫-urllib库(一)
    redis的使用
    Memcached的使用
    12.Flask-Restful
    11.Flask钩子函数
  • 原文地址:https://www.cnblogs.com/kex1n/p/5686992.html
Copyright © 2011-2022 走看看