Jump to content


Tvdebug.log


5 replies to this topic

#1 OFFLINE   klicker

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 04 October 2007 - 01:29 PM

Since CCleaner will not delete this file is there any cleaner out there that will?
Window Washer won't delete it either!

EDIT 1: I am using WinXP service pk 2 now, it is easily done in Win98 via a batch file but not XP

#2 OFFLINE   fredvries

    CCleaner Expert

  • Members
  • PipPipPip
  • 316 posts
  • Gender:Male
  • Location:Harlingen - The Netherlands

Posted 04 October 2007 - 03:17 PM

Try adding

Quote

FileKey2=%windir%\Internet Logs|tvdebug*.*
to the winapp.ini file of CCleaner.

Make sure you create a backup first (although tvdebug.log is considered save to delete).

#3 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,324 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 04 October 2007 - 07:34 PM

You can also get a ZoneAlarm cleaning routine via the winapp2.ini file.

The ZoneAlarm cleaning routine is in incognito, and is named:
[*Internet Logs]

"If I'm remembering correctly" about ZoneAlarm the TVDebug.log needs to be removed in Safe Mode because it's "locked by ZoneAlarm when it's running."
Complexity of incoherent design.

#4 OFFLINE   klicker

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 07 October 2007 - 07:27 PM

View PostAndavari, on Oct 4 2007, 04:34 PM, said:

You can also get a ZoneAlarm cleaning routine via the winapp2.ini file.

The ZoneAlarm cleaning routine is in incognito, and is named:
[*Internet Logs]

"If I'm remembering correctly" about ZoneAlarm the TVDebug.log needs to be removed in Safe Mode because it's "locked by ZoneAlarm when it's running."

yes it is locked but i was hoping CCleaner would delete it before the program started up. it gets extremely large but is started new when it becomes deleted. batch files are not easy to run under winxp!

#5 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,324 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 07 October 2007 - 07:32 PM

View Postklicker, on Oct 7 2007, 02:27 PM, said:

yes it is locked but i was hoping CCleaner would delete it before the program started up. it gets extremely large but is started new when it becomes deleted. batch files are not easy to run under winxp!
There was this old discussion and a creation of a batch file to zero byte it. Although the ZoneAlarm developer supposedly changed things not allowing it's removal, which I can't confirm because I no longer use ZoneAlarm.
Complexity of incoherent design.

#6 OFFLINE   klicker

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 10 October 2007 - 02:38 AM

View PostAndavari, on Oct 7 2007, 04:32 PM, said:

There was this old discussion and a creation of a batch file to zero byte it. Although the ZoneAlarm developer supposedly changed things not allowing it's removal, which I can't confirm because I no longer use ZoneAlarm.


add del "c:\windows\internet logs\tvdebug.log" as a line in autoexec.nt
poof.........gone!
should not have to do it that way but good old dos works everytime!