This problem began yesterday. Periodically, my windows 10 desktop would drop all connections, and display a globe as the network icon. Upon inspecting event viewer, I am met with the following.
Log Name: System
Source: Microsoft-Windows-NDIS
Date: 6/2/2020 9:49:31 PM
Event ID: 10400
Task Category: None
Level: Warning
Keywords:
User: N/A
Computer: DESKTOP-PSMH6BI
Description:
The network interface "Intel(R) Dual Band Wireless-AC 7260" has begun resetting. There will be a momentary disruption in network connectivity while the hardware resets. Reason: The network driver requested that it be reset. This network interface has
reset 1 time(s) since it was last initialized.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-NDIS" Guid="{cdead503-17f5-4a3e-b7ae-df8cc2902eb9}" />
<EventID>10400</EventID>
<Version>0</Version>
<Level>3</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x2000000000000000</Keywords>
<TimeCreated SystemTime="2020-06-03T01:49:31.0486702Z" />
<EventRecordID>11739</EventRecordID>
<Correlation ActivityID="{62710acd-422d-4857-b24b-8fbcf1382cf3}" />
<Execution ProcessID="4" ThreadID="3836" />
<Channel>System</Channel>
<Computer>DESKTOP-PSMH6BI</Computer>
<Security />
</System>
<EventData>
<Data Name="IfGuid">{62710acd-422d-4857-b24b-8fbcf1382cf3}</Data>
<Data Name="IfIndex">11</Data>
<Data Name="IfLuid">19985273102270464</Data>
<Data Name="AdapterName">Intel(R) Dual Band Wireless-AC 7260</Data>
<Data Name="ResetReason">3</Data>
<Data Name="ResetCount">1</Data>
</EventData>
</Event>
This error repeats after five seconds, filling up my event log with numerous errors. I went to make dinner earlier and came back to find an error that stated that it had reset over a thousand times.
I have since done the following after searching for solutions.
-Uninstalled the network adapter and it's drivers, and manually installing the latest drivers after device manager re scanned for the adapter.
-Unchecked the option under Power Management to allow the computer to disable the adapter for power purposes.
I can temporarily fix the loss of internet by manually disabling and enabling the adapter via control panel, but it only maintains a connection for a few minutes at most. If anyone who has experienced similar issues before and can share their tips , or
if someone can point me in the direction for better advise it would be appreciated.