Software: Windows 7, 8 & 10 | Last modified on 2018-06-19
When trying to connect to a network through wireless or ethernet connections, only a public unknown network appears. This is the result of a missing or turned off Windows Event Log service.
[Solution 1] Reset the internet connection
- Open the Command Prompt (Admin) or PowerShell (Admin).
- Execute netsh int ip reset resetlog.txt
- Execute netsh winsock reset
- Execute ipconfig /flushdns
- Execute ipconfig /registerdns
- Execute ipconfig /release
- Restart the computer.
[Solution 2] Restart the Windows Event Log service
- Open Run and execute services.msc.
- Search for Windows Event Log.
- Select properties and change the start-up type to automatic.
- Restart the computer.