How to enable Event Viewer? Tutorial already Tried

AlexRD

Member
How do i enable the event viewer service?
I already followed closely that tutorial Brink made, to boot on safe mode disable
WinMGMT, etc and it didn't work. I need Event Viewer to work so that Diskeeper works.

The following error i receive when trying to start the service by Services.MSC

  • Windows could not start the the Windows Event Log service on local Computer.
Error 4201: The instance name passed was not recognized as valid by a WMI Data Provider. (The service is set to Automatic, tho)

Help! :)
 

My Computer

System One

  • Manufacturer/Model
    Asus G2s
    CPU
    2.20 GHz Core 2 Duo T7500 :\Santa Rosa/:
    Memory
    1x 2GB DDR2 Kingston ; 1x 1GB DDR2 Kingston
    Graphics Card(s)
    Nvidia GEFORCE 8600M GT 256mb Dedicated, 768mb RAM
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    17" Generic PnP
    Screen Resolution
    1440x1280
    Hard Drives
    300 GB Fujitsu MHX2300BT 4200 RPM
    Keyboard
    Asus G2s Keyboard from Logitech
    Mouse
    ALPS Pointing Device ; Logitech Asus G2 Mouse
    Internet Speed
    2 MB Wireless Network
The event log service is enabled by default, so the question is more about what was done previously on your machine to DISable it.

Do you have any idea how it got into this state to begin with? Nobody's going to be judgmental here - we just need to understand the technical history of the problem :)
 

My Computer

The event log service is enabled by default, so the question is more about what was done previously on your machine to DISable it.

Do you have any idea how it got into this state to begin with? Nobody's going to be judgmental here - we just need to understand the technical history of the problem :)

Well, what happened is that i installed Diskeeper and it alerted me that Event Viewer was off, i would never actually notice if it was on or off. And i can't remember tweaking up services lately, since this is a fresh install of Vista x64 Ultimate. So, i guess could it be a Virus or something to keep me away from viewing my Logs?
 

My Computer

System One

  • Manufacturer/Model
    Asus G2s
    CPU
    2.20 GHz Core 2 Duo T7500 :\Santa Rosa/:
    Memory
    1x 2GB DDR2 Kingston ; 1x 1GB DDR2 Kingston
    Graphics Card(s)
    Nvidia GEFORCE 8600M GT 256mb Dedicated, 768mb RAM
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    17" Generic PnP
    Screen Resolution
    1440x1280
    Hard Drives
    300 GB Fujitsu MHX2300BT 4200 RPM
    Keyboard
    Asus G2s Keyboard from Logitech
    Mouse
    ALPS Pointing Device ; Logitech Asus G2 Mouse
    Internet Speed
    2 MB Wireless Network
I suspect that you've got a permissions problem - something has messed up the access lists on either the registry or the operating system files. I've seen this happen before due to an audio driver installation utility mangling the permissions on folders under \Windows, but the root cause could be fundamentally different in your case.


If you want to apply the "shotgun" principle, run this from an elevated (admin) CMD prompt:

secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb
Those files contain the "base" access control lists which are put in place during Windows install, and running that secedit command will reapply them, which may help with your issue.

If you want to troubleshoot:

1) Download "Process Monitor" from Sysinternals.microsoft.com. It's the greatest thing since Nutella on bread, and it can reveal "access denied" messages (and other errors) while the EventLog service is starting. Of course, it'll tell you what can't be accessed so that you can go and change permissions accordingly.

2) Fire up a CMD prompt and type TASKLIST /SVC. The EventLog service runs in a shared SVCHOST instance with a whole bunch of other services (AudioSrv, Dhcp, lmhosts...). Note the current Process ID (PID) of that process on your machine.

3) Back in Process Monitor, set up a filter so that ONLY activity pertaining to that PID is visible. Otherwise, you'll get overwhelmed with junk process activity spew and it'll be like looking for a needle in a haystack (it's bad enough even with just one process!).

4) Try to start the EventLog service again.

5) Stop the PM logging and look for anything that looks like an error, most likely an "access denied", or even multiple such messages.

It's not really difficult, but it takes a bit of playing around with those tools when you're trying to get the hang of it :)
 

My Computer

I did everything from step 1-4, but i don't know how to do step 5.
I can't find the log file.
And i looks like, its acess denied message really, because in the log i attached there are like (Acess is denied, Acess is Denied)

Thanks in Advance,
Alex.
 

Attachments

  • scesrv.log
    294.1 KB · Views: 130
Last edited:

My Computer

System One

  • Manufacturer/Model
    Asus G2s
    CPU
    2.20 GHz Core 2 Duo T7500 :\Santa Rosa/:
    Memory
    1x 2GB DDR2 Kingston ; 1x 1GB DDR2 Kingston
    Graphics Card(s)
    Nvidia GEFORCE 8600M GT 256mb Dedicated, 768mb RAM
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    17" Generic PnP
    Screen Resolution
    1440x1280
    Hard Drives
    300 GB Fujitsu MHX2300BT 4200 RPM
    Keyboard
    Asus G2s Keyboard from Logitech
    Mouse
    ALPS Pointing Device ; Logitech Asus G2 Mouse
    Internet Speed
    2 MB Wireless Network
So??
 

My Computer

System One

  • Manufacturer/Model
    Asus G2s
    CPU
    2.20 GHz Core 2 Duo T7500 :\Santa Rosa/:
    Memory
    1x 2GB DDR2 Kingston ; 1x 1GB DDR2 Kingston
    Graphics Card(s)
    Nvidia GEFORCE 8600M GT 256mb Dedicated, 768mb RAM
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    17" Generic PnP
    Screen Resolution
    1440x1280
    Hard Drives
    300 GB Fujitsu MHX2300BT 4200 RPM
    Keyboard
    Asus G2s Keyboard from Logitech
    Mouse
    ALPS Pointing Device ; Logitech Asus G2 Mouse
    Internet Speed
    2 MB Wireless Network
Please accept my many and humble apologies for letting the side down by going to sleep. It will not happen again :p

Re the ProcMon log, it logs to a buffer first, the contents of which you should be able to see in the ProcMon UI. A log file is only generated if you specifically choose "File | Save..." once you've collected the data. Have a play with it.

Re the secedit output, it certainly doesn't look promising. "Warning 1336: The access control list (ACL) structure is invalid" - I suspect that borked ACLs are what's causing your EventLog problem, and possibly other issues too. Two things spring to mind:

1) Run the same secedit command again but this time in a SYSTEM account context. To do that, grab the PSExec tool from sysinternals and type this on an elevated (admin) CMD prompt:
psexec -s -i cmd.exe
That should cause another CMD window to open up, this time running in the system account context (when you type WHOAMI it should respond with "system"). Type the same secedit command into the system CMD window and see whether you get different results.

2) Uninstall all of your antivirus stuff temporarily and run the secedit command. There's a chance that your AV is doing all of this.
 

My Computer

My Computer

System One

  • Manufacturer/Model
    gateway/m6881
    CPU
    centrino core 2 duo 2.2ghz T7500
    Memory
    3GB
    Hard Drives
    500GB WD
    Mouse
    logitech
    Internet Speed
    fios 35MB not!!!!
Excellent links. Entirely deserving of a rep top-up.

AlexRD, you'd do well to look at these in detail.
 

My Computer

I found the link provided for "Process Monitor" was dead...So for anyone referencing this article in the future...Visit :

Process Monitor
 

My Computer

System One

  • CPU
    Intel Q9550 @ 3.2Ghz (OC)
    Memory
    4 GIG DDR2-6400
    Graphics Card(s)
    ATI Radeon 3750
    Sound Card
    Creative X-Fi
    Monitor(s) Displays
    22" LCD
    Screen Resolution
    1680 x 1050
    Hard Drives
    (2) 500 Gig SATAII 32mb Cache in RAID 0 array
    PSU
    Antec TruPower 650W
    Internet Speed
    10Mbps Cable
thanks H2So4,

being out of work, I read alot now:cry:
 

My Computer

System One

  • Manufacturer/Model
    gateway/m6881
    CPU
    centrino core 2 duo 2.2ghz T7500
    Memory
    3GB
    Hard Drives
    500GB WD
    Mouse
    logitech
    Internet Speed
    fios 35MB not!!!!
Last edited:

My Computer

System One

  • CPU
    T7600G Core2Duo 2.66 Ghz
    Motherboard
    Intel 945PM + ICH7 Chipset
    Memory
    4GB DDR2 PC2-5300 667MHz
    Graphics Card(s)
    Mobility Radeon x1900 256MB
    Sound Card
    Realtek HD
    Monitor(s) Displays
    WUXGA 17"
    Screen Resolution
    1920X1200
    Hard Drives
    640GB 7200RPM SATA/RAID 0 (2x320GB)
    and 320GB 7200RPM External
    Mouse
    Wireless Microsoft 3000
    Internet Speed
    10 mbps/2 mbps
    Other Info
    Optical Drive:
    Panasonic UJ-220 DL BD-RE (Blu-Ray)
:(

At least at this rate the econopanicalypse can't last long. Either there'll be some recovery within a few months, or by the end of the year the entire IT sector will have collapsed and we'll all be tending our little veggie patches.
 

My Computer

:(

At least at this rate the econopanicalypse can't last long. Either there'll be some recovery within a few months, or by the end of the year the entire IT sector will have collapsed and we'll all be tending our little veggie patches.
I am not even in IT (I am an enthusiast)- I am actually a NICET II certified fire protections systems Inspector/Installer. But an IT job doing what I do here sure would be sweet!:cool:
 

My Computer

System One

  • CPU
    T7600G Core2Duo 2.66 Ghz
    Motherboard
    Intel 945PM + ICH7 Chipset
    Memory
    4GB DDR2 PC2-5300 667MHz
    Graphics Card(s)
    Mobility Radeon x1900 256MB
    Sound Card
    Realtek HD
    Monitor(s) Displays
    WUXGA 17"
    Screen Resolution
    1920X1200
    Hard Drives
    640GB 7200RPM SATA/RAID 0 (2x320GB)
    and 320GB 7200RPM External
    Mouse
    Wireless Microsoft 3000
    Internet Speed
    10 mbps/2 mbps
    Other Info
    Optical Drive:
    Panasonic UJ-220 DL BD-RE (Blu-Ray)
Well, you certainly seem to have a huge amount of knowledge.

Careful what you wish for though, or you might really end up working in IT, and then you'll have nobody to blame but yourself ;)
 

My Computer

Well, you certainly seem to have a huge amount of knowledge.

Careful what you wish for though, or you might really end up working in IT, and then you'll have nobody to blame but yourself ;)
lol, well When you buy OEM system builder software you have to become your own tech support!;)
 

My Computer

System One

  • CPU
    T7600G Core2Duo 2.66 Ghz
    Motherboard
    Intel 945PM + ICH7 Chipset
    Memory
    4GB DDR2 PC2-5300 667MHz
    Graphics Card(s)
    Mobility Radeon x1900 256MB
    Sound Card
    Realtek HD
    Monitor(s) Displays
    WUXGA 17"
    Screen Resolution
    1920X1200
    Hard Drives
    640GB 7200RPM SATA/RAID 0 (2x320GB)
    and 320GB 7200RPM External
    Mouse
    Wireless Microsoft 3000
    Internet Speed
    10 mbps/2 mbps
    Other Info
    Optical Drive:
    Panasonic UJ-220 DL BD-RE (Blu-Ray)
Back
Top