Jump to content


CCleaner in non-english systems forum, for bugs/suggestions


2 replies to this topic

#1 OFFLINE   Edwin Lemmon

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 25 September 2007 - 09:27 PM

CCleaner doesn't clean everything on non-english systems like mine, e.g.

Winsys.ini:

[Windows Log Files]
LangSecRef=3003
LangRef=3145
Default=True
FileKey1=%windir%\system32\wbem\Logs|*.log
FileKey2=%windir%\system32\wbem\Logs|*.lo_
FileKey3=%windir%|*.log
FileKey4=%windir%|*.bak
FileKey5=%windir%|*log.txt
FileKey6=%allusersprofile%\Application Data\Microsoft\Dr Watson|*.log
FileKey7=%allusersprofile%\Application Data\Microsoft\Dr Watson|*.dmp
FileKey8=%windir%\Debug|*.log
FileKey9=%windir%\Debug\UserMode|*.log
FileKey10=%windir%\Debug\UserMode|*.bak
FileKey11=%windir%|SchedLgU.txt
FileKey12=%windir%\security\logs|*.log
FileKey13=%windir%\security\logs|*.old

So I had to modify winsys.ini:

[Windows Log Files]
LangSecRef=3003
LangRef=3145
Default=True
FileKey1=%windir%\system32\wbem\Logs|*.log
FileKey2=%windir%\system32\wbem\Logs|*.lo_
FileKey3=%windir%|*.log
FileKey4=%windir%|*.bak
FileKey5=%windir%|*log.txt
FileKey6=%allusersprofile%\Application Data\Microsoft\Dr Watson|*.log
FileKey7=%allusersprofile%\Application Data\Microsoft\Dr Watson|*.dmp

FileKey8=%allusersprofile%\Datos de programa\Microsoft\Dr Watson|*.log
FileKey9=%allusersprofile%\Datos de programa\Microsoft\Dr Watson|*.dmp

FileKey10=%windir%\Debug|*.log
FileKey11=%windir%\Debug\UserMode|*.log
FileKey12=%windir%\Debug\UserMode|*.bak
FileKey13=%windir%|SchedLgU.txt
FileKey14=%windir%\security\logs|*.log
FileKey15=%windir%\security\logs|*.old


The "Application Data" folder only exists(works) in english systems:

%allusersprofile%\Application Data\Microsoft\Dr Watson|*.log


It should be translated to every system language, e.g.

English system: %allusersprofile%\Application Data\Microsoft\Dr Watson|*.log

Spanish system: %allusersprofile%\Datos de programa\Microsoft\Dr Watson|*.log


And so on, please, this is is really important! Thanks. :lol:


#2 OFFLINE   Whiteshark

    Advanced Member

  • Members
  • PipPipPip
  • 365 posts
  • Gender:Male
  • Location:Italy

Posted 06 October 2007 - 02:27 PM

View PostEdwin Lemmon, on Sep 25 2007, 09:27 PM, said:

CCleaner doesn't clean everything on non-english systems like mine, e.g.
Spanish system: %allusersprofile%\Datos de programa\Microsoft\Dr Watson|*.log
And so on, please, this is is really important! Thanks.

Same here.
Would be %allusersprofile%\Dati Applicazioni\Microsoft\Dr Watson|*|.log

I think there is no way to fix this issue, unless installing localized winapp.ini for each language :(
Posted Image Guide in italiano per CCleaner - Recuva - Defraggler - Speccy

#3 OFFLINE   Edwin Lemmon

    Newbie

  • Members
  • Pip
  • 3 posts

Posted 14 November 2007 - 08:14 PM

IT HAS BEEN CORRECTED, THANKS!