Jump to content

Return to Piriform.com

Adding the Event Viwer Logs ?


  • Please log in to reply
5 replies to this topic

#1 OFFLINE   KapnJackSparrow

KapnJackSparrow

    Newbie

  • Members
  • Pip
  • 5 posts

Posted 10 June 2013 - 12:10 PM

I have read the suggestions for this and understand that it has been suggested before and Logic for why this isn't a good thing to add to ccleaner aside,

Does anyone have a way of actually adding this to cleaner ? through winapp2.ini or something ? I do periodically check my event logs however I find it annoying to have to clear them manually  one log at a time (system, application, security, office, powershell) when I run ccleaner I wish to clear everything with as few mouse clicks as possible or at least have the option to do so.

#2 OFFLINE   hazelnut

hazelnut

    try to stay calm

  • Moderators
  • 11,386 posts
  • Gender:Female
  • Location:Huddersfield uk

Posted 14 June 2013 - 01:09 PM

I would not like to see this in ccleaner especially as an item that is ticked by default.

The logs are just so useful for troubleshooting.

However the devs read all posts.
CCLEANER, RECUVA, DEFRAGGLER AND SPECCY DOCUMENTATION CAN BE FOUND HERE

http://www.piriform.com/docs

#3 OFFLINE   Nergal

Nergal

    Volunteer CCleaner Demon/Post Meddler

  • Moderators
  • 5,285 posts
  • Gender:Male
  • Location:Get off my Lawn, y'darn kids!
  • Interests:being grumpier
    Laughing
    Crying
    Sleep comes Later though.

Posted 16 June 2013 - 02:25 PM

I agree with Hazelnut's statements
ADVICE FOR USING CCleaner'S REGISTRY INTEGRITY SECTION
DON'T JUST CLEAN EVERYTHING THAT'S CHECKED OFF.
Do your Registry Cleaning in small bits (at the very least Check-mark by Check-mark)
ALWAYS BACKUP THE ENTRY, YOU NEVER KNOW WHAT YOU'LL BREAK IF YOU DON'T.
CCLEANER, RECUVA, DEFRAGGLER AND SPECCY DOCUMENTATION CAN BE FOUND AT www.piriform.com/docs
Link to Winapp2.ini explanation

#4 OFFLINE   KapnJackSparrow

KapnJackSparrow

    Newbie

  • Members
  • Pip
  • 5 posts

Posted Yesterday, 08:35 PM

hazelnut's post looks like a an exact copy of the comments I have already seen.

and to be fair.

I agree with both of you, since most people are not the most computer savvy having such a thing as a default option or even a checkable option in the main release would be problematic.

Being decently computer savvy I am looking to add the option of clearing the event viewer for my own personal use. As usually I like to read the logs, then clear them and watch for new activity if I suspect a problem.

also there is a lot of annoying and useless information in the event viewer such as office logs etc... so if someone knows how to add this to ccleaner it would be helpful.

#5 OFFLINE   Alan_B

Alan_B

    Super Hero

  • Members
  • PipPipPipPipPip
  • 3,585 posts
  • Gender:Male
  • Location:Lancashire, England

Posted Today, 06:30 AM

View PostKapnJackSparrow, on 17 June 2013 - 08:35 PM, said:

Being decently computer savvy I am looking to add the option of clearing the event viewer for my own personal use.
Then simply check "CustomFiles and Folders" under "Windows / Advanced"
and stipulate the event log files under Options / Include

#6 ONLINE   Winapp2.ini

Winapp2.ini

    Friendly neighborhood addon manager

  • Beta Testers
  • PipPipPipPipPip
  • 4,815 posts
  • Gender:Male
  • Location:Long Island, New York
  • Interests:Sleeping

Posted Today, 11:50 AM

Ahoy Cap'n!

I think you should be able to clear the logs with winapp2.ini if you stop the service, but you may be better off with a batch file.

@echo off
net stop eventlog
rd /s %WinDir%\System32\winevt\Logs
net start eventlog