Wand3r3r's WHEA overclock util - *Update 9/13* #Beta0.2

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

kasakka

Senior member
Mar 16, 2013
334
1
81
Support for 24h clock would be nice, now it's a bit annoying to compare to current time.

Also would be nice if it defaulted to showing errors logged today as opposed to all, would be more useful for overclock testing without having to change the date every the time.
 

Zardnok

Senior member
Sep 21, 2004
670
0
76
Nice utility, I haven't had any since I settled on a final overclock, so I guess I did something right!
 
Mar 6, 2012
104
0
0
Thanks for making this. Turns out my northbridge was set too high, this saved me quite a bit of prime testing and tweaking.
 

ljtatej

Member
Nov 30, 2009
118
0
0
Hey, tried to download it but couldn't. IE10 says can't open frame. Anyone else get this problem?
 

wand3r3r

Diamond Member
May 16, 2008
3,180
0
0
Support for 24h clock would be nice, now it's a bit annoying to compare to current time.

Also would be nice if it defaulted to showing errors logged today as opposed to all, would be more useful for overclock testing without having to change the date every the time.

I should make some time and take a look at it one of these days.

Nice utility, I haven't had any since I settled on a final overclock, so I guess I did something right!

:thumbsup:

Thanks for making this. Turns out my northbridge was set too high, this saved me quite a bit of prime testing and tweaking.

You're welcome.

Hey, tried to download it but couldn't. IE10 says can't open frame. Anyone else get this problem?

Try another browser (firefox/chrome etc.). I guess your browser settings are blocking it or something else is funny in your browser.
 

Kougar

Senior member
Apr 25, 2002
398
1
76
Nice program, thanks for making it!

For some reason I'm getting six USB device driver errors every boot (which don't show in device manager) ontop of the usual Windows silliness so my event log is extremely cluttered these days. Your tool will be very useful...
 

james1701

Golden Member
Sep 14, 2007
1,873
59
91
Nice utility.

Is there a way to clear the logs from the utility, I have cleared them from event viewer, but they still show up in this program.
 

john3850

Golden Member
Oct 19, 2002
1,436
21
81
If they still show up after a restart there still in your event viewer.
Recheck your event viewer and delete clear again.
window logs - system - clear
 
Last edited:

boondocks

Member
Mar 24, 2011
84
2
71
I had this working previously with my Z77 board, but it's not installing for my Z87....I get the same message as Zoeff. I'm running Win 7 Pro 64, and NET 4.5 is installed.
 

Kenmitch

Diamond Member
Oct 10, 1999
8,505
2,249
136
Wouldn't work for me either.

If your goal is to just clear the events the following works.

Make a text file named clearevents.bat not .txt or whatever you want to call it and paste the following in it. Right click run as admin is all it takes.

Code:
@echo off
FOR /F "tokens=1,2*" %%V IN ('bcdedit') DO SET adminTest=%%V
IF (%adminTest%)==(Access) goto noAdmin
for /F "tokens=*" %%G in ('wevtutil.exe el') DO (call :do_clear "%%G")
echo.
echo goto theEnd
:do_clear
echo clearing %1
wevtutil.exe cl %1
goto :eof
:noAdmin
exit

Comes in handy when playing around with overclocks.
 

john3850

Golden Member
Oct 19, 2002
1,436
21
81
Wouldn't work for me either.

If your goal is to just clear the events the following works.

Make a text file named clearevents.bat not .txt or whatever you want to call it and paste the following in it. Right click run as admin is all it takes.

Code:
@echo off
FOR /F "tokens=1,2*" %%V IN ('bcdedit') DO SET adminTest=%%V
IF (%adminTest%)==(Access) goto noAdmin
for /F "tokens=*" %%G in ('wevtutil.exe el') DO (call :do_clear "%%G")
echo.
echo goto theEnd
:do_clear
echo clearing %1
wevtutil.exe cl %1
goto :eof
:noAdmin
exit

Comes in handy when playing around with overclocks.

Thanks for the bat file.
 

Ryun

Member
Nov 28, 2008
42
0
66
The option to have a box pop up when a WHEA error occurs (I forget the details but I remember it being an option to notify when one occurs, would be slick to automate that w/ a "button"). I don't have any idea how easy or difficult that might be, but it seems like it would be cool, especially when experimenting with overclock settings.

You can do this in Windows 7/8 (probably others too but I haven't checked) with a scheduled task. One of the options with coming up with a scheduled task is to fire it off of an event. Just set it to fire off of WHEA.

I don't have the script I used with me at the moment, but it's dead simple.
 

wand3r3r

Diamond Member
May 16, 2008
3,180
0
0
With a very brief search it appears the issue could be the apps data corruption? The app is a ClickOnce app meaning it doesn't require an official installation for the app itself.

It means your ClickOnce cache is corrupted. Did the application end unexpectedly, did the machine crash, would the application not stop running and the user klled the process, or the user killed the process...

Delete the \apps\2.0\ folder (assuming you don't have any other ClickOnce apps) and try the install again.
On Vista, that folder is under C: \Users\username\AppData\Local\Apps\2.0\
On XP, try c: \Documents & Settings\User\LocalSettings\Apps\2.0\​



Can anyone confirm whether that helps? I don't have the issue myself.
 
Last edited:

wand3r3r

Diamond Member
May 16, 2008
3,180
0
0
Ok, I got around to updating the utility.
I added a few usability fixes.

*Disclaimer, I have only tested the Event Viewer clearing in a virtual machine as I want the WHEA errors that I have for testing.*







Requirements:
Windows
.NET (installed for games anyway)

wand3r3r.overclock.util #BETA 0.2
Usability improvements.
Added last search date, can be filtered since the last time you ran it.Can clear the event viewer logs.

To download from google docs: File / Download, it will download everything in the zip.
1. On the google docs page it's just FILE - Download.
2. Once you have the ZIP, unzip it and run the Setup.exe
3. If you unzip it just make a shortcut from the desktop to the .exe.
https://docs.google.com/file/d/0B7CtGVODPUTteWE2V3VWV2FmRGM/edit

Does anyone know why the thread title doesn't change?
 
Last edited:

Ryun

Member
Nov 28, 2008
42
0
66
You can do this in Windows 7/8 (probably others too but I haven't checked) with a scheduled task. One of the options with coming up with a scheduled task is to fire it off of an event. Just set it to fire off of WHEA.

I don't have the script I used with me at the moment, but it's dead simple.

Here's the event trigger I made:


Here's the action info: Start a program ->
Program Script: C:\Windows\System32\cmd.exe
Arguments: /K "echo WHEA-Logged."

Cool utility by the way. Surprised no one else has built one before
 
Last edited:

wand3r3r

Diamond Member
May 16, 2008
3,180
0
0
Let me know if you have any issues or ideas for improvement.

Deleting specific event logs from the WHEA source looked to be pretty painful, it's not possible without major workarounds if at all, so I don't know if I'll try any further. Currently you can empty the whole event viewer with v. 0.2.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |