DELL Inspiron 1420 Installed Win10 system sleeps and then starts unable to connect WiFi solution

Source: Internet
Author: User

This page is forbidden to reprint, offenders must investigate!!!

Workaround:

    1. Turn on the WiFi and Bluetooth switch in the lower left corner of your computer
    2. Save the following code as "check Repair network. bat file", double-click Run, an administrator permission prompt appears, point < Yes (Y) >

    3. Press a key to continue ...

    4. There will be a line of words ""

    5. Wait for a while, "broken network has been restarted, waiting for 8 seconds delay ..." After closing the window and opening the system in the lower right corner of the WLAN switch = = "

    6. You can connect to WiFi
@echo off pushd"%~dp0">nul2>&1 "%systemroot%\system32\cacls.exe" "%SystemRoot%\System32\Config\SYSTEM"if '%errorlevel%'NEQ'0'(GotoUACPROMPT)Else(Gotogotadmin): Uacpromptecho Set UAC= createobject^ ("shell.application"^) >"%temp%\getadmin.vbs"Echo UAC. ShellExecute"%~s0","","","runas",1>>"%temp%\getadmin.vbs""%temp%\getadmin.vbs"Exit/B:gotadminifExist"%temp%\getadmin.vbs"(Del"%temp%\getadmin.vbs") pushd"%cd%"CD/d"%~dp0"pause:beginclsping www.baidu.comifErrorlevel1 GotoRebootifErrorlevel0 GotoNext
: Reboot NetshInterface Set InterfaceWLAN disablednetshInterface Set InterfaceWLAN EnablePing-N8 127.0.0.1>nulGotoNext:: Set delay wait: NextGotoBegin

DELL Inspiron 1420 Installed Win10 system sleeps and then starts unable to connect WiFi solution

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.