Losing Wi-Fi AFTER Sleep

Page 4 of 4 FirstFirst ... 234

  1. Posts : 7,606
    Windows 10 Home 20H2
       #31

    Has the OP thought of running the script via VBScript, which can stop a command window appearing?
      My Computer


  2. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #32

    Hello @W10 Tweaker,

    W10 Tweaker said:
    Given that your Ethernet always connects successfully and that the WiFi network adapter connection priority is set to second last according to your screenshot, I would try swapping the interface metric value between the Ethernet (5) & WiFi (55) connections as a test.

    That is a good idea, I will look into that.

    The thing is, when I click the Internet Icon in the Taskbar, my Wi-Fi is at the TOP of the list when connected.

    Losing Wi-Fi AFTER Sleep-address-family-1.jpg

    Could I set Wi-Fi InterfaceMetric = 1 and Ethernet InterfaceMetric = 2 for example?

    What is the Loopback Pseudo-Interface 1?

    OR, are you talking about this? . . .

    > How to Change Network Adapter Connection Priorities in Windows 10

    If so, could I change them to these? . . .

    Code:
    
    ::Amended Wi-Fi . . .
    PowerShell Set-NetIPInterface -InterfaceIndex "18" -AddressFamily IPv4 -InterfaceMetric "1"
    
    ::Amended Ethernet . . .
    PowerShell Set-NetIPInterface -InterfaceIndex "17" -AddressFamily IPv4 -InterfaceMetric "2"
    Last edited by Paul Black; 22 Sep 2021 at 10:14.
      My Computer


  3. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #33

    Hello @Matthew Wai,

    Matthew Wai said:
    Has the OP thought of running the script via VBScript, which can stop a command window appearing?

    Sorry, I do NOT understand what you are talking about.
    What VBScript?
      My Computer


  4. Posts : 7,606
    Windows 10 Home 20H2
       #34

    What script are you actually using now? Post it here.
      My Computer


  5. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #35

    Hello @Matthew Wai,

    Matthew Wai said:
    What script are you actually using now? Post it here.

    There are NO Scripts. I am Troubleshooting an ongoing problem with my Wi-Fi on rare occasions NOT waking-up.

    I have run ALL the PowerCFG Reports + MANY other tests etc. If you look through the thread from Post #1, you will see what I have already tried along with the results.

      My Computer


  6. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #36

    Hello @W10 Tweaker,

    I updated my Post #32 with additional information.

      My Computer


  7. Posts : 2,800
    Windows 7 Pro
       #37

    I had one like that, no matter what, it would always end sometimes not resuming properly...

    At some point I changed my "PMA" (Power management Approch) Disabled Hibernation/sleep, ajusted CPU Throttling, Automatic shut off screen, and usb devices.

    Machine Is always ready when I need it, An I can use it remotely.

    When iddle with the sreen turned off, it takes as much electricity as a cheap alarm clock. So I stopped bothering myself.

    Maybe it could be a solution, if the machine get some uses in a week. Anyway repetitive Sleep/hibernation always lead to a full Reboot at some point.
      My Computers


  8. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #38

    Hello @MaloK,

    Thanks for the information.

    I do NOT use Hibernation or Fast Startup.

    I intend performing a Clean Install at any time now, but FIRST, I would like to find a definitive answer as to what is causing this problem. It is NOT intended as a learning curve, although it has been very interesting and informative to Diagnose and Troubleshoot. The added benefit is if it happens again, either on my computer or somebody elses, as I will know the possible cause and solution.

      My Computer


  9. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #39

    Hello @RickC,

    Paul Black said:
    Hello @RickC,

    I have just checked my Google Update Services gupdate and gupdatem . . .

    Attachment 346711

    I might set the gupdate to Manual [ Demand ] via . . .

    Code:
    
    sc stop gupdate >nul & sc config gupdate start=demand

    EDIT: - Changed. I will see what happens.

    Just an information update really.

    I noticed that earlier this evening, my Google Chrome was updated to Version 94.0.4606.61 (Official Build) (64-bit). Therefore, the changes that I made above made NO difference.

    I have now set them BOTH to Startup Type: Disabled via . . .

    Code:
    
    sc stop gupdate >nul & sc config gupdate start=disabled
    sc stop gupdatem >nul & sc config gupdatem start=disabled

    I will now wait until the NEXT Google Chrome Update to see if this has the desired result.

      My Computer


  10. Posts : 18,044
    Win 10 Pro 64-bit v1909 - Build 18363 Custom ISO Install
    Thread Starter
       #40

    Paul Black said:
    I will now wait until the NEXT Google Chrome Update to see if this has the desired result.

    Well, that did NOT work.

    Here is the ipconfig /all output before and after . . .

    Code:
    
    Windows IP Configuration
    
       Host Name . . . . . . . . . . . . : System-Admin-LT
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    
    Ethernet adapter Ethernet:
    
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : home
       Description . . . . . . . . . . . : Realtek PCIe GbE Family Controller
       Physical Address. . . . . . . . . : 5C-9A-D8-60-DF-72
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    
    Wireless LAN adapter Wi-Fi:
    
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : home
       Description . . . . . . . . . . . : Qualcomm Atheros AR9285 Wireless Network Adapter
       Physical Address. . . . . . . . . : 7C-E9-D3-46-45-17
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    
    Wireless LAN adapter Local Area Connection* 11:
    
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #3
       Physical Address. . . . . . . . . : 1E-E9-D3-46-45-17
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    Code:
    
    Windows IP Configuration
    
       Host Name . . . . . . . . . . . . : System-Admin-LT
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : home
    
    Ethernet adapter Ethernet:
    
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : home
       Description . . . . . . . . . . . : Realtek PCIe GbE Family Controller
       Physical Address. . . . . . . . . : 5C-9A-D8-60-DF-72
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    
    Wireless LAN adapter Local Area Connection* 11:
    
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #3
       Physical Address. . . . . . . . . : 1E-E9-D3-46-45-17
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    
    Wireless LAN adapter Local Area Connection* 12:
    
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #4
       Physical Address. . . . . . . . . : 2E-E9-D3-46-45-17
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
    
    Wireless LAN adapter Wi-Fi:
    
       Connection-specific DNS Suffix  . : home
       Description . . . . . . . . . . . : Qualcomm Atheros AR9285 Wireless Network Adapter
       Physical Address. . . . . . . . . : 7C-E9-D3-46-45-17
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2a00:23c7:e580:4c01:8a4:5872:1b72:ba9d(Preferred)
       Temporary IPv6 Address. . . . . . : 2a00:23c7:e580:4c01:e8dc:29a8:7824:caa3(Preferred)
       Link-local IPv6 Address . . . . . : fe80::8a4:5872:1b72:ba9d%3(Preferred)
       IPv4 Address. . . . . . . . . . . : 192.168.1.122(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : 28 September 2021 18:05:33
       Lease Expires . . . . . . . . . . : 29 September 2021 18:05:33
       Default Gateway . . . . . . . . . : fe80::32b1:b5ff:feb8:b74b%3
                                           192.168.1.254
       DHCP Server . . . . . . . . . . . : 192.168.1.254
       DHCPv6 IAID . . . . . . . . . . . : 310176211
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-28-08-74-5F-5C-9A-D8-60-DF-72
       DNS Servers . . . . . . . . . . . : fe80::32b1:b5ff:feb8:b74b%3
                                           192.168.1.254
       NetBIOS over Tcpip. . . . . . . . : Enabled
       Connection-specific DNS Suffix Search List :
                                           home
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:39.
Find Us




Windows 10 Forums