• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

[solved] Cannot run Event Log on Windows 10

Status
Not open for further replies.
Joined
Aug 5, 2015
Messages
286 (0.08/day)
Location
Hungary
Processor AMD Ryzen R7 5700X
Motherboard MSI B550 Gaming Plus
Cooling Alpenföhn Dolomit Premium
Memory Kingston Fury Beast 16 GB
Video Card(s) Asus RTX 4070 Dual OC 12 GB
Storage Kingston Fury Renegade 1 TB, Western Digital Red 2 TB
Display(s) Dell G2724D
Case Fractal Design Meshify 2 Compact
Audio Device(s) Asus Xonar DSX + Microlab B-77
Power Supply Seasonic Focus GX-550
Mouse Zowie ZA11
Keyboard Endorfy Thock TKL Brown
Software Windows 10 Pro
I am using Windows 10 Pro x64 1803, and every time I try to launch the Event Log, I get the following error message: The service (wecsvc) is not found on the following computer: ".".

I have tried the following so far, none of which seem to have resolved my problem:
- running sfc /scannow
- running winmgmt /verifyrepository
- running DISM /online /cleanup-image /restorehealth
- scanning the whole system with ESET Internet Security
- start-up repair

Any ideas what could be causing this annoyance? :thonking:
 
Last edited:
Hi, its a win 7 solution but you can give a try:

Please check for the existence of this key. If not found, create a *.reg file from another machine and import.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog


or method 2 with win7 again

Please try to start the service manually and let me know the error message you receive.


1. Click Start, type Services.msc in Start Search bar, and then press Enter.

2. In the right pane, double-click Windows Event Log.

3. In the Startup type list, click Automatic, click Apply, click Start, and then click OK.

If you cannot find Windows Event Log anywhere, please open an elevated command window, type the following command to create the service.


sc create eventlog binpath= "C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted" type= share start= auto error= normal group= "Event Log" tag= no obj= "NT AUTHORITY\LocalService" DisplayName= "Windows Event Log"


Hope these could be helpful.
 
Hi, its a win 7 solution but you can give a try:

Please check for the existence of this key. If not found, create a *.reg file from another machine and import.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog


or method 2 with win7 again

Please try to start the service manually and let me know the error message you receive.


1. Click Start, type Services.msc in Start Search bar, and then press Enter.

2. In the right pane, double-click Windows Event Log.

3. In the Startup type list, click Automatic, click Apply, click Start, and then click OK.

If you cannot find Windows Event Log anywhere, please open an elevated command window, type the following command to create the service.


sc create eventlog binpath= "C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted" type= share start= auto error= normal group= "Event Log" tag= no obj= "NT AUTHORITY\LocalService" DisplayName= "Windows Event Log"


Hope these could be helpful.
The first solution worked like a charm, thanks man! Have a joyful christmas! :)
 
Status
Not open for further replies.
Back
Top